Mozilla extensions

Information about Mozilla extensions.
I finally switch from Mozilla to Firefox, mostly because there are too many extensions which only work with Firefox.
Adblock
Blocks ads.
keyconfig (enh)
Extension to change the keyboard shortcuts. Only problem is that when making single key shortcuts is that they also work when the type-ahead-find is active. With the following configuration (from prefs.js) to use Ctrl+H/J/K/L for Back/Page-down/Page-Up/Forward
user_pref("keyconfig.main.focusURLBar", "control shift][L][");
user_pref("keyconfig.main.goBackKb", "control][H][");
user_pref("keyconfig.main.goForwardKb", "control][L][");
user_pref("keyconfig.main.key_gotoHistory", "!][][");
user_pref("keyconfig.main.key_search", "!][][");
user_pref("keyconfig.main.key_search2", "!][][");
user_pref("keyconfig.main.viewBookmarksSidebarKb", "!][][");
user_pref("keyconfig.main.webdeveloper-validate-local-html-key", "!][][");
user_pref("keyconfig.main.xxx_key__PageDown", "control][J][][goDoCommand('cmd_scrollPageDown');][chrome://browser/content/browser.xul");
user_pref("keyconfig.main.xxx_key__PageUp", "control][K][][goDoCommand('cmd_scrollPageUp');][chrome://browser/content/browser.xul");
(I have to do something about the layout of code)
CollorZilla
Colorpicker and real (images) zoom.
Live HTTP Headers
Nice debugging tools to see whether your headers work.
...