28 Coolest Firefox About:Config Tricks

firefox-logo

You may have installed countless add-on in Firefox to enhance your using experience, but if you want to get the most out of Firefox, you really have to hack your way into the about:config.

The about:config page contains most (if not, all) of Firefox configuration options. It is so far the most effective, and the most powerful way to tweak and enhance your Firefox performance. Here are 28 of the popular tweaks.

Accessing your about:config page

In your Firefox, type about:config in the address bar.

about-config

You will be shown a warning page. Click the “I’ll be careful, I promise!” button to proceed.

firefox-config-warning

On the main page, you will see a long list of configuration entries. Enter the name of the key you want to update in the “Filter” field. The list will narrow to only the entries that match your keyword as you type.

To modify the value, simply double click on the entry value field and update the entry. That’s all!

Isn’t that simple? Now, let’s get to the tweaking.

1) Adjust the Smart Location Bar’s Number of Suggestions

In Firefox 3, when you start typing in the location bar, a drop-down list of suggestion URLs will be shown. If you want it to show more than 12 suggestions (12 is the default), you can adjust the browser.urlbar.maxRichResults keys and get it to show the number you want.

firefox-smart-location

Config name: browser.urlbar.maxRichResults
Default: 12
Modified value: Set to your desired number of suggestion. If you want to disable it all together, set it to -1

2) Disable the session restore function

Firefox 3 automatically saves your session every 10 secs so that whenever it crashes, it can restore all your tabs. While this is a useful feature, some of you might find it irritating. To disable this function, toggle the value of browser.sessionstore.enabled to False

Config name: browser.sessionstore.enabled
Default: True
Modified value: False if you want to disable the session restore function

3) Adjust the Session Restore Saving Frequency

Same as above, if you decided to keep the session restore feature on, but want to reduce the session saving frequency, change the value of browser.sessionstore.interval so that Firefox will save the session at a longer interval.

Config name: browser.sessionstore.interval
Default: 10000 (in msecs, equivalent to 10secs)
Modified value: Set it to your desired value. 1000 means 1 sec and 60000 means 1 minute.

4) Enable Advanced Color Profile Support

Firefox has this advanced color profile features that display higher image quality. It is not enabled by default as it has a negative effect on the performance of the browser. If you are concern with the image quality rather than the performance, you can activated it via the gfx.color_management.enabled setting

Config name: gfx.color_management.enabled
Default: False
Modified value: True (if you want to activate the color profile support feature)

5) Disable Antivirus Scanning

This is mainly for Windows users. By default, Firefox 3 automatically scan the downloaded file with the default anti-virus application to make sure it is free of virus. If you download a big file, it could take a long time for the whole scanning process to complete. To increase the performance of the browser, you might want to consider disabling the anti-virus scanning via the browser.download.manager.scanWhenDone key.

Config name: browser.download.manager.scanWhenDone
Default: True
Modified value: False (if you want to disable it)

6) Configuring The Scrolling Tabs

When you opened many tabs, Firefox will not keep on reducing the tab width. Instead, it shows a scrolling bar so that the min width (100px) is conserved and you can scroll to find your tabs. If you are those who don’t like the scrolling tab function and prefer Firefox to show all the tabs, regardless how small it is, you can set the value of browser.tabs.tabMinWidth to 0 to disable it. Similarly, if you want Firefox to display more tabs before showing the scrolling button, you can reduce the default value to a lower value, say 75 pixels.

Firefox-scrollingtab

Config name: browser.tabs.tabMinWidth
Default: 100
Modified value: 0 if you want to disable the scrolling functions, other values to set the min width value

7) Show/Disable Close button on Tabs

Some people love to see the Close (the red X) button on every tabs, but some hate it. Whatever is it, you can configure it to your preferences via the browser.tabs.closeButtons setting.

firefox-tab-close

Config name: browser.tabs.closeButtons
Default: 1
Modified values:

  • 0 – display a close button on the active tab only
  • 1- display close buttons on all tabs
  • 2- don’t display any close buttons
  • 3- display a single close button at the end of the tab strip

8) Extend Scripts Execution Time

In Firefox 3, a script is only given 10 seconds to respond, after which it will issue a unresponsive script warning. If you are hooked on a slow network connection, you might want to increase the script execution time via dom.max_script_run_time to cut down on the frequency of the no script warning.

Config name: dom.max_script_run_time
Default:10 (in secs)
Modified value: 20, or any values greater than 10

9) Handling JavaScript Popups

When you come across a site that executes a javascript open new window function, and if the popup window is without all the usual window features, i.e. back/forward/reload buttons, status bar etc, Firefox will automatically treat it as a popup and will not open it as a new tab. However, if you find this to be a nuisance and wanted to open all new windows in a new tabs, you can specify it via the browser.link.open_newwindow.restriction setting.

Config name: browser.link.open_newwindow.restriction
Default: 2 – Open all JavaScript windows the same way as you have Firefox handle new windows unless the JavaScript call specifies how to display the window
Modified values:

  • 0 – open all links as how you have Firefox handle new windows
  • 1 – do not open any new windows
  • 2- open all links as how you have Firefox handle new windows unless the Javascript specify how to display the window

10) Enable Spell Checking In All Text Fields

The default spell checking function only checks for multi-line text boxes. You can get it to spell-check for single line text box as well.

Config name: layout.spellcheckDefault
Default: 1 (spell checker for multi-lines text boxes only)
Modified values:

  • 0 – disable the spell checker
  • 2 – enable the spell checker for all text boxes

11) Open Search Box Results In New Tab

When you search using the search box at the top right hand corner of the browser, it will display the search results in the current tab. If you don’t want the search to interfere with your current tab, you can tweak the browser.search.openintab to make it open in a new tab.

Config Name: browser.search.openintab
Default: False
Modified value: True (open search box results in new tab)

12) Lower The Physical Memory Used When Minimized

This tweak is mainly for Windows users. When you minimize Firefox, it will send Firefox to your virtual memory and free up your physical memory for other programs to use. Firefox will reduce its physical memory usage, when minimized, to approximately 10MB (give or take some) and when you maximize Firefox it will take back the memory that it needs.

The preference name does not exist and needs to be created.

Right click on the background and select New->Boolean.

Enter the name when prompted: config.trim_on_minimize
Enter the values: True

13) Speed up your Firefox

Several tweaks required for this

Config name: network.http.pipelining
Default: False
Modified value: True

Config name: network.http.proxy.pipelining
Default: False
Modified value: True

Config name: network.http.pipelining.maxrequests
Default: 4
Modified value: any value higher than 4, but not more than 8

Config name: network.http.max-connections
Default: 30
Modified value: 96

Config name: network.http.max-connections-per-server
Default: 15
Modified value: 32

14) Increase/Decrease the Amount of Disk Cache

When a page is loaded, Firefox will cache it into the hard disk so that it doesn’t need to be download again for redisplaying. The bigger the storage size you cater for Firefox, the more pages it can cache.

Before you increase the disk cache size, make sure that browser.cache.disk.enabled browser.cache.disk.enable is set to True.

Config name: browser.cache.disk.capacity
Default: 50000 (in KB)
Modified value:

  • 0 – disable disk caching
  • any value lower than 50000 reduces the disk cache
  • any value higher than 50000 increases the disk cache.

15) Select all text when click on the URL bar

In Windows and Mac, Firefox highlights all text when you click on the URL bar. In Linux, it does not select all the text. Instead, it places the cursor at the insertion point. Regardless which platform you are using, you can now tweak it to either select all or place cursor at insertion point.

firefox-select-all

Config name: browser.urlbar.clickSelectsAll
Modified value:

  • False – place cursor at insertion point
  • True – select all text on click

16) Autofill Address in URL Bar

Other than the smart location feature, you can also get your URL bar to autofill the address as you type the URL.

firefox-autofill

Config name: browser.urlbar.autofill
Default: False
Modified value: True (Have Firefox autofill the address as you type in the URL bar)

17) Same Zoom Level For Every Site

Firefox remembers your zoom preference for each site and set it to your preferences whenever you load the page. If you want the zoom level to be consistent from site to site, you can toggle the value of browser.zoom.siteSpecific from True to False.

Config name: browser.zoom.siteSpecific
Default: True
Modified value: False (enable same zoom preferences for every sites)

18) Setting your zoom limit

If you find that the max/min zoom level is still not sufficient for your viewing, you can change the zoom limit to suit your viewing habits.

Config name: zoom.maxPercent
Default: 300 (percent)
Modified value: any value higher than 300

Config name: zoom.minPercent
Default: 30 (percent)
value: any value

19) Configure Your Backspace Button

In Firefox, you can set your backspace to better use by getting it to either go back to the previous page or act as page up function.

Config name: browser.backspace_action
Default: 2 (does nothing)
Modified value:

  • 0 – go back previous page
  • 1- page up

20) Increase Offline Cache

If you do not have access to Internet most of the time, you might want to increase the offline cache so that you can continue to work offline. By default, Firefox 3 caches 500MB of data from supported offline Web apps. You can change that value to whatever amount of your choice.

Config name: browser.cache.offline.capacity
Default: 512000 (in KB)
Modified value: any value higher than 512000 will increase the cache value

21) Auto Export Firefox 3 bookmarks to bookmarks.html

Unlike the previous version, Firefox 3 backup the bookmarks file in places.sqlite rather than the usual bookmarks.html. Since bookmarks.html allows us to export and sync our bookmarks with other browser, it will be very useful if Firefox 3 can backup the bookmark to the bookmarks.html as well.

Config name: browser.bookmarks.autoExportHTML
Default: False
Modified value: True (auto export bookmarks file to bookmarks.html)

22) Disable Extension Compatibility Checks

This is useful if you want to use an extension that is not supported by your version of Firefox badly. It is not recommended, but you can still do it at your own risk.

Right click and select New->Boolean. Enter extensions.checkCompatibility in the field. Enter False in the next field.

Right click again and select New->Boolean. Enter extensions.checkUpdateSecurity into the field and enter False into the next field.

23) Disable Delay Time When Installing Add-on

Everytime you wanted to install a Firefox add-on, you will have to wait for several secs before the actual installation starts. If you are tired of waiting, you can turn the function security.dialog_enable_delay off so that the installation will start immediately upon clicking.

firefox-add-on-delay

