Auto-Claim Drops
A feature to auto-claim completed twitch drops as some drops require previous ones to be claimed.
I just have an ideia for the auto-claim bonus points, add a feature that enable us to select what streams we want to activate the auto-claim, because at least for is better activate just in some streams ,i don't know how hard it is, but would be so good for me.
Is this enhancement coming soon?
Definitely agree that this would be an amazing tool, particularly for Marbles on Stream/Call of Duty. There is a tab that pops up above the chat text box when you hit the required timing, so I'd hope this could be made possible!
I made a bookmark for this during the EFT drops but would prefer to see it in this extension:
javascript: setInterval(() => { e = Array.from(document.querySelectorAll('[data-a-target="tw-core-button-label-text"]')).find(e => e.innerText === 'Claim'), e && e.click() }, 5000), undefined
That works for the actual stream. It kinda works on the drops inventory page but it requires a refresh which misses the point on a bookmark.
Hope it helps!
Otherwise, I can try to make a PR later this month.
Note: it might need another click on the close button ([title="Close"]) to keep the chat clean but it doesn't bother me.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related issues or feature requests.