steve-de-fox

关于我

开发者信息
名称 steve-de-fox
注册时间 Jan. 9, 2008
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

TryAgain

评分5星,满分5星

Brilliant, extremely useful when dealing with an unreliable internet connection

这个评论是针对附加组件的一个早期版本的(3.2.0)。 

Chrome Package

评分3星,满分5星

Hi which extension do you add, and also can you post the hack? Specifically which userchrome.css modifications do you make.

这个评论是针对附加组件的一个早期版本的(0.1)。 

ExtensionPack Basic

评分3星,满分5星

Weird list of extensions

Mine would be:

Adblock Plus
Foxmarks Bookmarks Synchronizer
PDF Download
Stylish
Greasemonkey
Web Developer

JSView

评分4星,满分5星

ok so I've worked out how to get rid of the (somewhat ugly) icons...

add this to your userchrome.css file

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

/* Get rid of jsview icons */
[label*="Page Source"] > * > * {display: none !important;}
[id*="jsview"] > .menu-iconic-left, [id*="jsview"] > .menu-iconic-icon {display: none !important;}
#jsview-view > menupopup > menuitem > * > * {display: none !important;}
#jsview-context > menupopup > menuitem > * > * {display: none !important;}

/* Make everything align properly */
[id*="jsview"] {margin-left: 15px;}
#sync-menu, #viewmenu-viewsource, [label*="Page Source"] {margin-left: 3px;}

这个评论是针对附加组件的一个早期版本的(2.0)。