-
-
Save vortexau/3e38bdf574cf1622c94d1f9afd569d58 to your computer and use it in GitHub Desktop.
Bookmarklet to copy URLs from a Google search results page
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:d=document;b=d.createElement`textarea`;c=d.getSelection();b.textContent=[...d.querySelectorAll`div.r>a:first-child`].map(n=>n.href).join`\n`;d.body.appendChild(b);c.removeAllRanges();b.select();d.execCommand`copy`;d.body.removeChild(b) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment