You can find the newest version of this text on http://www.eggdrop.ch/texts/firefox/.
In this text I'm going to describe my Firefox configuration, especially the extensions I am using.
Contents:
I put the navigation buttons into the menu bar and enabled small icons, so there's no wasted space. Here's a screenshot:
I am using Smart Keywords to search websites right from the location bar.
To create a Smart Keyword, simply right click on the search field and choose "Add a Keyword for this Search...". Then enter the Keyword for the search (e.g. "g" for Google):
Extensions are small add-ons that add new functionality to Firefox.
AdBlock Plus is a content filtering that helps you to get rid of ads. I am also using the Adblock Filterset.G Updater to have a filterset that is up to date.
Forecastfox is a extension that displays weather forecasts in a toolbar or statusbar of Firefox.
The Web Developer Toolbar adds a toolbar to your Firefox with various web developer tools, e.g. you can outline elements or validate your pages:
I set the Web Developer Toolbar shortcut to Ctrl+Shift+B instead of Ctrl+Shift+T, so it doesn't conflict with my Tab Sidebar.
The Google Pagerank extension simply displays the Google Pagerank in the status bar, so you don't have to install the official Google Toolbar, if you just need to know the Pagerank.
The Tab Sidebar displays thumbnails of your tabs in a sidebar. You can also close and reload a tab within the sidebar. The extension requires Firefox 1.5.
ScrapBook helps you to save webpages. You can save snippets in a sidebar and edit them with a highlighter and an eraser.
I'm reading RSS with Sage. I use the OS X Theme for Sage, because the default one looks ugly.
MeasureIt is a simple extension that allows you to draw a ruler across a webpage to check width, height or alignment of page elements in pixels.
Tab Mix Plus offers various features related to tabbed browsing. Here are some of them I like:
Unfortunately it uses the Ctrl+Shift+T shortcut which I need for my tab sidebar. If you don't like this, go into your profile folder, locate tabmixplus.jar, replace "T" with "X" or something you like and finally restart Firefox. Here's how I did it:
$ cd .mozilla/firefox $ find . | grep tabmixplus.jar ./bldprl35.default/extensions/{dc572301-7619-498c-a57d-39143191b318}/chrome/tabmixplus.jar $ cd ./bldprl35.default/extensions/{dc572301-7619-498c-a57d-39143191b318}/chrome/ $ cp tabmixplus.jar tabmixplus.jar.backup $ vim tabmixplus.jar :1,$s/"T"/"X"/g :wq $
Last update: 27.11.05
This text belongs to http://www.eggdrop.ch/ and is licensed under a Creative Commons License.