Skip to content

Instantly share code, notes, and snippets.

@0mg
Created January 12, 2010 14:04
Show Gist options
  • Save 0mg/275222 to your computer and use it in GitHub Desktop.
Save 0mg/275222 to your computer and use it in GitHub Desktop.
js: 背景画像表示
javascript:(function(b){b=/\(\x22?([^\x22|\)]+)/.
exec(getComputedStyle(document.body,'').backgroundImage);
b=b?b[1]:document.body.background;b&&open(b,'_blank');})();
javascript:(function(b,g){(g=b.currentStyle.backgroundImage.slice(5,-2)||b.parentNode.currentStyle.backgroundImage.slice(5,-2)||b.background)&&open(g)})(document.body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment