Created
January 21, 2025 19:26
-
-
Save PatoFlamejanteTV/9d12ad0ed2f97865baba5e299b942898 to your computer and use it in GitHub Desktop.
Steam script to subscribe to all collection items!
This file contains hidden or 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
// Go to collection page | |
// F12 or Right Click>Inspect Element | |
// Go to "Console" | |
// Paste this and hit "Enter" | |
// Now just wait :D | |
document.querySelectorAll('.subscribe').forEach(button => button.click()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment