OK, I have a small, doable idea. One that’s related to what I do each and every work day. My idea? Right click on a link and have some substitution take place in the URL string.
Here’s the deal. I do web development for a living. Every day, I get these tickets for changes and improvements to our various web properties. The ticket owner enters the URL of the page on our live web site.
Naturally, we don’t develop on the live server. Here’s where the Firefox extension comes in. I’d like to be able to right click on a link, and have part of the link replaced or extended. This way, I can open links on my dev. box and do my work.
Eventually I’d like to add a an options tab to allow regular expressions (another of my 43 things) to be used.
I’m ready to do this and have most of the product fleshed out on paper and electronically. The issue is that I cannot get the tutorial at roachfiend.com working.
Apparently there’s a new “Firefox Hacks” book coming out from O’Reilly but I’m not sure I should have to spend $30 for a book just to learn to do FF extensions.
Any help?