Skip to content

Instantly share code, notes, and snippets.

@anekos
Created July 4, 2020 14:13
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 anekos/4647275d8b828b258c8b30e4f9d61581 to your computer and use it in GitHub Desktop.
Save anekos/4647275d8b828b258c8b30e4f9d61581 to your computer and use it in GitHub Desktop.
Array.from(document.querySelectorAll('.gameListRowItemName')).map((it) => it.textContent).join("\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment