...method: 'GET',
url: window.location.href,
headers: {
'User-Agent': 'Mozilla/4.0 (compatible) Greasemonkey',
'Accept': '*/*',
},
});
But doesn't work. I'm "studying" this page for getting it work http://wiki.greasespot.net/GM_xmlhttpRequest.
Maybe I need to do something with the...