Created
March 26, 2017 09:50
-
-
Save BilalBudhani/992f191922f809ead47216fc60250f72 to your computer and use it in GitHub Desktop.
Twitter Follow/Unfollow script (Run in ChromeDevConsole)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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