Skip to content

Instantly share code, notes, and snippets.

@shortland
Created May 1, 2019 06:05
Show Gist options
  • Select an option

  • Save shortland/2c7b1b434ade8b5a5c64e78492028c73 to your computer and use it in GitHub Desktop.

Select an option

Save shortland/2c7b1b434ade8b5a5c64e78492028c73 to your computer and use it in GitHub Desktop.
Auto-Unfollow Script for Twitch.tv
/**
* Open "https://www.twitch.tv/<YOUR USERNAME>/following"
* Keep scrolling down on the page until you've loaded all the people you follow.
* Open the console via developer tools,
* Paste this script and press enter
*/
for (let i = 0; i < document.getElementsByClassName("follow-btn follow-btn--following").length; ++i) document.getElementsByClassName("follow-btn follow-btn--following")[i].click();
@substantialaim
Copy link

not working :(

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