Skip to content

Instantly share code, notes, and snippets.

@nmquebb
Last active February 4, 2020 04:41
Show Gist options
  • Select an option

  • Save nmquebb/4e55494157e6dd2ce10415976ae52772 to your computer and use it in GitHub Desktop.

Select an option

Save nmquebb/4e55494157e6dd2ce10415976ae52772 to your computer and use it in GitHub Desktop.
Twitch bonus collector
setInterval(() => {
const btn = document.querySelector(".community-points-summary button.tw-button--success");
btn && btn.click();
}, 15000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment