steve-de-fox

Informazioni utente

Informazioni sullo sviluppatore
Nome steve-de-fox
Utente da Gen. 9, 2008
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

TryAgain

Assegnate 5 su 5 stelle

Brilliant, extremely useful when dealing with an unreliable internet connection

Questa recensione riguarda una versione precedente (3.2.0) del componente aggiuntivo. 

Chrome Package

Assegnate 3 su 5 stelle

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

Questa recensione riguarda una versione precedente (0.1) del componente aggiuntivo. 

ExtensionPack Basic

Assegnate 3 su 5 stelle

Weird list of extensions

Mine would be:

Adblock Plus
Foxmarks Bookmarks Synchronizer
PDF Download
Stylish
Greasemonkey
Web Developer

JSView

Assegnate 4 su 5 stelle

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

Questa recensione riguarda una versione precedente (2.0) del componente aggiuntivo.