Skip to content

Firefox Notes

Hints for Firefox (and Iceweasel). Mostly outdated and obsolete.

Add-ons

Must-have add-ons

Nice-to-have add-ons

Still testing / not yet tested

UI

  • CTRL-PGUP and CTRL-PGDN switch tabs.
  • Middle-click opens a link in a new tab.
  • CTRL-L goes to the location bar.
  • CTRL-K goes to the search bar.
  • SHIFT-Mousewheel changes font size.
  • / starts search, / + ESC hides search bar.
  • gg Google: http://www.google.ch/search?&q=%s&safe=off
  • ggi Google Images: http://images.google.com/images?q=%s&safe=off
  • wp Wikipedia: http://en.wikipedia.org/w/index.php?search=%s
  • leo LEO English--Deutsch (PDA version!): http://pda.leo.org/?lp=ende&search=%s
  • leofr LEO Français--Deutsch (PDA version!): http://pda.leo.org/frde?lp=frde&search=%s

Go to about:config and add/change network.protocol-handler.app.mailto to whatever you like. kmailservice would use kmail to open a compose new mail window.

EmulateWheel

Mit EmulateWheel (z.B. auf dem thinkpad) ist folgendes noch zu deaktivieren:

  • browser.tabs.opentabfor.middleclick
  • middlemouse.contentLoadURL
  • middlemouse.openNewWindow

From http://www.techlifeweb.com/firefox/2006/07/how-to-open-file-links-in-firefox-15.html:

Add to user.js:

user_pref("capability.policy.policynames", "localfilelinks");
user_pref("capability.policy.localfilelinks.sites", "https://wiki.company.com https://intranet.company.com");
user_pref("capability.policy.localfilelinks.checkloaduri.enabled", "allAccess");
created: 2008-03-07, updated: 2015-10-10