🏠 Home 

Twitch Enhancements

Automatically claim channel points, enable theater mode, claim prime rewards, claim drops, and add redeem buttons for GOG and Legacy Games on Twitch and Amazon Gaming websites.

These are versions of this script where the code was updated. Show all versions.

  • v0.5.3 2025-03-13

    v0.5.3

    • Added "Remove All" button to dismiss all items at once
    • Fixed "Claim All" button to target only valid game claim buttons
    • Improved button behaviors with sequential dismissal
    • Added progress indicators for bulk operations
    • Fixed issues with unwanted links being opened
    • Implemented structured Logger system with color-coded console messages
    • Added visual feedback with timestamp for script operations
    • Updated Legacy Games form integration with correct selectors
    • Added newsletter checkbox handling (defaults to unchecked)
    • Improved form submission reliability
    • Enhanced input event triggering
    • Optimized redemption process timing
  • v0.5.2 2024-12-10

    Changelog

    v0.5.2

    • Updated CLAIM_DROPS_SELECTOR to fix compatibility with Twitch's latest UI changes.
    • Minor code improvements for better reliability.
  • v0.5.1 2024-11-15

    Changelog

    Version 0.5.1

    Updated

    • Selectors for Claiming Drops and Prime Rewards: Updated selectors to match new Twitch UI changes.
    • Prime Reward Detection: Enhanced detection by adding an additional selector to ensure all prime rewards are captured.

    Added

    • Open All "Claim Game" Buttons: Added a function to open all "Claim Game" buttons in new tabs, improving user experience by automating game claims on Amazon Gaming.
    • MutationObserver: Introduced a MutationObserver to dynamically inject the new functionality into the page.

    Enhanced

    • UI Layout for Claim and Copy Buttons: Updated the UI layout to use a column layout, improving vertical spacing and alignment.
  • v0.5 2024-10-28

    Changelog

    0.5

    Changed

    • Added redeem buttons for Legacy Games
  • v0.4 2024-09-06

    Changelog

    [0.4] - 2024-09-06

    Changed

    • Modified "Redeem on GOG" button functionality:
      • Now adds to existing wrapper instead of creating a new button
      • Opens GOG in a new tab rather than redirecting
      • Added external link icon to the button
    • Updated selectors and classes to match new page structure
    • Improved error handling and logging
    • Minor code refactoring and cleanup
  • v0.3 2024-08-24

    Changelog

    Version 0.3

    Added

    • Redeem on GOG Functionality:
      • Amazon Gaming Integration:
      • Added a "Redeem on GOG" button next to the existing "Copy code" button on eligible Amazon Gaming reward pages.
      • Clicking the "Redeem on GOG" button automatically copies the game code to the clipboard and redirects the user to the GOG redeem page.
      • GOG Redeem Page Automation:
      • Upon loading the GOG redeem page, the script automatically:
        • Pastes the copied game code into the redemption input field.
        • Triggers the necessary input events to validate the code.
        • Clicks the "Continue" button to proceed with the redemption process.
        • Waits for and clicks the final "Redeem" button to complete the process.
  • v0.2 2024-06-20

    refactor: Update Twitch Enhancements script to version 0.2

    The Twitch Enhancements script has been updated to version 0.2. This update includes the following changes:

    - Added functionality to automatically claim drops
    - Improved code organization and readability in various functions
    - Implemented selective page reload for 'https://www.twitch.tv/drops/inventory' page every 15 minutes
    - Updated the `PRIME_REWARD_SELECTOR` constant to improve the selection of prime rewards

  • v0.1 2024-05-14