Skip to content

Instantly share code, notes, and snippets.

@epi052
Created February 15, 2020 13:21
Show Gist options
  • Select an option

  • Save epi052/3db89672755db2db6fd3716601396e62 to your computer and use it in GitHub Desktop.

Select an option

Save epi052/3db89672755db2db6fd3716601396e62 to your computer and use it in GitHub Desktop.
linkfinder html scrape for raw links
- 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