Auto clicking "Click to claim a drop" under the chat
< Отзив за Auto Claim Twitch drop
I got it working by replacingconst claimButton = '[data-test-selector="DropsCampaignInProgressRewardPresentation-claim-button"]';
withconst claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 buUmIQ bxHedf"]';
Note: This is an updated version of the fix that Brady_The came up with
The script stopped claiming drops after the last Firefox update (117.0) on Ubuntu LTS (22.04.3)