How to extract URLs from SERPs (with a Chrome bookmarklet)

1️⃣ Add a new bookmark to Chrome

2️⃣ Paste in the code:

javascript:var a = document.getElementsByTagName('a'), arr = '';for(var i=0; i' + a[i].href + '

');var newWindow = window.open();newWindow.document.write(arr);newWindow.document.close();

3️⃣ Done! When you are on the SERPs, hit your button and you’ll get a list of URLs to copy

Click here to access my secret stash of bookmarklets for SEO.