steve-de-fox

自己紹介

開発者情報
タイトル steve-de-fox
ユーザー登録日 1月 9, 2008
開発したアドオンの数 0個のアドオン
この開発者のアドオンの平均評価 まだ評価されていません

自分のレビュー

TryAgain

5 つ星中 5つの評価を受けています

Brilliant, extremely useful when dealing with an unreliable internet connection

これは以前のバージョン (3.2.0) についてのレビューです。 

Chrome Package

5 つ星中 3つの評価を受けています

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

5 つ星中 3つの評価を受けています

Weird list of extensions

Mine would be:

Adblock Plus
Foxmarks Bookmarks Synchronizer
PDF Download
Stylish
Greasemonkey
Web Developer

JSView

5 つ星中 4つの評価を受けています

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) についてのレビューです。