steve-de-fox

Tentang saya

Informasi Pengembang
Nama steve-de-fox
Pengguna sejak Jan. 9, 2008
Jumlah pengaya yang dikembangkan 0 pengaya
Rata-rata peringkat untuk pengembang pengaya Belum diperingkat

Ulasan Saya

TryAgain

Peringkat 5 dari 5 bintang

Brilliant, extremely useful when dealing with an unreliable internet connection

Ulasan ini dibuat untuk versi pengaya (3.2.0) sebelumnya. 

Chrome Package

Peringkat 3 dari 5 bintang

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

Ulasan ini dibuat untuk versi pengaya (0.1) sebelumnya. 

ExtensionPack Basic

Peringkat 3 dari 5 bintang

Weird list of extensions

Mine would be:

Adblock Plus
Foxmarks Bookmarks Synchronizer
PDF Download
Stylish
Greasemonkey
Web Developer

JSView

Peringkat 4 dari 5 bintang

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

Ulasan ini dibuat untuk versi pengaya (2.0) sebelumnya.