mindmaster
Elite Member
- Sep 16, 2010
- 5,671
- 3,112
To follow all, connect to your twitter account, go to your Followers List and scroll down until you see "back to top".
Know type this code on address bar:
Know go up and under your profile picture you will see: "Click here for mass follow". Click on it and watch as followers number increase.
To Mass Unfollow All go to your Following list, go down until you see "back on top", Insert in address bar:
I found this on the net, tried it, worked and now sharing.
Cheers
Know type this code on address bar:
Code:
javascript:$('.profile-picture').html('<button style="padding: 3px; border: solid 1px #CCC">Click here for mass follow.</button>').attr('href', 'javascript:;').click(function(){$('.follow-button').each(function() {$(this).click();});})
To Mass Unfollow All go to your Following list, go down until you see "back on top", Insert in address bar:
Code:
javascript:$('.profile-picture').html('<button style="padding: 3px; border: solid 1px #CCC;">Click here for mass unfollow.</button>').attr('href', 'javascript:;').click(function(){$('.unfollow-button').each(function() {$(this).click();});})
I found this on the net, tried it, worked and now sharing.
Cheers