[Greasemonkey] newsbie-question how to change and replace a link
with greasemonkey
Vectorspace
vectorspace at ntlworld.com
Sun Feb 5 21:36:57 EST 2006
Have a read through this: http://diveintogreasemonkey.org/toc/
It will teach you the basics of Greasemonkey script writing.
And this has a lot of info on JavaScript: http://www.w3schools.com/js/
The JS HTML DOM section will teach you how to use JavaScript to access
and modify elements of a web page, and JS String teaches you how to use
JavaScript to manipulate strings of text.
Tina Weller wrote:
> Hello,
>
> is it possible to do the following with Greasemonkey?
>
> I Have different Websites, with links like this
>
>
> http://www.xyz.de%2Fdata%2Ffile%2Ehtm<http://www.xyz.de%2fdata%2ffile%2ehtm/>
>
> At the moment it is not possible to me to klick thorugh this links. I would
> like to translate all this Links this:
>
> http://www.aaa.de/data/file.htm
>
> The algorithm is
>
> Replace xyz through aaa
> Replace %2F through /
> Replace %2E through .
>
> Is this possible with Greasemonkey, so that I am able to surf through all
> this pages again. Any suggestions how such a script would look like? (I am a
> newbie).
>
> ThX
>
> Tina
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
>
More information about the Greasemonkey
mailing list