返回首頁 

Greasy Fork is available in English.

Auto Claim Twitch drop

Auto clicking "Click to claim a drop" under the chat

< 脚本Auto Claim Twitch drop的反馈

评价:一般 - 脚本能用,但还有一些问题

发表于:2023-05-17

The script works if you replace

const claimButton = '[data-test-selector="DropsCampaignInProgressRewardPresentation-claim-button"]';

with

const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 dNGoHt hdAxZi"]';

It might require further changes in the future, if Twitch decides to mess around with the code.

发表于:2023-09-06

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"]';
发表于:2023-10-24

They changed it again, here is the updated code:

const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 caieTg eHSNkH"]';
发表于:2024-06-13

They changed it again, here is the updated code:

const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 ScCoreButtonPrimary-sc-ocjdkq-1 ejeLlX eHSNkH"]';
发表于:2024-10-08

They changed it again, here is the updated code:

const claimButton = '[class="ScCoreButton-sc-ocjdkq-0 cgOGyD"]';

发表回复

登录以发表回复。