Auto follow Twitter accounts – after search

Auto follow Twitter accounts in these 4 simple steps.

The script is not working currently due to changes in Twitter’s HTML.

  1. Go to Twitter and do a search for any keyword.
  2. Go to People
  3. Open the Chrome console. Press Ctrl + Shift + J (Windows / Linux) or Cmd + Opt + J (Mac)
  4. 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.

Buy me a coffeeWanna support the page?!

Did you like this? Share it!

3 comments on “Auto follow Twitter accounts – after search

Hi,

The code doesn’t work for the new twitter layout.

I’ll check it and update the code…

Do you have a new code??

Leave Comment