Skip to content

Instantly share code, notes, and snippets.

@PatoFlamejanteTV
Created January 21, 2025 19:26
Show Gist options
  • Save PatoFlamejanteTV/9d12ad0ed2f97865baba5e299b942898 to your computer and use it in GitHub Desktop.
Save PatoFlamejanteTV/9d12ad0ed2f97865baba5e299b942898 to your computer and use it in GitHub Desktop.
Steam script to subscribe to all collection items!
// 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