How to Unfollow Instagram Followers in Bulk
By Timothy Tibbettson 07/12/2023 |
Instagram, like many other social media sites, simply don't let you follow, unfollow or even remove your images easily. Sure, you can do it one-by-one if you have the time. In this guide, we're going to show you how to unfollow Instagram followers in bulk.
Before you begin we should advise you that, much like deleting Facebook posts, isn't easy, can be slow, and sometimes it doesn't work or has to be done repeatedly to complete.
The first thing you need for this guide is Google Chrome. If you don't want to use Chrome, we understand, but this was how TechyGeeks got it to work. Here we go...
Log into your Instagram account and click on the person icon (profile) in the top-right corner.
Click on the number of people following you.
Press CTRL+SHIFT+J to open the Google Chrome console.

We next want to enter two different lines of code, followed by Enter. Ignore any errors you see.
var jq = document.createElement(‘script’);
jq.src = “//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js”;
document.getElementsByTagName(‘head’)[0].appendChild(jq);
jQuery.noConflict()
Press enter, then enter:
window.setInterval(function(){
var x = 0;
$(“button:contains(‘Following’)”).each(
function(){
if(x==3) return false;
$(this).trigger(“click”);
$(‘._4gt3b’).scrollTop($(‘._4gt3b’)[0].scrollHeight);
x++;
}
)
$(‘._4gt3b’).scrollTop($(‘._4gt3b’)[0].scrollHeight); console.log(‘loop’);
}, 1000);
Press Enter again and the mass unfollow should begin.
If nothing happens, we suggest you start again and be sure that you entered the code correctly. If you have a lot of followers, you may need to repeat these steps a few times and be patient for the mass unfollow to complete.
comments powered by Disqus
Before you begin we should advise you that, much like deleting Facebook posts, isn't easy, can be slow, and sometimes it doesn't work or has to be done repeatedly to complete.
The first thing you need for this guide is Google Chrome. If you don't want to use Chrome, we understand, but this was how TechyGeeks got it to work. Here we go...
Log into your Instagram account and click on the person icon (profile) in the top-right corner.
Click on the number of people following you.
Press CTRL+SHIFT+J to open the Google Chrome console.

We next want to enter two different lines of code, followed by Enter. Ignore any errors you see.
var jq = document.createElement(‘script’);
jq.src = “//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js”;
document.getElementsByTagName(‘head’)[0].appendChild(jq);
jQuery.noConflict()
Press enter, then enter:
window.setInterval(function(){
var x = 0;
$(“button:contains(‘Following’)”).each(
function(){
if(x==3) return false;
$(this).trigger(“click”);
$(‘._4gt3b’).scrollTop($(‘._4gt3b’)[0].scrollHeight);
x++;
}
)
$(‘._4gt3b’).scrollTop($(‘._4gt3b’)[0].scrollHeight); console.log(‘loop’);
}, 1000);
Press Enter again and the mass unfollow should begin.
If nothing happens, we suggest you start again and be sure that you entered the code correctly. If you have a lot of followers, you may need to repeat these steps a few times and be patient for the mass unfollow to complete.
comments powered by Disqus