5 Cool Firefox About:Config Hacks To Make Browsing Smoother

Firefox LogoThere’s no doubt in anybody’s mind that Mozilla Firefox is one of the best browsers out there. It also has the honor of being the biggest rival to Microsoft’s Internet Explorer.

Part of the reason behind Firefox’s success is the fact that there is an awesome team of individuals behind it, who work around the clock to make it live up to the stringent quality standards, which are a hallmark of Mozilla.

However, there is a second, almost equally important reason as to why each version of Firefox is a runaway success. There’s virtually no limit to the amount of customization you can apply to Firefox. Most of these come in the form of extensions (small add-ons, which add to the functionality).

However, today we are going to talk about another, more covert way of customizing Firefox. All the different settings of Firefox can be accessed from one convenient location using the Firefox “About Config” hack. By typing about:config in the address bar, one can bring up a page listing all the different options. Once on that page, it’s simply a matter of double-clicking and editing those settings to make your browsing experience even better.

Here’s a list of the best, most useful Firefox about:config hacks. All these hacks can be enabled by going into about:config. In case a setting doesn’t show up in the search, just right-click and select New to create it.

Make Firefox Free Up RAM When Minimized:

firefox about config hacks

Unless you have a RAM behemoth for a rig, you will know that RAM is a precious commodity. Simply put, RAM is like a container into which all applications are thrown when they are first run. The applications carry out all their processing in the RAM and then leave the RAM when they are done.

The problem arises in the way Firefox handles RAM. Most programs return unused RAM when they are minimized. Firefox, on the other hand does not do so. So, the Firefox ninjas around the world found an about:config workaround for it:

  • In the “Filter” search, type: config.trim_on_minimize
  • Right click on the setting and click “toggle” so that the Value turns to “true“.

From now on, Firefox will act like any other Windows app and return all unused memory when minimized.

Stop Websites From Blinding You With Blinking Text:

firefox about config hacks

Some webmasters have this crazy habit of making text on their pages blink. Maybe it’s their idea of looking cool, but in reality, it’s nothing more than a major irritation. Coupled with that is the fact that it really tires your eyes. Here’s how you can change about:config to disable blinking text:

  • In the “Filter” search, type: browser.blink_allowed
  • Right click on the setting and click “toggle” so that the Value turns to “false“. This disables the blinking.

Paste Text With The Middle Mouse Button:

firefox about config hacks

Linux users will vouch for how awesome pasting with the middle mouse button is. Now, Windows users can get the same functionality within Firefox. You guessed it! You need to go to about:config to do the following:

  • In the “Filter” search, type: middlemouse.paste
  • Right click on the setting and click “toggle” so that the Value turns to “true“.

Open Search Results In A New Tab:

firefox about config

Every now and then I come across a term on a website that I really need to research. I quickly hit Ctrl+K (the Search Box shortcut), type the keywords, and hit Return, only to remember at the last instant that the search will take me away from my current page. Using the following about:config hack, I configured Firefox to open all searches in a new tab.

  • In the “Filter” search, type: browser.search.openintab
  • Right click on the setting and click “toggle” so that the Value turns to “true“.

Make Firefox’s Menus Load Faster:

firefox about config

Sometimes, the delay caused while opening a Menu is just a major headache. Here’s how to do away with it using about:config.

  • In the configuration window, right click and choose New -> Integer
  • Name it ui.submenuDelay and set it to 0

And that’s all that there is to it! It’s simply amazing how a few configuration changes here and there can make your surfing experience so much smoother. About:config hacks really make Mozilla Firefox all the more awesome. No wonder it is one of the most popular browsers in the world.

What about:config hacks are your favourites?


MakeUseOf Recommends

Abhigyan

I am an engineering student, aspiring blogger, and tech enthusiast. I hail from India and am obsessed with technology. I will be completing my engineering degree (specializing in Information Technology) by next year, after which I hope to enter into the professional world. I love writing and writing for MUO is my way of expressing opinions about what I love most (i.e. technology).

The comments were closed because the article is more than 180 days old.

If you have any questions related to stuff mentioned in the article or need help with any computer issue, just ask it on MakeUseOf Answers.

