![]() ![]() |
GM_xmlhttpRequest({
console.log('this doesn't print to the console'); a few weeks ago my script stopped working. for some reason it dies at this block (no http requests reach my server and the console.log statement doesn't print). there were no changes made to the script when it stopped working so i'm at a loss as to why it happened. Obviously, *my_server* is a properly formatted string representing a real url that exists. Changing the data string doesn't seem to have any effect on the situation at all. FF 15.0.1 on mac 10.7.5 with GM 1.1 any thoughts as to why this might be happening? |
![]() ![]() |
Did it previously work in GM v1.x? Are you aware of @grant ?
|
![]() ![]() |
That did it. // @grant GM_xmlhttpRequest I had: // @grant GM_getValue
already but adding the GM_xmlhttpRequest grant fixed the problem. Thanks |



