Erweiterungen denke ich eigentlichnicht , aber trotzdem mal die Liste:
Adblock Plus
BBCodeXtra
Bookmark Backup
Cookie Button in the status bar
Copy Plain Text
Deutsches Wörterbuch ![]()
FlashGot
gTranslate
Menu Editor
NoScript
Searchbar Autosizer
Tab Clicking Options
Tabbrowser Preferences
Web Developer
WellRounded
Und hier der Inhalt meiner userChrome.css:
CSS
/* Toolbar Linien weg*/
toolbar {
-moz-appearance: none !important;
border: none !important;
}
/* Adblock Text */
#abp-status image { display: none !important; } #abp-status label { display: -moz-box !important; }
/* Navigations/Lesezeichen-Symbolleisten-Farbe anpassen */
#nav-bar,
.chromeclass-#nav-bar{
background: #E6E5E6 !important;
}
/* Suchleistenname weg? */
#searchbar[empty="true"] .searchbar-textbox input { visibility: hidden !important; }
#searchbar[empty="true"] .searchbar-textbox:hover { cursor: text !important; }
/* Lupe weg */
.search-go-button-stack { display: none !important; }
/* linker Pfeil "neuer Tab" von Tabbrowser Preferences weg */
toolbarbutton[class="tabs-newbutton"] {display: none !important; }
/* Go-Button weg */
#go-button-stack { display: none !important; }
Alles anzeigen