some examples please
AFAIK only GM_xmlhttpRequest is working inside userscripts. There are lots of different examples everywhere, including the greasespot wiki.
You can use both, assuming that you are pulling data from same website under same domain name.
For examples of jQuery.ajax: http://api.jquery.com/jquery.ajax/#entry-examples
For examples of GM_xmlhttpRequest: http://wiki.greasespot.net/GM_xmlhttpRequest#Examples
GM_xmlhttpRequest
is what i need, yeap, just tested , it's giving me what i want, thank wOxxOm and JixunMoe !
some examples please
Please, would love to see some examples using one of these functions
.load
,ajax
orGM_xmlhttpRequest
, what is the best to use, for example i have a torrents list and when i will hover over a torrent to see the cover image and the description of the torrent .Thank You!