[Greasemonkey] Re: newsbie-question how to change and replace a
link with greasemonkey
Andre
gm at andrecgn.de
Mon Feb 6 13:08:08 EST 2006
try
"\?": "",
'?' is a meta character in regular expressions. If you want it literally
you have to escape it to remove the special meaning.
Cheers, Andre
Tina Weller wrote:
> The instructions Neil gave me worked very fine. I have online one last
> problem. How can I replace a "?". I have to replace a Questionmark through
> nothing. The line looks like this:
>
> "?": "",
>
> If I have this line in the script, the whole script does not work.
More information about the Greasemonkey
mailing list