- - -
-

Firefox

Back to home

Jump to:


Extensions

Here are the extensions I currently use:

The GreaseMonkey scripts I use are the following. Right click on each and click Install User Script to install

Here's a good directory of scripts

 

[24-Dec-06]


Deleting entries in a text field

If you double click a text entry field, it will display all your previous entries in a drop-down list. You can delete any entry in that list by highlighting it and pressing Shift-Delete. [22-Aug-06]


Bluepages plugin

If you want to use the Add to NAB (Notes nname and address book) button, then you have to install a plugin. The standard (non-IBM customized) version of Firefox can't find the plugin. So you have to go to this bluepages help page to install it. [5-Sep-05]


Pop-up ads using Flash

Firefox includes the ability to block pop-up advertisements, but it will still let in Flash-based ads. Pete Bevin has the solution:

  1. Type about:config into the Firefox location bar.
  2. Right-click on the page and select New > Integer.
  3. Name it privacy.popups.disable_from_plugins
  4. Set the value to 2.

The possible values are:

  • 0: Allow all popups from plugins.
  • 1: Allow popups, but limit them to dom.popup_maximum.
  • 2: Block popups from plugins.
  • 3: Block popups from plugins, even on whitelisted sites.

There's also a pop-up tester page to try it out

 

[10-Aug-05]


Ad Blocking

Firefox supports user-based CSS customization using the userContent.css file. With this file you can configure Firefox to not display ads on Web pages. Details at http://www.floppymoose.com. Also see the section towards the bottom that describes how to also block Flash-based ads. [10-Aug-05]


Speedups

These adjustments to about:config may improve performance:

Pipelining

The following entries in config are related to how many pages Firefox requests at one time. Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once.

network.http.pipelining=true
network.http.proxy.pipelining=true
network.http.pipelining.maxrequests=30

Initial paint delay

Right click and click New > Integer an create a new value named nglayout.initialpaint.delay. This value is the amount of time the browser waits before it acts on information it receives. Pages should load much faster now.

nglayout.initialpaint.delay=0

[7-Feb-05]


Acrobat plugin

By default, Firefox 0.9 will always open a PDF in the browser window, regardless of the "display in browser" setting in Acrobat Preferences. The solution is to edit the following paramenter in about:config:

plugin.scan.Acrobat

This parameter specifies the minimum version of Acrobat that Firefox is to scan for. If you set this value to 999 (for example), then it will never find any plugin of that version (the default is 5.0) and will open the file with the default application (AcroExch per the plugins list).

[13-Jul-04]


Windows cannot open Web site

There is a bug with the Firefox 0.9 and 0.91 installers in the way it registers incorrectly register themselves as the default handler for HTTP and other transactions. The result is that for some URLs, you get the message:

Windows cannot find [URL]. Make sure you typed the name correctly, then try again.

However, the Web page still loads correctly in Firefox as if no error occurred.

The easiest solution is to correct the registry with the following reg file.

[8-Jul-04]


New tabs open in the background

For my installation, whenever a new tab was opened, it never got focus. To solve that, you need to adjust the settings. Open Firefox to the page

about:config

Scroll down to browser.tabls.loadInBackground and double click on it. You can then change the value from true to false.

[8-Jul-04]

-
- - -
Made with CityDesk!
Last update: 3 January 2008
Brain owner: David Watts