Logo_white
 

Archiv für die Kategorie ‘Uncategorized’

Greasemonkey Newzbin Poster Script

Mittwoch, 03. Dezember 2008

As promised, I’m posting my Greasemonkey Script for NewzBin. This one displays poster images, ratings and movie descriptions.


(more…)

Loading binary data from different sites in GreaseMonkey

Dienstag, 02. Dezember 2008

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…)