What about:config settings do you find the most useful in Firefox?
One setting per comment please, so we can vote on them.
network.automatic-ntlm-auth.trusted-uris
Saves your login info for ntlm so you can easily do single sign off for enterprise sites, like share point, etc.
network.negotiate-auth.trusted-uris
for Kerberos (Active Directory) networks. network.negotiate-auth.delegation-uris
can also be rather useful for intranet apps... See: developer.mozilla.org/En/Integrated_Authentication - Shog9
layout.spellcheckDefault
[1] set to 2
will enable spell checking in regular input boxes, not just <textarea>
browser.search.openintab = true
I hate having those searches take over my current tab.
And, for linux systems only, but this one really throws me off when I don't have it set:
middlemouse.contentLoadURL = false
browser.tabs.closeWindowWithLastTab set to false enables you to close all tabs, including the last one without closing Firefox
browser.blink_allowed
Set it to false
, of course.
A popular one for firefox 3.5 is the
Multi-touch tab switch
[1].
And, here is a list of
popular
about:config
hacks
[2].
You are probably going to start tinkering with your about:config settings now.
Here are a few tip references that might be useful on your way.
Please note that you could break your firefox configuration -- backup and care are advocated.
When you play with the config lines too much and want to undo something you don't want,
follow these steps to
remove customized
about:config
entries
[3].
The config area can start looking like your registry with old and unused entries,
if you often add and remove plugins/extensions.
This is when you need to get more serious (and under the hood)
to start
cleaning up from the
pref.js
file directly
[4].
image.animation_mode = none
This will stop animated GIFs from moving. Personally I find them very annoying!
I set:
browser.fullscreen.autohide : false
when using a netbook since I want to use fullscreen (hide the system taskbar etc.) but still want to see my tabs without having to move the mouse up (with the tiny touchpad).
It's also useful when opening a new tab with Ctrl-T. In normal view, this will open a new tab and move the focus to the address bar so I can immediately type an address or query. However, the focus change will not happen when in fullscreen with the bars hidden. With the fullscreen autohide disabled, this behaves as it would in normal view.
Change browser.tabs.loadDivertedInBackground
to true and then you can click your links in the mail and feedreader programs without bringing Firefox as the front window.
If you want the download completed alert window to show up (or not show up).
about:config
browser.download.manager.showAlertOnComplete = true // or false
general.useragent.override
Useful when you encounter "smart" websites.
brower.tabs.tabMinWidth = 20
because I open lots of tabs
Every time a major new version comes out:
extensions.checkCompatibility false
See: mozillaZine [1]
[1] http://kb.mozillazine.org/Extensions.checkCompatibilitykeyconfig
running, to solve issues with Cmd-Left on a Mac -- superuser.com/questions/24166/…) - Arjan
browser.urlbar.maxRichResults
will allow you to change how many suggestions from your history the awesome bar will display.
Changing view_source.editor.external
to true will allow you to view source code in your external editor of choice, as you specify in view_source.editor.path
.
browser.sessionhistory.max_entries
defines how many pages you can traverse through with the back/forward buttons.
browser.sessionhistory.max_total_viewers = 5 (or more)
Specifies how many recent pages Firefox holds in the cache (in memory I assume as opposed to on disk), so when you go back and forward through history, they load near-instantly. Not quite as good as Opera, which does load pages instantaneously but it's pretty good.
browser.urlbar.matchOnlyTyped = true
Combined with the
Awesome Bar
[1] which, after using it for some time, indeed learns the URLs you visit most, this avoids showing a huge list of URLs. Like for Super User only superuser.com
would show, instead of all links I ever clicked on this site.
(I know many find the Awesome Bar
really horrible
[2], and so did I. But using matchOnlyTyped
and giving it some time to learn my habits, I find it's working quite good after all. However, it does require me to hit Cmd-L/Ctrl-L and hit Return every now and then, to add new URLs to the list.)
autohide-bookmarks
Very useful if you want more real estate while still being able to use your bookmarks
For OS X users: accessibility.tabfocus = 3 allows you to tab into ALL form elements, not just text fields. http://kb.mozillazine.org/Accessibility.tabfocus
browser.sessionstore.enabled
Default: True
Modified value: False if you want to disable the session restore function
network.proxy.socks_remote_dns [1] If you are using a proxy to hide your tracks make sure this is set too so the DNS lookups go through the proxy as well.
[1] http://kb.mozillazine.org/Network.proxy.socks_remote_dns
config.trim_on_minimize
[1] helps keep memory usage down.