Advertisement
tblop

simple link scraper bookmarklet

Dec 16th, 2017
963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:var alist='';window.$('a').each(function(){alist+=$(this).attr("href")+'\n'});$('body').prepend('<textarea style="position:fixed;top:0px;right:0px;width:50%;height:50%;z-index:99999;">'+alist+'</textarea>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement