Discussions » Creation Requests

some examples please

§
Posted: 2015-02-21
Edited: 2015-02-21

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!

wOxxOmMod
§
Posted: 2015-02-21

AFAIK only GM_xmlhttpRequest is working inside userscripts. There are lots of different examples everywhere, including the greasespot wiki.

§
Posted: 2015-02-21
Edited: 2015-02-21

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 GMxmlhttpRequest: http://wiki.greasespot.net/GMxmlhttpRequest#Examples

§
Posted: 2015-02-21
Edited: 2015-02-21

GM_xmlhttpRequest is what i need, yeap, just tested , it's giving me what i want, thank wOxxOm and JixunMoe !

Post reply

Sign in to post a reply.