i got
var elms = getElementsByTagName('a');
for( i in elms ){
elms[i].href=unescape(elms[i].href.replace('http://
www.anonym.to/?',''));
}
But it's still in the links.
On Nov 2, 8:13 pm, qufighter <[email protected]> wrote:
> var elms = getElementsByTagName('a');
> for( i in elms ){
> elms[i].href=unescape(elms[i].href.replace('something',''));
>
> }
>
> replace something with whatever it is you wish to delete.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en
-~----------~----~----~----~------~----~------~--~---