Skip to content

Instantly share code, notes, and snippets.

@spac3unit
Forked from davidgilbertson/arrayFrom.js
Created October 8, 2018 00:55
Show Gist options
  • Select an option

  • Save spac3unit/580c2eb135d1499846cbb3ef2388a834 to your computer and use it in GitHub Desktop.

Select an option

Save spac3unit/580c2eb135d1499846cbb3ef2388a834 to your computer and use it in GitHub Desktop.
Array.from(document.getElementsByTagName('a')).forEach(el => {
console.log(el.href);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment