Update: TwitterBar for Firefox was sold to HootSuite and renamed HootBar in March of 2011. TwitterBar for Chrome was discontinued in October of 2012.
Note: AutoAuth is now being developed by Steffan Schlein. If you would like to leave feedback, please create an issue on GitHub.
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.
Fennec Add-on Development extension — yes please! :)
I will try now, thanks.
You can launch fennec with the error console like any xulrunner application :
./fennec -jsconsole
It works well on my N810
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.
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?
./fennec -jsconsole
I didnt know that, thanks.