Hey guys, first post here so I thought I'd make it a useful one, this is for anyone wanting to unfollow lots of followers on Instagram at once. I wrote it because I couldn't find anything similar but apologies if something else is floating around.
Anyway, all you need to do is log in to Statigram and go to your 'followings' page then scroll down a few times til more people appear.
Save the following Javascript code as a bookmark on your browser of choice, I use Chrome but it should work on others.
Open the bookmark and watch all the profiles you're following disappear before your eyes.
NOTE: Obviously if you do this too often or unfollow too many profiles at once you could get banned etc. so use it wisely.
Enjoy!
Anyway, all you need to do is log in to Statigram and go to your 'followings' page then scroll down a few times til more people appear.
Save the following Javascript code as a bookmark on your browser of choice, I use Chrome but it should work on others.
Code:
javascript:var elem = document.getElementsByClassName("unfollow"); for(var i=0;i<elem.length;i++){ elem[i].click(); }
Open the bookmark and watch all the profiles you're following disappear before your eyes.
NOTE: Obviously if you do this too often or unfollow too many profiles at once you could get banned etc. so use it wisely.
Enjoy!