Dirk R. Gently
USA
Better Fox, Cat, and Weasel
When I get my Firefox (Icecat, Swiftweasal…) up and running these are the tweaks I do get Firefox performing how I like it.
about:config
A few of these changes can be done in Firefox’s configuration page. Type ‘about:config‘ in the address bar to get to it.
Disable accidental middle clicks
Firefox by default will open a page in a new tab if you middle-click a link. However if you got something in the register (clipboard) and miss the link Firefox will try to load whatever is in the clipboard and you will usually get a “Firefox cannot find the page” message. To disable this set:
middlemouse.contentLoadURL true
New tabs loaded in the background
browser.tabs.loadDivertedInBackground true
External editor to view html source
view_source.editor.external true
view_source.editor.path /path/to/editor
One click to select all in address bar
browser.urlbar.doubleClickSelectsAll false
browser.urlbar.clickSelectsAll true
Disable zooming of images
Though I like the proportionality of images that zoom with text I often just need to read the text.
browser.zoom.full false
If the DPI for your monitor is lower than 96 DPI:
layout.css.dpi 0
Add-ons
I generally don’t add add-ons to keep my firefox light but there are a few I can’t do without, the first primarily being:
NoScript
NoScript blocks javascript by default. Blocking javascript will disable Flash, roll-over text adds, and alot of things. While javascript can be very useful it can also expose vulneralbilities (like the Firefox 3.5.0 exploit bug). I find it best to to use NoScript and then just allow the javascript I need.
Find Toolbar Tweaks
When I search a page I like all the matching text to be highlighted, Find Toolbar Tweaks does that.

Highlight Focus
I have a problem on when I switch back to Firefox of typing ‘/‘ to look for text on a page but often the focus is in the address bar or the search bar. While I have never found a way to fix this Highlight Focus will highlight the current text box in browswer box itself.

Everything together:
Thanks to all this week that helped to find all these things, and made my life better
.

























