Greasy Fork is available in English.
Auto clicking "Click to claim a drop" under the chat
This fix stopped working but it was only a minor change so I updated the code:
const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 buUmIQ bxHedf"]';
They changed it again, here is the updated code:
const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 caieTg eHSNkH"]';
They changed it again, here is the updated code:
const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 ejeLlX eHSNkH"]';
They changed it again, here is the updated code:
const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 cgOGyD"]';
The script works if you replace
with
It might require further changes in the future, if Twitch decides to mess around with the code.