Mozilla
General
Firefox
- Remove Java Console: Run as Admin
- Remove plugins: about:config plugin.expose_full_path, about:plugins see path.
Extensions
Extensions in bold are currently installed, regular not installed but used occasionally, italics gone but recommended.
- Adblock Plus
- Add Bookmark Here 2
- Add to Search Bar
- CheckPlaces
- Context Search
- Dafizilla ViewSourceWith
- Download Statusbar
- DownThemAll - Download loads of files.
- Favicon Picker 3
- Find Toolbar Tweaks - Really must hack these into chrome.css manually.
- FireFTP
- Greasemonkey - Used this to handle print formatting and a few other odds and sods, not useful enought to survive my regular "lean 'n' mean" purges.
- IE View
- LastPass Password Manager - Password management via the cloud. Reverted to KeePass in Dropbox.
- Mouse Gestures Redox
- Nightly Tester Tools
- Omnibar - Merge the location and search bars into one. Why there's two in the first place is beyond me.
- Paste and Go 3
- Prism
- QuickPasswords - Pull a password from the FF database on those annoying sites that screw with forms.
- QuickRestart
- Saved Password Editor - Allows you to edit passwords in the FF database. Used too little to keep installed.
- Screengrab
- Send Tab URLs
- SubmitToTab
- Tab Mix Plus
- Uppity
- Vacuum Places
- Weave - Sync lots of FF data. Doesn't do extensions, so I keep my profile in Dropbox.
- Xmarks - Bookmarks/Passwords Sync. Replaced with Dropbox.
about:config
- dom.disable_window_open_feature.location (allow js to hide the location bar)
- accessibility.typeaheadfind.timeout
userChrome.css
/* Add Next/Previous Buttons to Quick Find Bar */
.findbar-container>* { display: -moz-box !important }
* Full Find toolbar, instead of the crappy QuickFind. */
#FindToolbar > * { display: -moz-box }
/* For low res displays, hide folder icons in the Bookmarks Toolbar Folder. */
toolbarbutton.bookmark-item[container] > .toolbarbutton-icon { display: none !important }
/* Stupid down arrows in Bookmarks in FF3 */
toolbarbutton.bookmark-item[container] > .toolbarbutton-menu-dropmarker { display: none !important }
