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