For me the GM_xmlhttpRequest absolutely don't work since the update (17.0.1)
*GM_xmlhttpRequest({
method: "GET",
url:
"http://users.atw.hu/pmpiac/json.php?name=json_name&password=json_password&id="+playerId,
onload: function (xhr) {
var data;
alert(xhr.responseText);
try { data = JSON.parse(xhr.responseText);}
catch(e) { data = eval("(" + xhr.responseText + ")");}*...
the xhr doesn't get the data
--
You received this message because you are subscribed to the Google Groups
"greasemonkey-users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/greasemonkey-users/-/x5cSyu7HBqMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/greasemonkey-users?hl=en.