[Greasemonkey] Bug in GM_xmlhttpRequest?
Aaron Boodman
zboogs at gmail.com
Wed May 4 15:04:03 EDT 2005
Yeah, there is probably a bug in initialization of Greasemonkey.
It is really hard to get that bit to run once and only once. We have
tripped over this issue like three times in GM's short past.
On 5/4/05, Mark Pilgrim <pilgrim at gmail.com> wrote:
> On 5/4/05, Jeremy Dunck <jdunck at gmail.com> wrote:
> > So here's an interesting finding. The example script is being
> > injected twice on http://diveintogreasemonkey.org/ . I've further
> > whittled it down to:
> >
> > // ==UserScript==
> > // @name DIG double injection
> > // @include http://diveintogreasemonkey.org/
> > // ==/UserScript==
> >
> > GM_log('in DIG double injection script');
> >
> > This prints the log twice. Ouch.
>
> In other words, this bug has nothing to do with GM_xmlhttpRequest. I
> just happened to trip over an unrelated bug of unknown origin while
> testing GM_xmlhttpRequest.
>
> --
> Cheers,
> -Mark
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
More information about the Greasemonkey
mailing list