Last active
March 17, 2021 12:23
-
-
Save 0xcrypto/afec6472d03725035fa87161cea3915f to your computer and use it in GitHub Desktop.
Google Links Extractor (Extracts links from the visible page. Drag to bookmark bar to create a bookmarklet
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:alert((function() {links=[];document.querySelectorAll('.yuRUbf').forEach(function (e) {e.childNodes.forEach(function (f) {links.push(f.getAttribute('href'));});});return links;})().join("\n")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment