Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
ウェブ魚拓を見る/取得するブックマークレット
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();
}
}
)();
@mofigan

This comment has been minimized.

Copy link
Owner Author

@mofigan mofigan commented on Aug 1, 2010

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment