Created
August 1, 2010 06:48
-
-
Save mofigan/503033 to your computer and use it in GitHub Desktop.
ウェブ魚拓を見る/取得するブックマークレット
This file contains 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(){ | |
var l=location.href; | |
l=prompt('URL',l); | |
var u='http://megalodon.jp/?url='+escape(l); | |
with(window.open().document){ | |
location.href=u; | |
close(); | |
} | |
} | |
)(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bookmarklet Builder