I’ve been wanting to make a post like this for a long time, and now I’ve found the time to do so. In this post I’ll talk about the extensions I use for Firefox, and other customisations I have made or preferences I have set. I consider myself a “power” user, meaning that I have tried to optimize my Firefox for enhancing browsing speed and certain functionality that allow me to do more with my browser than your average user. Furthermore I still try to keep my plugins to a minimum because my computer is a daft old machine that needs replacement. In conclusion: If you are looking to harness more power in Firefox whilst not having hundreds of plugins that hog your computer’s resources, this article is one I’d recommend you read.

This picture shows a clean install of Firefox, with the bars numbered (for later reference).
Theme
I use the NASA Night Launch theme because it is the best dark theme I have been able to find. It looks very nice with my black Windows XP theme, which is one of the main reasons I choose for a dark theme in the first place. The only negative thing about this theme is that it is very large (1.7 MB!) compared to other themes, but I can’t say if this actually affects my performance. It does mean that it includes 100% theming and some sub-themes as well!

Bars and buttons
I try to keep my bars to a minimum - in that way I maximalize the actual website space. Your standard Firefox comes with a lot of bars. On top: The menu bar (1), the location bar (2), a bookmarks bar (3) ,the tabs bar (4) and on the bottom: the status bar (5). Some people even want to add yet another bar such as the google bar (6). This is way too crowded for me.
First of all you can simply get rid of the bookmarks bar. I’ll provide better ways to quickly access your bookmarks later. To get rid of the menu bar, I have installed the Tiny Menu plugin, which places the bar with a pop-up menu. By right-clicking any of the top bars and choosing the bottom-most option you can shuffle around your bars and buttons. You can place the tiny menu button at the front of your location bar. Furthermore, you should opt for small buttons instead of large ones - and get rid of buttons you don’t need. Also, you can remove the little search bar at the far right. I’ll clue you in on how to use search functions more effectively later. After some time I decided to also hide my status bar. I can still access it by hovering over it’s bottom border. To do this, you must add the following code to your userChrome.css file:
@-moz-document url(chrome://browser/content/browser.xul) {
#status-bar { border-top: 1px solid ButtonShadow !important; }
#status-bar {
height : 1px !important;
min-height : 0 !important;
overflow : hidden !important;
}
#status-bar:hover,
#status-bar:focus,
#status-bar:active { height: 24px !important; }
} /* 20070927 */
The following screenshot is what I am left with:

Now it’s starting to look like something that I can feel comfortable with. There is one other visual add-on that I wish to share with you, and that is the LocationBar2 plugin. It will make the URLs in the location bar much clearer. I think it is the best that I just show you another screenshot instead of me trying to explain. You can customize the way URLs look, and this is my version of it:

Plugins
Now that we’ve set Firefox up for maximum browser space and how to display URLs nicely, we can move on to adding some necessary plugins. I’ll include the plugins I mentioned earlier, too, just to be complete - I’ve marked these with asterisks (*).
- Adblock Plus: No need to explain, right? Hide ads, escape internet capitalism.
- Sage: A small RSS reader that you can open in a sidebar. Easy and simple: The way I like it.
- Greasemonkey: Enables you to use scripts for specific websites to extend functionality. Comes in useful sometimes. Check the userscripts repository.
- Download Statusbar: Using its mini mode I can access my downloads quickly after popping up my status bar. I like it better than the standard download manager.
- PDF Download: Because I don’t want Firefox to open every PDF I click automatically.
- OpenBook: Enables you to customize the “Add bookmark” dialog box. I needed this to bring back the possibility to add a keyword to a bookmark in FF3.0.
- LocationBar2: Because URLs can be damn annoying to read *
- Tiny Menu: Because I don’t need a full bar to access the menu. *
Power browsing: Bookmarks
The key to power browsing (to me) is making use of bookmarks. Firefox offers very useful functionality. FF3.0+ uses a tagging system for bookmarks, but I would like to show some insights in how useful the previous “keywording” is. For every bookmark you can add a keyword (install OpenBook). If you enter that keyword into your location bar, you’ll visit the bookmark. I’ve set one-letter keywords for websites I use daily, such as my social networking messaging centre pages.
Firefox also offers the usage of keywords for searches. Right click any serch box and “Add keyword for this search”. I’ve set up a lot of search keywords, ranging from Wikipedia and Google to Amazon and Last.fm artist pages. The keywords aren’t hard to remember if you use suggestive ones. Use “g” for Google, “w” for wikipedia, “a” for Amazon, “l” for last.fm, et cetera.
If I want to look something up, I hit <ALT-D> (the most important hotkey) type the keyword and enter my search term. No need to touch my mouse! Of course, power browsing is also includes the heavy usage of tabs and knowing how to operate them using keys only, but I’m sure you’re quite aware of this already. And with that, I want to conclude this small article.
Tags:
add-on,
firefox,
optimisation,
plugin,
set-up,
settings