Top "Gm-xmlhttprequest" questions

GM_xmlhttpRequest is a method available to GreaseMonkey scripts.

Use GM_xmlhttpRequest to POST data on Chrome?

I'm writing a user script to take an image from a page, and upload it to a server. The script …

google-chrome greasemonkey tampermonkey gm-xmlhttprequest ninjakit
ReferenceError: GM_xmlhttpRequest is not defined

I get a ReferenceError in the following userscript code: // ==UserScript== // @name ... // @namespace ... // @description ... // @include ... // @grant GM_xmlhttpRequest // ==/UserScript== console.log(…

javascript greasemonkey referenceerror gm-xmlhttprequest
"getElementById not a function" when trying to parse an AJAX response?

I'm running GM_xmlhttpRequest (in a Greasemonkey script) and storing the responseText into a newly created HTML element: var responseHTML = …

javascript xmlhttprequest greasemonkey getelementbyid gm-xmlhttprequest
Greasemonkey AJAX post does not appear to work, even with @grant specified

My script does not work. The AJAX call is not happening. Why? // ==UserScript== // @name prova // @namespace http://blogpagliaccio.wordpress.com/ // @…

javascript http-post greasemonkey gm-xmlhttprequest