- Changelog
- If you have icons missing/wrong, or you want an extension added then please send me an email.
- for a signed extension see here, or Releases (the point releases will have a different ID then the release versions)
Inspired by/uses code & icon set from CuteMenus - Crystal SVG (you don't need to have CuteMenus installed).
Adblock Filterset.G Updater, Adblock Plus, AI Roboform, Autocopy, Autofill Forms
Back to Top, Bookmark DD, British English Dictionary
Calc, Cache Status. Cache View, CacheViewer, Chatzilla, Chrome List, CLE, Clippings, CookieSafe, CustomizeGoogle
Dictionarysearch, Download Statusbar, DownThemAll!
Easy DragToGo, Enigmail, Explore Chrome
FasterFox, Favicon Picker 2, FEBE, Fetch Text URL, Firebug, FireFTP, Fission, FlashGot, Forecastfox, FormFiller, FoxMarks, Foxy Proxy, Foxytunes
Gmail Manager, Gmail Notifier, Googlebar Lite, GreaseMonkey, GSpace
HTML Validator
IE Tab, IEView Lite
JSView
keyconfig
Lightning, LinkVisitor, Live HTTP Headers, LiveClick
Menu Editor, MinimizeToTray, MR Tech Toolkit (Local Install), Multiple Tab Handler
NoScript, NoSquint, Nostalgy
Objection, ObPwd, OmniSidebar, Organize Search Engines, Organize Status Bar
PageShortcuts, Password Hasher, Password Exporter, PasswordMaker, PDF Download, Personal Menu, Perspectives, Public Fox
QuickNote
RDFViewer, Redirect Remover, Remove it Permanently, RSS Ticker
Sage, Save Link in Folder, Secure Login, Session Manager, Smart Link, SmoothWheel, SQLite Manager, Show Picture, Splash!, Split Browser, StumbleUpon, Stylish, Stylish-Custom, StyleSheet Chooser Plus
Tab Mix Plus, TargetKiller, Titlebar Tweaks, Tweak Network
Update Notifier, Update Scanner, Unplug
View Cookies
WeatherBug, Wizz RSS
Xmarks
LouCypher's inspectWindow.uc.js/inspectChrome.uc.js
- Navigate to your Firefox profile\chrome folder
- Open UserChrome.css/UserContent.css in your preferred editor (if they don't exist see here)
- Add this line to the top of both files:
@import url("Icons.Normal.css");
/*checkmarks/radios*/
@import url("Icons.CheckmarkButton.css");
@import url("Icons.CheckmarkMenu.css");
@import url("Icons.RadioButton.css");
@import url("Icons.RadioMenu.css");
/*change icon style on mouse over*/
@import url("Icons.Hover.css");
@import url("Icons.CheckmarkButtonHover.css");
@import url("Icons.CheckmarkMenuHover.css");
@import url("Icons.RadioButtonHover.css");
@import url("Icons.RadioMenuHover.css");
/*blur disabled menuitems*/
@import url("BlurDisabledIcons.css");
/*rotate icons on mouseover/click*/
@import url("RotateIcons.css");
/*used with Status-4-Evar extension*/
@import url("Statusbar-4evar.css");
/*only needed for decrepit-fox that had an actual statusbar*/
@import url("Statusbar.css");
/*Linux/*BSD fix (skip if using different OS)*/
@import url("UnixFix.css");
/*macOS fix (skip if using different OS)*/
@import url("OSXFix.css");
/*removes all icons from buttons*/
@import url("NoIconsButtons.css");
/*removes all icons from menus*/
@import url("NoIconsMenus.css");
(for UserChrome.css: Make sure to add these lines above the @namespace line)
- Click on the Github Clone or download button above, then click Download ZIP, and extract it somewhere
- Copy over whichever content/*.css files you want to the chrome folder
- Rename one of the content/mosaic*.png files to:
mosaic.png
mosaic.hover.png (if using *Hover.css)
- and place in the chrome folder along with the CSS files (PNG filenames are case-sensitive)