XHR is a pretty decent api that ignores CORS[1]
GM.xmlHttpRequest({ method: "GET", url: "http://www.example.com/", onload: function(response){alert(response.responseText)} });
XHR is a pretty decent api that ignores CORS[1]
[0] - https://www.tampermonkey.net/ [1] - https://wiki.greasespot.net/GM.xmlHttpRequest