40 people want to do this…

make a cool / useful firefox plugin

Entries

How to read URL  — 10 months ago

I want to create an extension for Firefox which reads URL user want to navigate and redirect to other another some other URL. I read a lot of tutorial but I didn’t able to figure out how to read URL user entered.

Can anyone help ?

Thanks In Advance

Ajit

Untitled  — 1 year ago

Worth doing!

I spent some more time and cleaned up my draft. I got preferences to work and added quick keys and keyboard shortcuts. Easier than I thought it would be! I have posted it to Firefox to be added to the site, I look forwarding to building my next one.

Untitled  — 1 year ago

Worth doing!

Wow! That was easier than I thought! I built my first draft of a Firefox plugin last night. I plan to update it today, and try and submit it to Firefox for inclusion on their website.

New Firefox Extension Development Tutorial May Help  — 1 year ago

At last, a comprehensive tutorial on how to make a Firefox extension. I’ve tried this before a few times and never quite got it to work for me.

Watch out Firefox users. All my crazy plans will now come to fruition.

Yes popups ;)  — 2 years ago

Worth doing!

I was missing the “one key disables the popup blocker” feature from most of the old popup blockers… so I did a little extension that toggles complete popup blocking on and off (on = no popup at all ; off = only filtered popups) when you press a few keys (CTRL+SHIFT+Q)
-> http://www.patheticcockroach.com/mpam4/index.php?p=64

I created a search plugin for the Icelandi telephone directory  — 2 years ago

Worth doing!

It was fun

FF Extension: Smaller Idea, still not done  — 3 years ago

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?

Finished: flickrfox  — 3 years ago

Worth doing!

I’ve finished my extension! you can check it out at:
http://philmccluskey.com/projects/flickrfox

Desparately Seeking Spare Time to Learn and Hack  — 3 years ago

Ever since I started using OneNote and Firefox I’ve wanted code up an extension like the “OneNote Powertool” that enables me to right click on content in IE and have it get pasted into my OneNote notebook.

The only issue is I don’t really have the time right now to figure out how to right FF extensions.

Nevertheless, here are my the projects on my list:

1) FireFox to OneNote extension.
2) FifeFox javascript extension that allows you to select text in a textare then copy it to the clipboard like execCommand(“copy”) allows you to do in IE. This is clearly a security risk but for intranet purposes this would be handy.
3) FireFox to “MobileFavorites” to add offline content to my PocketPC so I can read stuff when I’m in line or otherwise having my valuable time wasted.

I’ve located a tutorial (http://extensions.roachfiend.com/howto.php) but the whole process needs more documentation and examples. Luckily I know some javascript and .NET coding so items one and three seem doable given the time.

XUL Hacking  — 3 years ago

Worth doing!

I’ve tried building things with XUL a number of times before without getting very far, but over the weekend I managed to get a mental lock on how a XUL app hangs together. I’ve managed to create a firefox extension which pops open a sidebar, queries a rest-based web service, and does something with the results. Quite rudimentary at this stage; it’s only sending back javascript alerts, but using the parsed xml for subqueries and then spitting out some xhtml into a div shouldn’t be too far off.

Here are a couple of good resources if you’re just starting out:

http://extensions.roachfiend.com/howto.php

http://www.xulplanet.com/tutorials/xultu/intro.html


 

I want to: