Gør Firefox til et lyn
allanadmin, tor jun 07 2007, 10:07

Well, if you're going to encourage this behaviour...

Here's the rest of my fox notes:

get ctrl+u to work (to clear text boxes) normally:

echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0

Fix the Firefox "memory leak" (might not be needed anymore?):

browser.sessionhistory.max_total_viewers
Change this in about:config from -1 to 2 or 3

this one's for those flash triggered popups that sometimes get thru:

1. Type about:config into the Firefox location bar.
2. Right-click on the page and select New and then 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.