Imagevenue Redirect

By treas0n Last update May 29, 2009 — Installed 4,490 times. Daily Installs: 5, 6, 5, 3, 3, 2, 1, 3, 4, 5, 2, 7, 12, 4, 2, 4, 10, 1, 2, 2, 0, 0, 3, 1, 3, 3, 1, 2, 3, 0, 4, 2

Add your review

2 reviews


5 stars
Effective script , Jun 5, 2009
Review written by RNiK - see all my reviews (5)

This script simply does what is made for and does it well.

Continuously updated, keeps in touch with ImageVenue changes.

Recommended!

0 comments |

4 stars
Suggestion to improve history management , Jan 23, 2009
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

0 comments |