Firefox tweaks

Firearms-related electronica including printable targets, ballistics tables, links to reloading software and other firearms related software.
Post Reply
User avatar
allingeneral
Site Admin
Site Admin
Posts: 9678
Joined: Sun, 01 Mar 2009 17:38:25
Location: King George, Virginia
Contact:

Firefox tweaks

Post by allingeneral »

Today, I installed a shareware program against my better judgment and sure enough,the Bing search engine hijacked my browser! My default search was set to Bing, new tabs came up with Bing...I was PISSED! So, I uninstalled the program, but the browser hijack was left in place. So, I went searching around and found some really great tweaks for Firefox.

First, to get into the browser internals (the Firefox team is awesome for allowing this!)

Open a new tab and in the address bar, type -> about:config

This will open a list of Firefox internal settings. Double-click a setting to change it. Boolean settings (True/False) will toggle, text and integer settings will open a dialog box for you to enter a value.

Here are a couple of interesting ones:


// This one sets the default action to take when you type a search term in the address bar. Here is what I have mine set to after getting rid of bing.

Code: Select all

keyword.URL  -> http://www.google.com/search?ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&q=
// This one allows multiple tabs to download content simultaneously. Since I have 5 homepages that open when the browser opens...this REALLY speeds up the process of opening each of the pages all at once!

Code: Select all

network.http.pipelining  -> TRUE
// This sets the number of concurrent connections when using pipelining

Code: Select all

network.http.pipelining.maxrequests -> 20
// This tells the browser to ignore the "system" setting for scroll numlines to allow the next setting to be effective

Code: Select all

mousewheel.withnokey.sysnumlines -> FALSE
// This one sets the number of lines for the browser to scroll with each click of the mouse wheel - Default is '1'. Set it to '6' for faster scrolling on long pages

Code: Select all

mousewheel.withnokey.numlines -> 6
// Create a new setting to allow pages to be displayed immediately instead of waiting for Firefox to download a specific amount of content before displaying. THis speeds up page rendering. To create this setting, right click anywhere inside the window and select New->Integer and fill in the blanks as follows:

Code: Select all

nglayout.initialpaint.delay -> 0


If you search around and find any other good ones, please post them here. The settings above have made my browsing experience much better with Firefox.

Enjoy!
Please consider a DONATION to VGOF to help cover our operating costs

Image
OakRidgeStars
VGOF Gold Supporter
VGOF Gold Supporter
Posts: 14108
Joined: Sun, 22 Mar 2009 10:13:20

Re: Firefox tweaks

Post by OakRidgeStars »

Good stuff... Thanks Rick :first:
User avatar
allingeneral
Site Admin
Site Admin
Posts: 9678
Joined: Sun, 01 Mar 2009 17:38:25
Location: King George, Virginia
Contact:

Re: Firefox tweaks

Post by allingeneral »

...and here's a firefox knowledge base page about all of the settings and what they do

http://kb.mozillazine.org/About:config_entries
Please consider a DONATION to VGOF to help cover our operating costs

Image
User avatar
allingeneral
Site Admin
Site Admin
Posts: 9678
Joined: Sun, 01 Mar 2009 17:38:25
Location: King George, Virginia
Contact:

Re: Firefox tweaks

Post by allingeneral »

And... user settings (the ones that are bold in about:config) are all stored in the prefs.js file in your Mozila user directory. On Windows 7, my prefs.js is located here:

C:\Users\username\AppData\Roaming\Mozilla\Firefox\Profiles\khba0m2z.default\prefs.js
Please consider a DONATION to VGOF to help cover our operating costs

Image
User avatar
Palladin
VGOF Platinum Supporter
VGOF Platinum Supporter
Posts: 4154
Joined: Mon, 05 Oct 2009 22:06:43
Location: Louisa

Re: Firefox tweaks

Post by Palladin »

Just me and my keyboard on a Fri nite - yup, no life here! :kingnerd:
Now is the time for all good men to get off their rusty dustys...
OakRidgeStars
VGOF Gold Supporter
VGOF Gold Supporter
Posts: 14108
Joined: Sun, 22 Mar 2009 10:13:20

Re: Firefox tweaks

Post by OakRidgeStars »

Keep your gun handy. Those dang computer viruses can attack at any time.
CowboyT
Sharp Shooter
Sharp Shooter
Posts: 986
Joined: Tue, 16 Mar 2010 21:57:29
Contact:

Re: Firefox tweaks

Post by CowboyT »

And this kind of thing is why I prefer Firefox over Internet Exploder, and GNU/Linux over Microsoft Windows. Such is the value of Free/Open Source Software that you can do tweaks like this, and that such tweaks are published for all to be able to use.
"San Francisco Liberal With A Gun"
http://www.sanfranciscoliberalwithagun.com/
http://www.liberalsguncorner.com/ (podcast)
--------------------------------------------------------------------
Freedom ain't free, folks. It takes work.
User avatar
allingeneral
Site Admin
Site Admin
Posts: 9678
Joined: Sun, 01 Mar 2009 17:38:25
Location: King George, Virginia
Contact:

Re: Firefox tweaks

Post by allingeneral »

In order to get this one to work

Code: Select all

mousewheel.withnokey.numlines -> 6
You have to set mousewheel.withnokey.sysnumlines to FALSE, otherwise the system setting will trump your user setting. i.e., the sysnumlines property tells the browser whether to use the system setting or the browser setting.

12 seems to be a pretty good setting on the numlines - a little less than a half page at a time , so you can see where you're going :thumbsup:
Please consider a DONATION to VGOF to help cover our operating costs

Image
Post Reply

Return to “Geeks with Guns”