Building a Tinyurl.com like firefox plugin.

TechBoyJK

Lifer
Oct 17, 2002
16,699
60
91
I have a web based url redirection service almost completed. I want to create a firefox plugin that will do the same thing. All I need it to do is capture the URL and send it to my webserver, and return a new url. Shouldn't be that hard. just sending one variable and returning another.

Anybody have experience doing this? I'm going to start researching it now.
 

Ka0t1x

Golden Member
Jan 23, 2004
1,724
0
71
I was about to say this should be fairly easy as doing this with JQuery or Ajax would be a cakewalk.