Greasemonkey Newzbin Poster Script
Mittwoch, 03. Dezember 2008As promised, I’m posting my Greasemonkey Script for NewzBin. This one displays poster images, ratings and movie descriptions.
(more…)
As promised, I’m posting my Greasemonkey Script for NewzBin. This one displays poster images, ratings and movie descriptions.
(more…)
One benefit of the GreaseMonkey function GM_xmlhttpRequest over the regular XMLHttpRequest is the ability to load content from different domains. This feature allows creating scripts that load information from third-party sites and display them on a different site. This feature can also be used to load binary data like images from other sites, for example to get around referer restrictions.
(more…)