Created
July 4, 2020 14:13
-
-
Save anekos/4647275d8b828b258c8b30e4f9d61581 to your computer and use it in GitHub Desktop.
Get game list on steam ( https://steamcommunity.com/profiles/${YOURID}/games/?tab=all )
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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