Tired of unfollowing people one by one in Twitter, then you came to right place. In this post I'm gonna show you how to unfollow everyone at once. This is very easy method to unfollow everyone on Twitter without any software & without wasting any time. So, let's start.
1.] Sign in to your Twitter account and go to Following's tab.
2.] Right click anywhere on the screen and select 'Inspect Element' .
3.] Navigate to Consol tab, type this code and hit enter
setInterval(function(){t=$(".Grid .Grid--withGutter").find(".user-actions-follow-button");for(i=0;true;i++){if(i>=t.length){window.scrollTo(0,$(document).height());return}$(t[i]).trigger("click").remove()}},2000)
4.] Wait and watch !
If you have any query please comment down bellow. ;)
No comments:
Post a Comment