Back to projectsAutomation script
Twitch Enhancements
Automation suite for Twitch and Amazon Gaming that claims rewards, improves viewing defaults, and speeds up redemption workflows across related platforms.
Context
Built around a cluster of repetitive actions spread across Twitch, Amazon Gaming, GOG, and Legacy Games rather than a single page interaction.
Problem
Reward claiming, theater mode, drop checks, and redemption flows are repetitive and distributed across multiple interfaces, making the whole process slower than necessary.
Solution
The script automates channel points, Prime rewards, Twitch drops, theater mode, and even adds platform-specific redemption helpers for GOG and Legacy Games, all configurable through a persistent settings dialog.
Key decisions
- -Treated the project as a workflow suite across related platforms instead of limiting it to one Twitch page.
- -Added batch actions like Claim All and Remove All because reward pages often contain repeated bulk interactions.
- -Built visible logging and settings into the script so users can understand what is happening without digging into the code.
Key features
- -Automatic Twitch channel-points claiming
- -Prime rewards and Amazon Gaming bulk actions
- -Automatic Twitch drops claiming on interval
- -Theater mode and interface cleanup
- -GOG and Legacy Games redemption helpers
- -Persistent settings dialog with F2 shortcut
Results
- -Turns a scattered rewards workflow into a much more automated routine.
- -Shows one of the most complete DOM-automation projects in the portfolio.
- -Demonstrates handling of multi-platform UI flows, not just one-page scripting.
Stack
JavaScriptTampermonkeyTwitch API