Skip to content

Instantly share code, notes, and snippets.

@davidgilbertson
Created July 5, 2018 11:37
Show Gist options
  • Select an option

  • Save davidgilbertson/9ef710a0ab01c66ac648c27a9d280446 to your computer and use it in GitHub Desktop.

Select an option

Save davidgilbertson/9ef710a0ab01c66ac648c27a9d280446 to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll('a'))
.map(el => el.origin)
.filter(origin => origin !== document.origin)
.filter(Boolean);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment