Automatically Follow Twitter Accounts (Script for 2015 Updated)

Do you want follow a lot of people on Twitter? Mainly to get some attention from people of the same interest.. but it might prove to be a difficult task to manually click on follow buttons a 100 times!



With simple JavaScript code you can easily make that task a piece of cake.

Different codes might be needed for different types of pages on Twitter, so we have got the working codes for all of them.

For "Followers" page of other Twitter account

This is where you will find people with interests you are looking for. Go to a relevant Twitter account and click on "Followers" to get the list of its followers




TIP: Not all twitter accounts are visible at first, so running the code wouldn't follow accounts out of sight, so keep scrolling to make more accounts visible.





Run this code - (click to know how to run the code)

$('.user-actions-follow-button').click();

Optional: If you don't know how to use developer console, then simply copy and paste this in the address bar of the twitter page
javascript:$('.user-actions-follow-button').click();


You have to open developer console on your browser (check the link). 

No comments:

Post a Comment

Leave a comment