scrnshots sucks

By PeCet Last update Oct 12, 2008 — Installed 73 times.
// ==UserScript==
// @name		scrnshots sucks
// @namespace		http://pecet.jogger.pl
// @description		Redirects the viewpage of scrnshots to image itself. 
// @include		http://www.scrnshots.com/users/*/screenshots/*
// ==/UserScript==

var el = document.getElementsByClassName('screenshot_full');
window.location.replace(el[0].parentNode.href);