Auto follow Twitter accounts in these 4 simple steps.
The script is not working currently due to changes in Twitter’s HTML.
- Go to Twitter and do a search for any keyword.
- Go to People
- Open the Chrome console. Press Ctrl + Shift + J (Windows / Linux) or Cmd + Opt + J (Mac)
- Copy and paste the code below to console then press enter.
// Twitter: Auto Follow
// Updated: 2020-03-24
// This script is made for demonstrative purposes only.
// Use at your own risk.
// Respect the Twitter’s policy and terms of use.
// NEW SCRIPT
a = setInterval(function () {
window.scrollTo(0,document.body.scrollHeight);
$('.not-following .user-actions-follow-button.js-follow-btn').click();
}, 1000);
Hi you! If the code is working, leave a comment below. It means a lot to everyone.
3 comments on “Auto follow Twitter accounts – after search”
Nikki
Hi,
The code doesn’t work for the new twitter layout.
Milos Lukic
I’ll check it and update the code…
John
Do you have a new code??