Skip to content

Instantly share code, notes, and snippets.

@lsferreira42
Created August 26, 2014 19:45
Show Gist options
  • Save lsferreira42/1456c7090b58740a7fef to your computer and use it in GitHub Desktop.
Save lsferreira42/1456c7090b58740a7fef to your computer and use it in GitHub Desktop.
Remove all followers from twitter
//Go to https://twitter.com/following
// Open Javascript console ( dev tools )
// And run:
setInterval(function(){$(".following").children("button").click();window.scrollBy(0,5000);}, 1000);
@nolddor
Copy link

nolddor commented Dec 5, 2022

it does not work anymore, sadge

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