Collection of Best “About:Config” Tweaks for Mozilla Firefox

We have posted several interesting and useful about:config tweaks for Mozilla Firefox web browser in past. Most of these tweaks add extra functionality to Firefox and some of them improve the performance of Firefox.

Recently an AskVG reader “Memo” sent us following email:

Hello Dear Vishal:

Advertisement

There are thousands of guides/tutorials to enhance Mozilla Firefox performance through “about:config” tweaks. Many of these tweaks are made on a general basis which does not apply for all machines. In summary, it is a total mess.

Therefore, I ask you to make one; a powerful one; one that uncover the mysteries of Firefox; the only one to find; the only one that really works; the only one to rule them all.

As a young Hobbit, your heart’s pureness, honesty and wise make you the only one to trust, the only one to follow such a difficult task to get us out from darkness and slowness and get our Firefox invincible.

I know there is a post about it, but it was not made by you, even more it contradicts other opinions expressed by other experts and/or sources.

Please do it, and immortality will be yours.

All the best

Memo

Advertisement

So today we decided to create this dedicated topic which will contain all special and best about:config tweaks for Mozilla Firefox.

How to Apply the Tweaks in Mozilla Firefox?

METHOD 1:

1. Make sure Firefox is not running. Now type following in RUN or Start Menu search box and press Enter:

%appdata%\mozilla\firefox\profiles\

2. Now you’ll see a folder xxxxxxxx.default. Open it.

3. Look for a file “prefs.js“. Right-click on it and select “Edit” option.

4. Copy and paste the tweaks mentioned in “ULTIMATE COLLECTION OF TWEAKS” part at the end of the file.

5. Save the file and restart your browser.

METHOD 2:

1. Open Firefox and type about:config in the addressbar and press Enter. It’ll confirm, click on I’ll be careful, I promise! button.

Access_Mozilla_Firefox_About_Config.png

2. Now type the preference’s name (mentioned in double-quotes in “ULTIMATE COLLECTION OF TWEAKS” part) in the Filter box, it’ll show the key in results.

3. Set its value as mentioned by double-clicking on it.

Important Read Before Applying the Tweaks in Firefox

Almost all preferences are boolean and contain value of True/False or 0/1. If you want to change the functionality or want to reset them to default settings, simply change true to false or 0 to 1 and vice versa.

What Changes will These Tweaks Make in Firefox?

Following is a small description of each preference respectively:

  • Enables Internet Explorer look-like Quick Tabs feature [Link]
  • Enables new ctrl+tab preview thumbnails list [Link]
  • Disables automatic virus scanning in built-in download manager [Link]
  • Disables toolbar auto-hide function in full screen mode [Link]
  • Disables animation while going full screen [Link]
  • Disables animation in Tab groups (Panorama) [Link]
  • Enables cool animation in Preferences/Options window [Link]
  • Brings back Save tabs and quit feature [Link]
  • Disables animation while opening new tab [Link]
  • Disables automatic main window closing when you close last tab [Link]
  • Disables open new tab after current tab feature [Link]
  • Disables automatic text selection upon single clicking in addressbar [Link]
  • Enables text selection upon double-clicking in addressbar [Link]
  • Enables built-in spell checker to work in text boxes and web forms [Link]
  • Enables Secret “Click and Hold Context Menu” Option [Link]
  • Instant Applies Preferences without Closing Options Window [Link]
  • Shows Tabs Below Titlebar When Firefox is Maximized [Link]
  • Enables Secret “Middle Click to Paste Clipboard Content” Feature [Link]
  • Disables domain name highlighting in gray color in addressbar (Thanks NZero & Prateek)
  • Re-enables http:// URL prefix in addressbar (Thanks NZero & Prateek)
  • Disables delay time while installing add-ons (Thanks TheAslan)
  • Enables automatic bookmarks backup in HTML file at exit [Link]
  • Changes number of rows in new tab page [Link]
  • Changes number of columns in new tab page [Link]

ULTIMATE COLLECTION OF TWEAKS:

user_pref(“browser.allTabs.previews”, true);
user_pref(“browser.ctrlTab.previews”, true);
user_pref(“browser.download.manager.scanWhenDone”, false);
user_pref(“browser.fullscreen.autohide”, false);
user_pref(“browser.fullscreen.animate”, false);
user_pref(“browser.panorama.animate_zoom”, false);
user_pref(“browser.preferences.animateFadeIn”, true);
user_pref(“browser.showQuitWarning”, true);
user_pref(“browser.tabs.animate”, false);
user_pref(“browser.tabs.closeWindowWithLastTab”, false);
user_pref(“browser.tabs.insertRelatedAfterCurrent”, false);
user_pref(“browser.urlbar.clickSelectsAll”, false);
user_pref(“browser.urlbar.doubleClickSelectsAll”, true);
user_pref(“layout.spellcheckDefault”, 2);
user_pref(“ui.click_hold_context_menus”, true);
user_pref(“browser.preferences.instantApply”, true);
user_pref(“browser.tabs.drawInTitlebar”, false);
user_pref(“middlemouse.paste”, true);
user_pref(“browser.urlbar.formatting.enabled”, false);
user_pref(“browser.urlbar.trimURLs”, false);
user_pref(“security.dialog_enable_delay”, 0);
user_pref(“browser.bookmarks.autoExportHTML”, true);
user_pref(“browser.newtabpage.rows”, n);
user_pref(“browser.newtabpage.columns”, n);

NOTE: In the last 2 preferences, ‘n‘ represents any number starting from 1. So replace ‘n’ with your desired number of rows and columns which you want to see in new tab page of Firefox.

Published in: Mozilla Firefox

About the author: Vishal Gupta (also known as VG) has been awarded with Microsoft MVP (Most Valuable Professional) award. He holds Masters degree in Computer Applications (MCA). He has written several tech articles for popular newspapers and magazines and has also appeared in tech shows on various TV channels.

Comments

NOTE: Older comments have been removed to reduce database overhead.

  1. Near the very top of this list you have an example picture. In this picture I see that the Windows buttons are arrows instead of the normal minimize and maximize buttons. How do you do this?

  2. ^^ There are many security warning popups, which popup are you talking about? You can disable a few using “Security” tab of Firefox preferences window.

  3. Rather than:

    3. Look for a file “prefs.js”. Right-click on it and select “Edit” option

    …I prefer to create a new file called “user.js” and put all my special tweaks in it.

    Its contents supersede those in “prefs.js”.

  4. Improve security:

    dom.storage.enabled – False
    network.http.sendRefererHeader – 0

  5. I noticed a bad link for one of the preferences – it points to the wrong page
    (for Disables toolbar auto-hide function in full screen mode)

Leave a Comment

Your email address will not be published. Required fields are marked *

NOTE: Your comment may not appear immediately. It'll become visible once we approve it.