Created
February 15, 2020 13:21
-
-
Save epi052/3db89672755db2db6fd3716601396e62 to your computer and use it in GitHub Desktop.
linkfinder html scrape for raw links
This file contains hidden or 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
| - run linkfinder | |
| - open output.html | |
| - open console in dev tools | |
| - copy/paste line below | |
| Array.prototype.forEach.call(document.getElementsByClassName('text'), function(el) { console.log(el.text); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment