Four More Fennec Add-ons
I got some great feedback after I updated URL Fixer to be compatible with Fennec, Mozilla's mobile browser, and I'm happy to announce that I've been able to add Fennec compatibility to four more add-ons:
- TwitterBar: Post to Twitter from Firefox's address bar
- AutoAuth: Automatically submits authentication dialogs
- YouTube Comment Snob (still in the sandbox): Filter out lame comments on YouTube
- Slashdotter (still in the sandbox): Adds features to the Slashdot website
So far, I've found it pretty easy to port add-ons to Fennec, with the following caveats:
- You can't install add-ons in Fennec by opening them from your computer; I wrote a script to copy the add-on directly into the Fennec profile, much like an add-on IV drip - straight into the bloodstream!
- There's no easy access to the error console , but you can open it manually if you grab the address from Firefox.
- No DOM Inspector. For now, just browse the source.
It seems that all of these issues could be solved with a "Fennec Add-on Development" extension; maybe that will be my next project, unless easier solutions already exist.


Christopher Finke is a software engineer. He is available for birthday parties and bar mitzvahs. 

November 14th, 2008 at 2:07 pm
Fennec Add-on Development extension -- yes please! :)
November 14th, 2008 at 5:49 pm
I will try now, thanks.
November 21st, 2008 at 3:04 am
You can launch fennec with the error console like any xulrunner application :
./fennec -jsconsole
It works well on my N810
December 22nd, 2008 at 4:22 pm
I was in the Sahara last week and I saw lots of fennec fox tracks. I'm just sayin'
Oh, and I also saw some billboard advertising for 3G hardware in areas are most probably unserved with 3G.
November 4th, 2009 at 3:06 pm
A killer add-on for every mobile device would be google gears. It would solve all my mail, calendar, office, and synchronisation needs. Any chance of getting gears onto e.g. Maemo?
January 11th, 2010 at 2:54 am
./fennec -jsconsole
I didnt know that, thanks.