[Greasemonkey] Bug in GM_xmlhttpRequest?
Mark Pilgrim
pilgrim at gmail.com
Wed May 4 16:24:25 EDT 2005
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
More information about the Greasemonkey
mailing list