Created
January 12, 2010 14:04
-
-
Save 0mg/275222 to your computer and use it in GitHub Desktop.
js: 背景画像表示
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(b){b=/\(\x22?([^\x22|\)]+)/. | |
exec(getComputedStyle(document.body,'').backgroundImage); | |
b=b?b[1]:document.body.background;b&&open(b,'_blank');})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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