[Greasemonkey] 0.5

Aaron Boodman zboogs at gmail.com
Sat Jul 30 15:53:03 EDT 2005


Crap, to be clearer, wrapping user scripts with:

with (window) { ... }

Means that if window defines it's own GM_*, the Greasmonkey script
will call it instead.

-- 
Aaron

On 7/30/05, Aaron Boodman <zboogs at gmail.com> wrote:
> > http://www.mozdev.org/pipermail/greasemonkey/2005-July/004383.html
> > once again fails in FF 1.0.6.
> 
> I'm not sure whether this is fixable unfortunately. Sorry for the
> edge-case inconsistency there.
> 
> Adding with (window) around the scripts to fix this means that they
> can define their own GM_xmlhttpRequests.
> 
> --
> Aaron
>


More information about the Greasemonkey mailing list