I'm using Greasemonkey 2.1 on Firefox 29, and I'm trying to run this 
incredibly complex script:

// ==UserScript==
// @name        Test
// @include     http*
// @grant       GM_xmlhttpRequest
// ==/UserScript==

alert('running!');


Nothing happens. If I set grant none, then I get the popup I expect.
Can anyone tell me what's up?

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to