These are the extensions I use sometimes. I linked them here to speed up my next Firefox installation. π
1. Firefox β the browser itself. ;)
2. GMarks β use Google Bookmarks on all my browsers
3. Web Developer β identifying CSS elements, testing CSS changes
4. Adblock β blocking not only images from certain servers but any kind of object including javascript or flash, based on patterns matching the URL
5. Omnibar β merge location bar and search bar
6. Status 4 Evar β merge address bar and progress bar
7. Show Anchors β show anchors such that you can link to sections within a page
8. Universal Edit Button β add an icon to edit wiki pages
9. German Dictionary (Switzerland) β hah!
10. HTTPS Everywhere
11. Echofon β a Twitter client
How to *disable compatibility checks* in Firefox 6: βType about:config in the address bar. Right click anywhere on the new window and select New β Boolean from there. A new box will appear where you need to type `extensions.checkCompatibility.6.0`. Set the value to *false*.β
Rarely:
1. YSlow β provide hints on how to speed up page loading
2. Live HTTP Headers β analyzing the HTTP traffic between browser and server; useful for testing HTTP caching code
3. Tamper Data β something like Live HTTP Headers
4. FireBug β more DOM exploring, Javascript debuggin and more; looks awesome
Hereβs how to block content in Firefox with CSS by *Workingbath*. Basically download two CSS files ΒΉ Β² to your profile/chrome directory and add two lines to the userChrome.css file in that directory:
block content in Firefox with CSS
@import URL("ad_blocking.css"); @import URL("sites.css");
I also no longer use the RSS feed reader Sage for which I had written my own patch to support ModWiki.
Other customization:
1. use backspace as page-up β in about:config search for backspace, change it to β1β
See also: SoftwareUsed.
β#Firefox