Config name: security.dialog_enable_delay
Default: 2000 (in msec)
Modified value:

  • 0 – start installation immediately
  • any other value (in msec)

24) View Source in Your Favorite Editor

This is very useful for developers who are always using the ‘view source‘ function. This tweak allows you to view the source code in an external editor.

There are two configuration need to be made:
Config name: view_source.editor.external
Default: False
Modified value: True ( enable view source using external text editor)

Config name: view_source.editor.path
Default: blank
Modified value: insert the file path to your editor here.

25) Increasing ‘Save Link As‘  timeout value

When you right click and select the ‘Save Link As…‘, the browser will request the content disposition header from the URL so as to determine the filename. If the URL did not deliver the header within 1 sec, Firefox will issue a timeout value. This could happen very frequently in a slow network connection environment. To prevent this issue from happening frequently, you can increase the timeout value so as to reduce the possibility of a timeout.

Config name: Browser.download.saveLinkAsFilenameTimeout
Default: 1000 (1 sec)
Modified value: any value higher than 1000 (value is in msec)

26) Animate Fullscreen Toolbar Collapse mode

In Firefox’s fullscreen mode, toolbars and the tab strip are hidden at the top of the screen and only shown on mouseover. To draw attention to this, there is an animation of the toolbar sliding upwards and off-screen when fullscreen mode is toggled on. For performance issue, the animation of the collapse of the toolbar only appear for the first time. For some reason that you may love/hate the animation, you can adjust Browser.fullscreen.animateUp to switch it on/off for every collapse.

Config name: Browser.fullscreen.animateUp
Default: 1 (animate the toolbar collapse only the first time)
Modified value:

  • 0 -disable the animation
  • 2- enable the animation for every collapse

27) Autohide Toolbar in Fullscreen mode

In fullscreen mode, the toolbar is set to autohide and appear upon mouseover. If you have a need to view the toolbar at all time, you can toggle the value of browser.fullscreen.autohide to False to always show the toolbar.

Config name: browser.fullscreen.autohide
Default: True (always autohide)
Modified value: False (always show the toolbar)

28) Increase Add-On search result

If you go to Tools->Add-ons->Get Add-ons and perform a search there, Firefox will only fetch and display 5 matching results. If you want Firefox to show more than 5 results (say 10), you can adjust extensions.getAddons.maxResults to get it to display more results.

Config name: extensions.getAddons.maxResults
Default: 5
Modified value: any value more than 5

This list of about:config is definitely not the complete list. If you have any tricks not listed here, please add it in the comment.



Print this pageSave as PDF

