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.
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;}
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。