1 review
This script allows you to download the high resolution "premium" images from Webshots without having a premium account. It makes the thumbnail preview of the image a link that, when clicked, loads the high resolution image which can then be saved just as any other image from the Internet.
The script functions flawlessly, but there are a few improvements that could be made:
1. Add the following code after line 38 to make the "high resolution - download now" button also a link to the image:
var buttonLnk = document.getElementById("hires").parentNode;
buttonLnk.onmouseover = "";
buttonLnk.onmouseout = "";
buttonLnk.href = webshotsgrabber.getURL(allImages[i].src);
2. It would be nice if the script also gave access to the widescreen version of the image.
Overall, this is a solid script and a must for anyone who regularly uses Webshots.com.