Follow or Unfollow All

mindmaster

Elite Member
Joined
Sep 16, 2010
Messages
5,671
Reaction score
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:
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();});})
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:
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
 
Have anyone tried this?

Cheers
 
Interesting, I will give this a try. :D Thanks.
 
doesnt work for me.... :(

After you insert the code in address bar go on top and click on the button. Wait a few second. It will start in a few seconds.
 
So no one enjoying my little share?

:P
 
This doesn't work anymore, it used to work before..... old stuff mate.
 
fwiw, i didnt think it was working but when i went back to my profile page i had followed hundreds of more people! seems to work!
 
I tried both new & old twitter but I didnt see "back to top" when I clicked following link.
only see next and previous button links.
 
Back
Top