Webshots Downloader

By jabernal Last update Sep 2, 2008 — Installed 2,080 times.

Add your review

1 review


1 out of 1 person found this review helpful
4 stars
Great script! , Nov 25, 2008
Review written by Richard Davies - see all my reviews (2)

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.

0 comments |