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"]';

發表回覆

登入以回覆