To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
CloseWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseEvgeny Leonidovich
About me
Name | Evgeny Leonidovich |
---|---|
Location | Ukraine |
User since | July 2, 2010 |
Number of add-ons developed | 0 add-ons |
Average rating of developer's add-ons | Not yet rated |
My Reviews
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.