Hide 39 Comments

  • Brett Pollard January 19, 2010
    0 likes

    Thank you. This is great information. I especially like the “search results in a new tab” hack.

    | Like
  • boogie January 19, 2010
    0 likes

    Sadly, I don’t have an option called “config.trim_on_minimize” in my about:config

    | Like
    • Paul-G January 19, 2010
      0 likes

      Right click, New, Boolean, paste config.trim_on_minimize in the box and set to True.

      | Like
      • Paul-G January 19, 2010
        0 likes

        Oooops, Should have finished reading the thread below :-(

        | Like
  • Shon January 19, 2010
    0 likes

    @boogie If you notice in the screenshot it shows user set as the status, this is because it had to be created. Just right click on one of the other values and select new boolean. Name it “config.trim_on_minimize” and set it to true. All done.

    | Like
    • Abhilash January 19, 2010
      0 likes

      Thank you!

      | Like
    • boogie January 19, 2010
      0 likes

      Muchos gracias, amigo.

      | Like
  • Jeff January 19, 2010
    0 likes

    For “Open Search Results In A New Tab:”, you could just press “alt-enter” after typing the keyword instead of “enter” and it’ll open your search in a new tab.

    | Like
  • Jmariem January 19, 2010
    0 likes

    I’ve been playing in about:config for a while, now, but I hadn’t tried adding whole new lines. This is heady stuff!

    | Like
  • Matt January 20, 2010
    0 likes

    Can anyone get the Open Search Results In A New Tab working? I am running FF 3.5.6 and it does not work for me…still opens in same tab. I am running the New Tab Homepage add-on…not sure if that is conflicting?

    | Like
  • Abhigyan January 20, 2010
    0 likes

    @Matt: I can’t figure out why you are getting the problem. It seems to be working fine at my end. Am using the same version.

    | Like
    • Matt January 20, 2010
      0 likes

      Me neither, but it just doesn’t. My default search is Google, maybe that’s it. In any case, not much to do to debug, so I guess I am just one of them who is out of luck… (alt-enter does not work either, as someone posted above)

      | Like
    • Jonnyboy January 30, 2010
      0 likes

      Hi Abigyan – sorry to butt in, it’s just I don’t know how to contact you otherwise. I made a mistake entering the config.trim_on_minimize details and under ‘type’ I’ve got ‘string’ when it should be ‘boolean’. Try as I might I can’t seem to edit this. Please can you tell me how?

      | Like
      • Abhigyan January 30, 2010
        0 likes

        You can just Right-Click on the string value and select “Reset”. Once you do that, refresh about:config and create the new value to be Boolean. The previous one will have been deleted.

        | Like
  • Ju January 21, 2010
    0 likes

    Perfect, works fine !

    | Like
  • Teknojunkie January 22, 2010
    0 likes

    Trimming doesn’t appear to work in 3.6. After adding it, I restarted Firefox, waited until it completely loaded, started up Task Manager, and minimized Firefox. No change in memory usage was displayed. Any ideas?

    | Like
  • Nancy January 22, 2010
    0 likes

    Matt, I got the open search results in new tab to work, and I use Google too. I did just upgrade to Firefox 3.6 (which became available yesterday); give it a try.

    | Like
    • Matt January 22, 2010
      0 likes

      I found that it works if I type in the search ad hit enter…does not if I click the Magnifying glass icon in the search field. Good enough, thanks!

      | Like
  • Nancy January 22, 2010
    0 likes

    Matt, I get the new tab on a Google search term whether I hit the return key or click on the magnifying glass icon in the search bar.

    Not sure why that’s not working for you.

    | Like
  • FUV January 22, 2010
    0 likes

    Almost everything worked just fine. I had to make a new boolean for “config.trim_on_minimize” and accidentally clicked on “string instead of boolean: Now I caonot delete nor change the type. Does anyone know how to dlete this string or disable it?

    | Like
    • Brett January 22, 2010
      0 likes

      Same! I right clicked the line and then reset. Restart firefox and it will have dissapeared (because it becomes a dead string).

      | Like
    • Jonnyboy January 30, 2010
      0 likes

      FUV – I’ve got the same problem … did you ever get a solution to changing ‘string’ to ‘boolean’?

      | Like
  • MajesticIslam January 22, 2010
    0 likes

    Great post… FireFox is indeed the best browser.

    | Like
  • d. bene tleilax January 22, 2010
    0 likes

    I love stuff like this… hope some new & interesting ones pop up.

    | Like
  • Ricardo January 22, 2010
    0 likes

    Same thing happened to me, with trimming using Firefox 3.6.
    Actually after trimming the memory usage climbed some additional 40 MBs.
    How do I eliminate the line???

    | Like
    • Brett January 22, 2010
      0 likes

      Just set it to false, it won’t bother you again.

      | Like
  • Vipul January 22, 2010
    0 likes

    These configs are cool!

    | Like
  • bastiano January 24, 2010
    0 likes

    I love to make modifications in about:config. I hope there are more comming soon.

    | Like
    • Narayana February 7, 2010
      0 likes

      hi I am Unable to find Filters or settings In Firefox 3.6, can u help me about this

      | Like
  • June January 25, 2010
    0 likes

    I think the trim doesn’t work currently on FF3.6 as the “Minimize to taskbar” add-in hasn’t been updated yet?

    | Like
  • kaymac January 26, 2010
    0 likes

    Thanks everyone. Getting search results to open in a new window is a gift- its normally such a pain in the …

    BTW the split browser extension (https://addons.mozilla.org/en-US/firefox/addon/4287) is a godsend for using About:Config or messing around with config files etc.

    | Like
  • Darrel January 26, 2010
    0 likes

    Well, Firefox is crashing several times a day now. Thanks a lot!

    | Like
  • PYE January 29, 2010
    0 likes

    infact firefox is the best browser after opera

    | Like
  • Oksana February 2, 2010
    0 likes

    I’m running both 32-bit and 64-bit Firefox 3.5.7 on windows 7 64-bit. I’ve tried the config.trim_on_minimize on both 32-bit and 64-bit versions with no change in memory usage.

    | Like
  • Narayana February 7, 2010
    0 likes

    Hi how to find filters option in firefox 3.6, please let me know. I cant find that option any where in firefox

    | Like
  • John Lenihan February 28, 2010
    0 likes

    If you want to minimize memory usage then there is only
    one program that works…
    http://main.kerkia.com/tools/default.aspx

    | Like
  • r4 kaart March 2, 2010
    0 likes

    Hello Im using firefox 3.5.8 and I can’t find ui.submenuDelay or config.trim_on_minimize am I missing something or are they just dropped?

    | Like
    • JohnnyBoy March 2, 2010
      0 likes

      You have to create a new string for this key

      | Like
  • judi March 5, 2010
    0 likes

    tolong diperkuat jaringan pada facebook saya,,,,
    karna saya sangat membutuhkan facebook tersebut,,..
    saya harap pada tim abouit config dapat memaklumi saya,..,
    terima kasih sebelumnya saya ucapkan kepada about config.,.,

    | Like