-
https://www.absorb.it/virtual-id
Genius Thunderbird plugin that sets a custom From address based on the recipient address of the email. Genius, exactly what I've been seeking for years. Now to get it setup...
-
http://kb.mozillazine.org/Dictionaries
How to install and un-install dictionaries in firefox. Trick is /usr/lib/firefox-VERSION/dictionaries/ (files can be extracted from the xpi).
-
http://www.margi.marnet.net.mk/CA/certexport-mf.html
Converting pk12 / p12 files into pem files using openssl. `openssl pkcs12 -nocerts -in mycertificate.p12 -out ~user/.globus/userkey.pem` and `openssl pkcs12 -clcerts -nokeys -in mycertificate.p12 -out usercert.pem`
-
https://support.mozilla.org/en-US/questions/786035#answer-142961
How to get an SSL client certificate into Firefox on Android. Copy cert9.db and key4.db from phone's SD card Androiddataorg.mozilla.firefoxfilesmozillaprofile.default to dir. Then `pk12util -i file.p12 -d sql:dir`
-
http://alertfox.com/
Monitoring with a focus on browser experience. Plans are €10/month for simple, $50/month for 1 browser, $100/month upwards for the full service.
-
http://www.hanselman.com/blog/SomeTroubleWithWildcardSSLCertificatesFireFoxAndRFC2818.aspx
Helpful article that explains some SSL errors with wildcard certificates which according to RFC2818 only go one level deep. So *.blah.com is good for foo.blah.com but not bar.foo.blah.com. Weird.
-
http://tobyelliott.wordpress.com/2009/09/11/weave-minimal-server/
A sweet little app that needs a one line edit to Apache's config in order to run a basic weave (firefox sync) server. Welcome to my own firefox data backed up on my own server... :-)
-
http://ftp.mozilla.org/pub/mozilla.org/mobile/releases/
Download apks of mobile firefox directly and skip the Google market bs. Very useful, was a pain in the ass finding this.
-
https://addons.mozilla.org/en-US/firefox/addon/1480/
A handy addon by one of the Greasemonkey developers that allows ctrl-t to open a new tab to the right of the current tab. It has some quirks though...
-
http://www.jaduncan.com/2009/02/gears-on-64-bit-gnulinux.html
Builds of Google Gears for 64-bit firefox.
-
http://aptana.com/docs/index.php/Firebug_hotkey_reference
Cheat sheet of firebug shortcut keys.
-
https://jetpack.mozillalabs.com/
Jetpack is a simple language to write almost on-the-fly Firefox plugins. Pretty amazing technology, looks like css / jquery with some custom methods. Beautiful. Hat tip sfllaw.
-
http://www.getwindmill.com/
Web browser testing and automation framework / suite. Similar to selenium. Cross platform, cross browser. Hat tip sfllaw.
-
https://addons.mozilla.org/en-US/firefox/addon/1117
FoxClocks lets you keep an eye on the time around the world - or just your local time - by putting small clocks in your statusbar. Hat tip James Farmer.
-
https://addons.mozilla.org/en-US/firefox/addon/3899
HackBar gives you a really big address bar with a load of extra functions to test sql injections and so on. Useful for testing. Not currently 3.0 friendly.
-
http://kb.mozillazine.org/About:config_entries
A list of the about:config options and their meanings. Very handy for tweaking Firefox.
-
http://www.getfirebug.com/
Firebug is a powerful debugging tool for web development. It's primarily a Firefox extension with a lite version available for IE, Opera and Safari. It allows you to debug, inspect, edit on the fly, and much more.
-
http://www.foxmarks.com/
Synchronise your Firefox bookmarks between multiple browsers and online.
-
https://addons.mozilla.org/en-US/firefox/addon/3247
Manage your Amazon S3 files from within Firefox using this plugin.