Skip to content

Instantly share code, notes, and snippets.

@Ventero
Created August 5, 2012 20:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ventero/3267031 to your computer and use it in GitHub Desktop.
Save Ventero/3267031 to your computer and use it in GitHub Desktop.
GM_xhr dead object test
// ==UserScript==
// @name GM_xhr dead object test
// @namespace test
// @include *
// @version 1
// @grant GM_xmlhttpRequest
// ==/UserScript==
GM_xmlhttpRequest({
method: "GET",
url: "http://ventero.de/temp/slow.php",
onload: function(){}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment