ウェブ魚拓を見る/取得するブックマークレット
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
This comment has been minimized.
mofigan commentedon Aug 1, 2010
Bookmarklet Builder