Skip to content

Instantly share code, notes, and snippets.

@rolandcrosby
Created April 5, 2020 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rolandcrosby/6211ee9ee0d9bb671e80d7f0fd7905e2 to your computer and use it in GitHub Desktop.
Save rolandcrosby/6211ee9ee0d9bb671e80d7f0fd7905e2 to your computer and use it in GitHub Desktop.
// run this in the console or something
document.body.innerHTML = Array.from(document.querySelectorAll('table.wikitable td:first-child')).map(x => x.textContent.replace(/\[[^\]]*\]/, '').trim()).sort().join("<br>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment