I'm not even sure what I'm trying to create, but what I'm trying to achieve is to fetch data from a remote server in a greasemonkey script using jQuery.
Gosh, I'm really not good at explaining, am I?
Say for instance that the greasemonkey script runs at
http://google.com/I have no problems fetching
http://google.com/services/ using jQuery.get(), but trying to fetch
http://example.com/about/ returns nothing.
My question is; am I doing something wrong, or is this just not meant to work?
And if it's not meant to work, is there any other way of achieving this?
Comments
That's what I get for not doing my research properly, I guess.