[Greasemonkey] Bug in GM_xmlhttpRequest?

Jeremy Dunck jdunck at gmail.com
Wed May 4 13:51:26 EDT 2005


On 5/4/05, Mark Pilgrim <pilgrim at gmail.com> wrote:
> Firefox 1.0.3, GM 0.3b.  Testing on http://diveintogreasemonkey.org/

OK, I'm seeing it on that URL, too.
I'll get back to the list on anything I find.

> GM doesn't execute scripts on stylesheets and such, does it?

Well, it injects scripts on any page that gets a load event, which I
known includes text/plain, and I assume includes text/css.

But I've just tested with a log of which location the onload is
running on, and in both cases, it's  http://diveintogreasemonkey.org/

An additional data point is that the actual HTTP request to
http://greaseblog.blogspot.com/atom.xml was done twice, which suggests
a problem in the -start- of the requests, as opposed to the event
dispatching.

Thanks for the report.


More information about the Greasemonkey mailing list