View Background Image in Opera/Google Chrome/Chromium with a bookmarklet
Thursday, December 17, 2009 4:20:31 PM
Installation
Create a new bookmark and copy the code into the URL/address section, then save the bookmark. Enable your bookmarks bar and place the bookmarklet on the bookmarks bar for easy access if so desired.javascript:var backup=document.body.onclick;void(document.body.onclick=function(event){var bodyStyle=window.getComputedStyle(document.body,null).getPropertyValue('background-image');var bgStyle=window.getComputedStyle(event.target,null).getPropertyValue('background-image');if(bgStyle!='none')window.open(bgStyle.replace(/url\("?/,'').replace(/"?\)$/,''));else if(bodyStyle!='none')window.open(bodyStyle.replace(/url\("?/,'').replace(/"?\)$/,''));document.body.onclick=backup;backup=undefined;});

Unregistered user # Wednesday, July 28, 2010 3:08:31 PM
Gary Walshgarywalsh # Sunday, March 13, 2011 6:07:09 AM
Unregistered user # Wednesday, March 23, 2011 4:56:06 PM