The new version is perfect for me. That fixed my problem:

"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="..."&password="..."&id=<http://users.atw.hu/pmpiac/json.php?name=json_name&password=json_password&id=>
"...,
  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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to