Sunday, June 12, 2016

Unfollow Mass Account in Twitter

Suddenly my twitter account following many unknown account. It more than 500!! Maybe problem because I carelessly invoke my twitter account to many apps as I though I am not really into my twitter account. But it quite annoying, don't you? You see tweet which you don't like.

So it will be troublesome to click unfollow for 500 account. I am not following many account. So it better to start again by unfollow all account then start to follow again few account which I get into it.

After looking around in internet, there is actually simple way to do it. Just go your following account page https://twitter.com/following then load all of your following account.

Open console by simply hit 'Ctrl' + 'Shift' + 'C' then fire this command.
$('.js-follow-btn').each(function(){ $(this).trigger('click'); });
Wait for some time until you will unfollow or of your friend.

Oya, don't forget to change your password!!