Skip to content

Instantly share code, notes, and snippets.

@BilalBudhani
Created March 26, 2017 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BilalBudhani/992f191922f809ead47216fc60250f72 to your computer and use it in GitHub Desktop.
Save BilalBudhani/992f191922f809ead47216fc60250f72 to your computer and use it in GitHub Desktop.
Twitter Follow/Unfollow script (Run in ChromeDevConsole)
setInterval(function () {
window.scrollTo(0,document.body.scrollHeight);
$('.not-following button.user-actions-follow-button').click();
}, 1000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment