Imagebam view picture

By Free Faler Last update Feb 17, 2009 — Installed 2,552 times.

There are 3 previous versions of this script.

// ==UserScript==
// @name           Imagebam view picture
// @namespace      http://www.imagebam.com/image/*
// @include        http://www.imagebam.com/image/*
// @description    Cleans the clutter on imagebam picture pages.
// ==/UserScript==

var sImgSrc = document.getElementById('the_image').src;
document.body.innerHTML = '<img src="'+sImgSrc+'">';