How to Unfollow All Followers on Twitter at once

Introduction:
This article explain you how to unfollow the all follwers on twitter at once.
Description:
Below script is used to un follow the followers of your twitter account in bulk.Generally there is no option in twitter to un follow the bulk followers.We need to unfollow the followers one by one.But by running the below script we can unfollow  followers in bulk.

To implement this we need to write the code like as shown below

 Code:-

 
 i=0; 
 setInterval(function(){t=$(".js-follow-btn").eq(i);
 if(!t[0])window.scrollTo(0,$(document).height());
 else t.trigger("click"); 
 i++;},100)​

 

Steps To Follow  :-

1.Open Twitter Account

2.Right Click on Browser and select Inspect or press Ctrl+Shift+I

3.Select Console tab and Paste the above code and press enter.

Demo :-

No comments:

Post a Comment

Blogger Tips and TricksLatest Tips And TricksBlogger Tricks