Re: Help with something in Firefox

Janet Swisher <[email protected]> Thu, 27 Oct 2011 10:44:57 -0700 (PDT)
Newsgroups gmane.comp.mozilla.documentation
Organization http://groups.google.com
Message-ID <256ec8d7-3dcb-44dd-9ace-ba4033afba34@j39g2000yqc.googlegroups.com>
On Oct 27, 5:48=A0am, Danny2001k <[email protected]> wrote:
> Hello,
>
> I am asking here so someone can at least point me in the right
> direction.
>
> I noticed the various addons create entries in the right click menu.
>
> I would like to do a custom right click option. Something very simple:
>
> When I right click a link to have a option like this:
>
> "Open via personal proxy" and if I select it to open the link via
> another link:
>
> ex: I want to open a youtube video that is linked in the pagehttp://www.y=
outube.com/watch-1112221
> and if I select the option from the right click to open the link:http://m=
yproxy.eu/blabla/browse.php?u=3Dhttp://www.youtube.com/watch-11...
>
> Any ideas where can I start?

Hi Danny,

You might want to take a look at the Greasemonkey add-on for Firefox:
https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/

It lets you customize webpages with little bits of JavaScript.

Someone might have already written a script very similar to what you
want to do: http://userscripts.org/
You can learn to modify an existing script, or write a new one from
scratch:
http://wiki.greasespot.net/Main_Page

--Janet