matyr #2558(2007/08/27 21:38 GMT) [ JavaScript ] Rating2/2=1.00
1 2 3 4 5 6 7 8 9
(function(url, out){ var img, rng; with(new ActiveXObject('InternetExplorer.Application')) try { //visible = true; navigate(url); while(busy || document.readyState != "complete") WSH.sleep(41); img = document.body.firstChild; while(img.readyState != "complete") WSH.sleep(41); (rng = document.body.createControlRange()).add(img); rng.execCommand("copy"); } finally { quit() } new ActiveXObject('ImageMagickObject.MagickImage').convert('clipboard:', '-negate', out); })('http://magiccards.info/scans/en/wl/82.jpg', 'shimakuma_inv.jpg');
Rating2/2=1.00-0+
[ reply ]
matyr
#2558()
[
JavaScript
]
Rating2/2=1.00
Rating2/2=1.00-0+
[ reply ]