Skip to content

Instantly share code, notes, and snippets.

@lc-nyovchev
Created May 2, 2022 17:32
Show Gist options
  • Save lc-nyovchev/0a13dc9bb16cf8e061b5b8107934890b to your computer and use it in GitHub Desktop.
Save lc-nyovchev/0a13dc9bb16cf8e061b5b8107934890b to your computer and use it in GitHub Desktop.
twitch-scores.js
setInterval(() => {
console.log('Checking for points...')
const button = document.querySelector('.community-points-summary .tw-transition button')
if (button) {
button.click()
console.log('Juicy points!')
}
}, 10000)
@lc-nyovchev
Copy link
Author

Allows to collect twitch special points without having to click them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment