Skip to content

Instantly share code, notes, and snippets.

@szmeku
Last active January 17, 2020 12:25
Show Gist options
  • Save szmeku/6009ff8bd61144df176700d1785bf858 to your computer and use it in GitHub Desktop.
Save szmeku/6009ff8bd61144df176700d1785bf858 to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll('.result'))
.map(e => e.querySelector('.to').textContent.split(" ")[1]).join("\n")
// then put it here
// https://www.mapcustomizer.com/#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment