How to Mass Unfollow on Twitter

Опубликовано: 04 Июль 2016
на канале: TechyGeeksHome
21,317
29

This video guide will show you how you can unfollow on Twitter.

NOTE: Twitter have changed something and this process no longer seems to work. However, we do have another way of unfollowing in bulk on Twitter and the guide for doing that is here:

https://techygeekshome.info/imacros-t...

All you need is Google Chrome installed and our code will run within Chrome Console to step through all the people you are following and then - unfollow them!

For a full written guide with steps and screenshots, check out our blog article at https://techygeekshome.info/twitter-m...

The process is super simple as this video will show you, however, if you have any questions or need any help, please feel free to leave a comment on this video and we will get back to you as soon as we can and try and help you out!

The Twitter unfollow code that you need to run in Google Chrome is here - always check for any syntax errors though if you are copy and pasting.

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

Don't forget to Like and Subscribe to our channel to keep up to date with our latest how-to guide videos!