2 reviews
This script simply does what is made for and does it well.
Continuously updated, keeps in touch with ImageVenue changes.
Recommended!
Review written by Ross Shannon - see all my reviews (2)
Hi treas0n,
Great script. I made a little adjustment that improves the behaviour. At the moment when you get to the image page, if you press the Back button in Firefox, it goes back to the redirect page, invokes the script again, and so immediately brings you forward to the image again. To get back to the page you originally clicked the thumbnail on, you have to hold down the Back button to see your history, and choose it from there.
In the script, if you replace
window.location.href = divEnabled.getElementsByTagName("a")[0].getAttribute("href");
with
window.location.replace = divEnabled.getElementsByTagName("a")[0].getAttribute("href");
...the image page replaces the redirect page in the history, and so pressing back "skips" the redirect page, as it no longer exists in the history, and brings you back to the page you wanted.
Cheers.
Ross
