Twitch Enhancements

Automatically claim channel points, enable theater mode, claim prime rewards, and redeem codes on GOG from Amazon Gaming pages.

Zoznam verzií skriptu, ktorých kód bol aktualizovaný. Zobraziť všetky verzie.

  • v0.4 06.09.2024

    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 24.08.2024

    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 20.06.2024

    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 14.05.2024