Damien Oh is the owner and chief editor of Make Tech Easier
  • Joel Zerpa

    Thanks! Firefox best!!!

    • russell

      did not work at all for me none of this stuff come up

  • Joel Zerpa

    Thanks! Firefox best!!!

    • http://googlefirfox russell

      did not work at all for me none of this stuff come up

  • neuromit

    I knew most of those but there were one or two that were new to FF3 that I wasn’t aware of. Thanks!

  • neuromit

    I knew most of those but there were one or two that were new to FF3 that I wasn’t aware of. Thanks!

  • http://sam.vilain.net/ samv

    Nice stuff … if only there was one to turn off the excessive use of fsync() that is a performance killer on some systems.

  • http://sam.vilain.net/ samv

    Nice stuff … if only there was one to turn off the excessive use of fsync() that is a performance killer on some systems.

  • http://sam.vilain.net/ samv

    Nice stuff … if only there was one to turn off the excessive use of fsync() that is a performance killer on some systems.

  • http://lplpx.com/ koko

    nice posting.

    some correction perhaps it’s browser.cache.disk.enable not enabled

  • http://lplpx.com/ koko

    nice posting.

    some correction perhaps it’s browser.cache.disk.enable not enabled

  • http://lplpx.com koko

    nice posting.

    some correction perhaps it’s browser.cache.disk.enable not enabled

  • http://deskonectado.tk/ Czar

    Excelente recopilacion para tunear el Mozilla Firefox 3, sobre todo la de autocompletar, :)
    Salu2

  • http://deskonectado.tk Czar

    Excelente recopilacion para tunear el Mozilla Firefox 3, sobre todo la de autocompletar, :)
    Salu2

  • Pingback: Firefox 3: Más (y algunos conocidos) ajustes para ponerlo a punto… « [:Pixelaris:]

  • Pingback: 28 Coolest Firefox About:Config Tricks « geek-o-pedia

  • Pingback: The Coolest FireFox about:config Tricks! | Startup Meme

  • http://www.makeuseof.com/ Aibek

    Awesome!

  • http://www.makeuseof.com/ Aibek

    Awesome!

  • http://www.makeuseof.com Aibek

    Awesome!

  • Pingback: Diary Of A Madman : Here be dragons... and tweak the Fox (some Bank Holiday fun!)

  • Pingback: 28 Cool Firefox About:Config Tricks | My Shits and Giggles

  • http://www.bramme.net/ Bram

    Very good read, thanks!

  • http://www.bramme.net Bram

    Very good read, thanks!

  • Pingback: Firefox Tab-Scroll unterdrücken | Nerdcore

  • Pingback: DER Firefox3 Thread - Seite 11 - PC Games Hardware Extreme

  • http://www.hamroawaaz.com/ GodMode

    Firefox rocks the world.

  • http://www.hamroawaaz.com/ Rahul

    Firefox rocks the world.

  • Pingback: Firefox 3, about:config y el Acer Aspire One < otro blog más

  • Pingback: links for 2008-08-22 « B-link List

  • Exsecrabilus

    > Before you increase the disk cache size, make sure that browser.cache.disk.enabled is set to True. <

    Shouldn’t that be browser.cache.disk.enable?

  • Exsecrabilus

    > Before you increase the disk cache size, make sure that browser.cache.disk.enabled is set to True. <

    Shouldn’t that be browser.cache.disk.enable?

  • http://maketecheasier.com/ Damien

    @Exsecrabilus: Thanks for pointing out. I have amended it.

  • http://maketecheasier.com/ Damien

    @Exsecrabilus: Thanks for pointing out. I have amended it.

  • http://maketecheasier.com Damien

    @Exsecrabilus: Thanks for pointing out. I have amended it.

  • Pingback: Austoon Daily » 28 Coolest Firefox About:Config Tricks

  • Pingback: Web Sites of Interest » links for 2008-08-23

  • Pingback: Web Sites of Interest » links for 2008-08-24

  • Pingback: links for 2008-08-24 « Mike Does Tech

  • Pingback: Linux Zone » Trucchi per migliorare e far rendere al massimo Firefox

  • Pingback: 28 ????? ??? ?? about:config ??? Firefox 3, ????? ??? ???????????, ?????????? ??? ??? ????? ???! | elkosmas.gr

  • Pingback: HowtoMatrix » 28 Coolest Firefox About:Config Tricks

  • Pingback: MeezMaker Meezmaker - Page 2 - Meez Forums

  • Pingback: Hans im Glück » Blog Archive » Firefox “Config” Einstellungen

  • Pingback: Max Design - standards based web design, development and training » Some links for light reading (26/8/08)

  • Pingback: Foxlink - 20 ????? 2.??????.1387 (83 ????) - ???? ??? ??? ?? ????? ?? « ??????? ??? ?? ????? ??

  • Pingback: MeezMaker Meezmaker - Page 2 - Meez Forums

  • Peter

    Good Tricks! Thanks

  • Peter

    Good Tricks! Thanks

  • Pingback: Random Links Of Violence | Programmer's Log

  • Pingback: The Great Geek Manual » Link Round-Up: August 28, 2008

  • Pingback: about:config ?? ?????????? | ????? ?????

  • Pingback: lillbra » Blog Archive » links for 2008-07-27

  • http://pipsbadideas.blogspot.com/ Pip

    I love it! Thanks for the tips.

  • http://pipsbadideas.blogspot.com/ Pip

    I love it! Thanks for the tips.

  • Pingback: ???????? 11.??????.1387 (35 ????) « ??????? ??? ?? ????? ??

  • http://www.pliggs.com/ Geoserv

    STUMBLED!

    Great list, thanks for posting.

  • http://www.pliggs.com Geoserv

    STUMBLED!

    Great list, thanks for posting.

  • Pingback: Vote for this article at blogengage.com

  • DEMON

    Thank you very much. I used almost every tweak mentioned in your article.

  • DEMON

    Thank you very much. I used almost every tweak mentioned in your article.

  • Pingback: And now for something completely different | Reizzentrum

  • Pingback: The Great Geek Manual » Blog Archive » Link Round-Up: September 22, 2008

  • Ves

    This is the best summary I’ve seen so far, thanks.

  • Ves

    This is the best summary I’ve seen so far, thanks.

  • Pingback: Alcuni trucchi about:config per Firefox | Area3000

  • Pingback: How to Get The Most Out of Firefox - CashLoopholes

  • theduke

    it works pretty well if you don’t overdo it
    if you do everything runs really fast for a couple minutes and then it just stops

  • theduke

    it works pretty well if you don’t overdo it
    if you do everything runs really fast for a couple minutes and then it just stops

  • waifer

    where do you input the monitor profile ? as written here http://www.gballard.net/psd/go_live_page_profile/embeddedJPEGprofiles.html

    right side under list of unmanaged browsers is instructions for inputting profile, but I can’t figure it out as to where to put it or how.
    Thanks

  • waifer

    where do you input the monitor profile ? as written here http://www.gballard.net/psd/go_live_page_profile/embeddedJPEGprofiles.html

    right side under list of unmanaged browsers is instructions for inputting profile, but I can’t figure it out as to where to put it or how.
    Thanks

  • http://maketecheasier.com/ Damien

    @waifer: check out tip no. 4 for color management in Firefox. The value to configure is gfx.color_management.enabled

  • http://maketecheasier.com Damien

    @waifer: check out tip no. 4 for color management in Firefox. The value to configure is gfx.color_management.enabled

  • Pingback: Firefox: los 28 trucos más interesantes sobre About:Config » blogpocket 7.0

  • Pingback: Autores en la RMD » Blog Archive » Firefox: los 28 trucos más interesantes sobre About:Config

  • Pingback: Firefox: installeren add-ons versnellen | Antoine van Dinter: Frans & ICT

  • http://www.sergiohalaby.com/ Sergio

    Amazing stuff, thanks a lot. Very helpful.

  • http://www.sergiohalaby.com Sergio

    Amazing stuff, thanks a lot. Very helpful.

  • Pingback: Two Mad Geeks Tech Articles » Blog Archive » 28 Coolest Firefox About:Config Tricks

  • Pingback: 28 Coolest Firefox About:Config Tricks - Make Tech Easier - The WebZappr

  • Pingback: I use this: Firefox Extensions

  • http://www.itechnobuzz.com/ SARANG DRAVID

    I know most of them.. but yeah many are new for me.. :)
    Thanx for the info man.. :D

  • http://www.itechnobuzz.com SARANG DRAVID

    I know most of them.. but yeah many are new for me.. :)
    Thanx for the info man.. :D

  • burkass Tchaikovsky

    I have a problem. In cache folder, every day the old cache deleted by itself. I want the old cache stay in that folder. How can i do it ? Can you email me ?

  • burkass Tchaikovsky

    I have a problem. In cache folder, every day the old cache deleted by itself. I want the old cache stay in that folder. How can i do it ? Can you email me ?

  • burkass Tchaikovsky

    I have a problem. In cache folder, every day the old cache deleted by itself. I want the old cache stay in that folder. How can i do it ? Can you email me ?

  • Pingback: Dudtn » Blog Archive » Daily Digest for 2008-11-10

  • Pingback: Daily Digest for 2008-11-10 at Dudtn

  • http://www.dzesire.net/ Chester

    Thanks for the tips :) I am gonna change some of the setting for my Firefox config.

  • http://www.dzesire.net Chester

    Thanks for the tips :) I am gonna change some of the setting for my Firefox config.

  • Pingback: 24 Configuraciones about:config para firefox 3+ - Foros de CHW

  • hpahaut

    Hey,
    does anyone know a way to disable the one-click bookmark feature.

    it’s the star in the navigation toolbar,
    thanx all :)

  • hpahaut

    Hey,
    does anyone know a way to disable the one-click bookmark feature.

    it’s the star in the navigation toolbar,
    thanx all :)

  • hpahaut

    Hey,
    does anyone know a way to disable the one-click bookmark feature.

    it’s the star in the navigation toolbar,
    thanx all :)

  • hpahaut

    Hey,
    does anyone know a way to disable the one-click bookmark feature.

    it’s the star in the navigation toolbar,
    thanx all :)

  • Pingback: firefox: important files and useful tweaks | thinkoholic.com

  • Pingback: Happy Birthday, Make Tech Easier - Make Tech Easier

  • Pingback: Recent Links Tagged With "tricks" - JabberTags

  • Pingback: Firefox About:Config - InverseFlux: The Blog 3.0

  • Pingback: What Ho! » Blog Archive » » 28 Coolest Firefox About:Config Tricks

  • Pingback: Mempercepat Akses Telkomsel Flash | putraZ.net - Bloge Putra

  • http://www.waterclearnclean.com/ Water

    These Firefox tips are really useful the search to new tab is my favourite.
    Makes life so much easier.

  • http://www.waterclearnclean.com Water

    These Firefox tips are really useful the search to new tab is my favourite.
    Makes life so much easier.

  • Pingback: 7 Tipps für Firefox-Freaks » Browser, Software » Payamo.de

  • Pingback: COFFEE CUP||??? » 28?????Firefox About?Config????

  • Pingback: COFFEE CUP||??? » 28?????Firefox About?Config????

  • http://www.igolb.com/ Luc

    Great post?I learn a lot from this. Thanks!!

  • http://www.igolb.com/ Luc

    Great post?I learn a lot from this. Thanks!!

  • http://www.igolb.com Luc

    Great post?I learn a lot from this. Thanks!!

  • Jean-Luc Picard

    Excellent info, addes every one of them.

  • Jean-Luc Picard

    Excellent info, addes every one of them.

  • Jean-Luc Picard

    Excellent info, addes every one of them.

  • Jean-Luc Picard

    Excellent info, addes every one of them.

  • Spufler

    Seems you neglected to include the version of your Firefox… my Firefox 2.0.0.14 doesn’t give any warning dialog box.

  • Spufler

    Seems you neglected to include the version of your Firefox… my Firefox 2.0.0.14 doesn’t give any warning dialog box.

  • Spufler

    Seems you neglected to include the version of your Firefox… my Firefox 2.0.0.14 doesn’t give any warning dialog box.

  • Kevin

    Is there any way to change about:config settings by the javascript..?

    Thanks for your help.

    • http://maketecheasier.com/ Damien

      I guess the answer is No since it would present a huge security hole

    • http://maketecheasier.com/ Damien

      I guess the answer is No since it would present a huge security hole

  • Kevin

    Is there any way to change about:config settings by the javascript..?

    Thanks for your help.

    • http://maketecheasier.com Damien

      I guess the answer is No since it would present a huge security hole

  • http://reviewsmyfavourite.blogspot.com/ Mony

    I knew only key word url of this about config. With these lists I can configure my Firefox more.

  • http://reviewsmyfavourite.blogspot.com Mony

    I knew only key word url of this about config. With these lists I can configure my Firefox more.

  • Pingback: I need to disable Open File - Security Warning completely, so how | keyongtech

  • eric

    nice tricks!

  • eric

    nice tricks!

  • http://pulsa-24.blogspot.com/ Pulsa murah

    Manteb gan ilmunya..

    Uda langsung dicoba nie^^

  • http://pulsa-24.blogspot.com Pulsa murah

    Manteb gan ilmunya..

    Uda langsung dicoba nie^^

  • RAHIM

    thanks for sharing.

  • RAHIM

    thanks for sharing.

  • RAHIM

    thanks for sharing.

  • http://www.TheRichBoy.com/ Rich Boy

    Thanks Dawg! I use this every time I reformat. (Vista has major problems)

  • http://www.TheRichBoy.com/ Rich Boy

    Thanks Dawg! I use this every time I reformat. (Vista has major problems)

  • http://www.TheRichBoy.com Rich Boy

    Thanks Dawg! I use this every time I reformat. (Vista has major problems)

  • Anthony

    Thanks for this, it is fun to get under the hood and tweak the engine.

  • Anthony

    Thanks for this, it is fun to get under the hood and tweak the engine.

  • Pingback: Articles Collection of Aug’08 « Dako-Tux

  • Pingback: Firefox no linux - lentidão @ Linux 2 Start

  • Pingback: Firefox tweaking in about:config | Sirupsen

  • http://www.theprojecttree.com/ John Martin

    type in “keyword.url” and this will give you your default search for searching from the address bar. Now you can place your own search engine in there. for example below is the google ‘Im feeling Lucky’ search URL…

    http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=

    • mhewski

      >Nice add John Martin

      >so as not to confuse others, “keyword.url” is to be typed in the filter section of “about:config” from above article

      ;)

  • http://www.theprojecttree.com/ John Martin

    type in “keyword.url” and this will give you your default search for searching from the address bar. Now you can place your own search engine in there. for example below is the google ‘Im feeling Lucky’ search URL…

    http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=

  • http://www.theprojecttree.com John Martin

    type in “keyword.url” and this will give you your default search for searching from the address bar. Now you can place your own search engine in there. for example below is the google ‘Im feeling Lucky’ search URL…

    http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=

    • http://inlandimagination mhewski

      >Nice add John Martin

      >so as not to confuse others, “keyword.url” is to be typed in the filter section of “about:config” from above article

      ;)

  • http://blog.arpitnext.com/ ArpitNext

    cool tips! Thanks :)

  • http://blog.arpitnext.com ArpitNext

    cool tips! Thanks :)

  • demir

    what I want firefox to do is ‘not to activate a tab opened from a link that I already clicked on another tab’. I just want it to load in the background, as it doesn’t interrupt my viewing of the original page. What should be the script for this? Or which one should I tweak?

    • http://maketecheasier.com/ Damien

      By default, all links in Firefox open in the current tab unless it comes with a target=”_blank” attribute that force it to load in a new window (or new tab). You can install the tab mix plus extension to control the behaviour of links, whether they should open in current tab, new tab or new window.

      • demir

        Thanks. Extension worked really good.

    • http://maketecheasier.com/ Damien

      By default, all links in Firefox open in the current tab unless it comes with a target=”_blank” attribute that force it to load in a new window (or new tab). You can install the tab mix plus extension to control the behaviour of links, whether they should open in current tab, new tab or new window.

  • demir

    what I want firefox to do is ‘not to activate a tab opened from a link that I already clicked on another tab’. I just want it to load in the background, as it doesn’t interrupt my viewing of the original page. What should be the script for this? Or which one should I tweak?

    • http://maketecheasier.com Damien

      By default, all links in Firefox open in the current tab unless it comes with a target=”_blank” attribute that force it to load in a new window (or new tab). You can install the tab mix plus extension to control the behaviour of links, whether they should open in current tab, new tab or new window.

      • demir

        Thanks. Extension worked really good.

  • Jochen

    really good tips!

    Thanks, I’m now able to get the old firefox bookmark-bahavior back again (storing as html file and on startup load the html-file). So I’m able to share again my bookmarks with other hosts, other browsers like seamonkey and last but not least can remove the anti-privacy sqlite databases like places etc. after firefox termination. But it has one drawback – I get additional ‘recently bookmarked’, ‘Recent Tags’, ‘Most visited’ – folders.

    Is there a simple solution for this? (ok I can write a script that removes this superfluous stuff…

    best regards

  • Jochen

    really good tips!

    Thanks, I’m now able to get the old firefox bookmark-bahavior back again (storing as html file and on startup load the html-file). So I’m able to share again my bookmarks with other hosts, other browsers like seamonkey and last but not least can remove the anti-privacy sqlite databases like places etc. after firefox termination. But it has one drawback – I get additional ‘recently bookmarked’, ‘Recent Tags’, ‘Most visited’ – folders.

    Is there a simple solution for this? (ok I can write a script that removes this superfluous stuff…

    best regards

  • Light

    Hi,
    Firefox 3.0.8 is starting up with my normal startpage so i have 2 startpages, how can that be.

    • Bob Regal

      Check ‘prefrences’, if there’s a pipeline ‘|’ then that means there are two (or more default homepages. I think this occurs in ie7> aswell and is quite handy for multiple homepages

  • Light

    Hi,
    Firefox 3.0.8 is starting up with my normal startpage so i have 2 startpages, how can that be.

    • http://none Bob Regal

      Check ‘prefrences’, if there’s a pipeline ‘|’ then that means there are two (or more default homepages. I think this occurs in ie7> aswell and is quite handy for multiple homepages

  • Hasnain Pola

    I love your tricks ! As I love myself.

  • Hasnain Pola

    I love your tricks ! As I love myself.

  • http://www.tagged.com/blazeone DUDE!

    GREAT SHh-TUFF DUDE! THANKS FOR KNOWING SOMETHING, & HELPING US WHO DON’T. MAD PROPS. EVERYTHING I USED MADE A DIFFERENCE.

  • http://www.tagged.com/blazeone DUDE!

    GREAT SHh-TUFF DUDE! THANKS FOR KNOWING SOMETHING, & HELPING US WHO DON’T. MAD PROPS. EVERYTHING I USED MADE A DIFFERENCE.

  • Zoomer

    Great article, thanks a lot!

  • Zoomer

    Great article, thanks a lot!

  • Pingback: 10 Everyday Life Saver Tricks And Tricks (Part 1) | PCandWEB

  • Pingback: 10????????????? | ??? | ????????? ?????????

  • TheTrekhippy

    In FF 3.10, which about:config setting will force firefox to always ask me to Remember a Password to a website?

  • TheTrekhippy

    In FF 3.10, which about:config setting will force firefox to always ask me to Remember a Password to a website?

  • Pingback: about:config « ParaMisAmigos-ForMyFriends-PourMesAmis

  • Pingback: Tweeaks Design» Blog Archive » 10 Most Essential Firefox Addons for Web Designers

  • zess

    what if i make a mistake???
    please tell me what should i do?

    • tonyt

      @Zess – Make sure you take a copy of your
      …Mozilla Firefoxdefaultsprofileprefs.js
      BEFORE you start any change
      Restore after if all goes wrong

      • zess

        i’ll try
        thanx’s

  • zess

    what if i make a mistake???
    please tell me what should i do?

    • tonyt

      @Zess – Make sure you take a copy of your
      …\Mozilla Firefox\defaults\profile\prefs.js
      BEFORE you start any change
      Restore after if all goes wrong

      • zess

        i’ll try
        thanx’s

  • maurice e

    My close buttons(the x) on tabs used to be red. No longer after a previous upgrade. I now have version 3.5.2. Number 7 “coolest trick” above refers to the “x” as red. How can I make the x red?

  • maurice e

    My close buttons(the x) on tabs used to be red. No longer after a previous upgrade. I now have version 3.5.2. Number 7 “coolest trick” above refers to the “x” as red. How can I make the x red?

  • Pingback: Aktuelle Links (gespeichert vom 04.09.2009 bis zum 05.09.2009) « Der Webanhalter

  • http://www.bobdrake.info/ Bob Drake

    Loved the tips! It’s rare that I find anything this useful. I’m wondering if someone can answer another configuration question? Every time I open a PDF file, the default seems to be something other than 100%. Is there a setting I can modify so that the file will ALWAYS open at 100% rather than much larger? It’s annoying having to change the viewing size. I’ve checked all the default options, but none seem to have any effect. Thanks again for the great article!

  • http://www.bobdrake.info Bob Drake

    Loved the tips! It’s rare that I find anything this useful. I’m wondering if someone can answer another configuration question? Every time I open a PDF file, the default seems to be something other than 100%. Is there a setting I can modify so that the file will ALWAYS open at 100% rather than much larger? It’s annoying having to change the viewing size. I’ve checked all the default options, but none seem to have any effect. Thanks again for the great article!

  • Pingback: Coolest Firefox Tricks Ever! |

  • Chris

    Number 13 trick I would not recommend.

    Screwed up my Firefox, pages were loading really slowly.

  • Chris

    Number 13 trick I would not recommend.

    Screwed up my Firefox, pages were loading really slowly.

  • flem snopes

    Is there a way to set the upper limit of how may tabs will open within a folder when clicking on the folder with the scrolling wheel.

    The default seems to be about 15 or so and I’d like to set it to 5.

    Thanks.

  • flem snopes

    Is there a way to set the upper limit of how may tabs will open within a folder when clicking on the folder with the scrolling wheel.

    The default seems to be about 15 or so and I’d like to set it to 5.

    Thanks.

  • http://www.sizlopedia.in/ ravi

    I knew most of those but there were one or two that were new to FF3 that I wasn’t aware of. Thanks!

  • http://www.sizlopedia.in/ ravi

    I knew most of those but there were one or two that were new to FF3 that I wasn’t aware of. Thanks!

  • http://www.momojord.se/kroppsterapi/thaimassage Momothaimassage

    Very helpful indeed. Thank you!

  • http://www.momojord.se/kroppsterapi/thaimassage Momothaimassage

    Very helpful indeed. Thank you!

  • http://www.babyfluffy.com/ lutvia

    thank so much for the tricks

  • http://www.babyfluffy.com lutvia

    thank so much for the tricks

  • ikoder

    WebRank Toolbar – Google Pagerank, Alexa, Compete and Quantcast Rank 1.1
    https://addons.mozilla.org/en-US/firefox/addon/52177/

    A toolbar which will give you automatically website rank and pages indexed in various search engines. It is a tool for SEO and website analysis too. It includes:-

    1. Google Pagerank
    2. Alexa Rank
    3. Compete Rank
    4. Quantcast Rank
    5. Pages indexed in Google
    6. Pages indexed in Bing
    7. Pages indexed in Yahoo

    And click on each button to get more information about rank or pages indexed.

  • ikoder

    WebRank Toolbar – Google Pagerank, Alexa, Compete and Quantcast Rank 1.1
    https://addons.mozilla.org/en-US/firefox/addon/52177/

    A toolbar which will give you automatically website rank and pages indexed in various search engines. It is a tool for SEO and website analysis too. It includes:-

    1. Google Pagerank
    2. Alexa Rank
    3. Compete Rank
    4. Quantcast Rank
    5. Pages indexed in Google
    6. Pages indexed in Bing
    7. Pages indexed in Yahoo

    And click on each button to get more information about rank or pages indexed.

  • http://www.reddtech.blogspot.com/ amit singh

    thnks for sharing bro

  • http://www.reddtech.blogspot.com amit singh

    thnks for sharing bro

  • Pingback: Some links for light reading (26/8/08) | Max Design

  • hsfn09

    I tried #9 and found that the effects of values 0 and 1 are reversed in firefox 3.6

  • hsfn09

    I tried #9 and found that the effects of values 0 and 1 are reversed in firefox 3.6

  • BigToeGeo

    thank you! really liked the tweaks…and nobody said it better than “dude” when he said, “GREAT SHh-TUFF DUDE! THANKS FOR KNOWING SOMETHING, & HELPING US WHO DON'T. MAD PROPS. EVERYTHING I USED MADE A DIFFERENCE.”

  • asdf

    Or you can start firefox in safe mode (an option under mozilla firefox in the start menu) and reset to default values

  • http://huhspunk.tistory.com/ hapyo

    Here are useful tips!
    Thanks!

  • Pingback: Firefox about:config tips « 0ddn1x: tricks with *nix

  • Pingback: 28 Firefox About:Config Tweaks « About Online Volunteering by Randy Tyler

  • http://www.justinjacob.com/ justin
  • shyteBoy1990

    Hi,
    I attempted several of these tweaks, as did my cousin. Oddly, we both ended up getting diarrhea within hours of the changes we made. WTF? How irresponsible is this questionable writer for not mentioning that? If you are going to potentially cause these types of negative effects with your untested and unsafe tweaks, WHY WERENT WE WARNED????? I am writing to the admin about this person!

  • http://maketecheasier.com/ Damien Oh

    @shyteBoy1990: When you type the about:config command in the url, you were already shown the warning page, so why did you say you were not warned? All the commands and configs were tested and they worked, so please do your homework before starting to accuse others of irresponsible.

  • Pingback: 28 Coolest Firefox About:Config Tricks « G.A.M.E +

  • Pingback: Coolest Firefox About:Config Tricks – system32.org.uk

  • Raz

    Videos seem to lag at times. When this occurs, I notice periodic CPU spikes. Can anything in about:config remedy this?

  • http://acidramfxu.yolasite.com/ ERICKj.

    OKAY DID YOU CHECK YOUR REMEMBER HISTORY IN FIREFOX OPP'S? SOMETIMES THIS CAN PLAY MANY ROLLS. HOPE THIS HELPS MY FRIEND.

  • http://acidramfxu.yolasite.com/ ERICKj.

    Double Click on the following settins and put in the numbers below – for the true / false booleans – they’ll change when you double click.
    Code:
    browser.tabs.showSingleWindowModePrefs – true
    network.http.max-connections – 48
    network.http.max-connections-per-server – 16
    network.http.max-persistent-connections-per-proxy – 8
    network.http.max-persistent-connections-per-server – 4
    network.http.pipelining – true
    network.http.pipelining.maxrequests – 100
    network.http.proxy.pipelining – true
    network.http.request.timeout – 300

    One more thing… Right-click somewhere on that screen and add a NEW -> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0”. This value is the amount of time the browser waits before it acts on information it receives. Since you’re broadband – it shouldn’t have to wait.

    Now you should notice you’re loading pages MUCH faster now!

  • http://acidramfxu.yolasite.com/ ERICKj.

    OKAY DID YOU CHECK YOUR REMEMBER HISTORY IN FIREFOX OPP'S? SOMETIMES THIS CAN PLAY MANY ROLLS. HOPE THIS HELPS MY FRIEND.

  • Pingback: Teknovis » Firefox Configuration Settings

  • http://twitter.com/vishnubabuinc vishnubabu
  • http://twitter.com/vishnubabuinc vishnubabu
  • Pingback: 28 Coolest Firefox About:Config Tricks | BLOGnya DANISH

  • Pingback: My Life is Beautiful » Blog Archive » 28 Coolest Firefox About:Config Tricks – Make Tech Easier

  • http://www.facebook.com/AdMaiorem AdMaiorem ????

    Thanks be to God and terimaaksih much to whoever you are, provider of software for free, making web pages that contain tips tricks for the explorers “digital continent,” so help make it easier to enjoy the many charms that exist in the “virtual world”. We wish the loving love of God always remain in your life and the lives of us all. (~_~) GO TO THE CHANNEL GRACE