Bulk Unfollow Twitter
Circleboom
Boom your Social Circle! We create intuitive and easy-to-use social media products for brands, SMBs and users.
Is it possible? Can I bulk unfollow Twitter accounts?
Yes, it is! You can unfollow Twitter / X accounts in bulk with one click!
Your next question is HOW!
I'll show you how to bulk unfollow Twitter (X) accounts.
Method #1 - Browser Scripts
Browser scripts are practical ways to bulk unfollow people on Twitter.
Steps to run the scripts
This is an example of a browser script that unfollows Twitter accounts in bulk:
const userField = document.getElementsByClassName("ProfileCard-userFields");
const input = window.prompt("Enter any usernames you want to continue following separated by a space.");
let inputMax = window.prompt("Enter maximum number of seconds to wait between actions. Must be greater than '2'.");
let i = 0;
let t = 0;
let inputFound = [];
let saveNames = input.split(" ");
let rand = Math.round(Math.random() * 10000);
let setMin = 2000;
let setMax = inputMax * 1000;
main();
function main(){
if(inputMax > 2){
randomIntFromInterval(setMin,setMax);
unfollowLoop();
findUsers();
}else{
inputMax = window.prompt("Please enter a number great than 2");
setMax = inputMax * 1000;
main();
}
}
function findUsers(){
if(t < userField.length){
for(u = 0; u < saveNames.length; u++){
if(userField[t].children[1].innerText.includes(saveNames[u])){
inputFound[t] = true;
break;
}else{
inputFound[t] = false;
}
}
t++;
if(t < userField.length){
findUsers();
}
}
}
function randomIntFromInterval(min,max)
{
rand = Math.floor(Math.random()*(max-min+1)+min);
return rand;
}
function unfollowLoop(){
let button = userField[i].previousElementSibling.children[0].children[0].children[0].children[1];
let buttonText = button.innerText;
let stat = userField[i].children[1].children[2];
let follows = "";
if(stat === undefined){
follows = "";
}else{
follows = stat.innerText;
}
setTimeout(function(){
if(follows.includes("Follows you") === false && inputFound[i] === false && buttonText.includes("Following") === true){
button.click();
}
i++;
if(i < userField.length){
randomIntFromInterval(setMin,setMax);
unfollowLoop();
}else{
window.alert("Unfollow Script Finished!");
}
}, rand);
}
I hope it works, and you can bulk unfollow fake, inactive accounts on Twitter with those scripts. But, it would help if you always kept that in mind that scripts can be risky. They may violate Twitter's terms and policies and you may end up losing your Twitter profile just for unfollowing people in bulk!
For those who want to stay safe, there is another way of unfollowing Twitter accounts in bulk!
Method #2 - Circleboom
If you're concerned about using scripts to mass unfollow accounts on X (formerly Twitter), Circleboom offers a secure and efficient alternative. With Circleboom, you can easily identify and unfollow accounts that don't follow you back, without the risk of violating platform policies.
The tool provides a user-friendly interface, advanced filters, and analytics, enabling you to manage your followers seamlessly. Unlike risky browser scripts, Circleboom ensures your account’s safety while automating the process, saving you time and effort in maintaining an engaged follower base.
You should follow these steps to unfollow Twitter / X accounts with Circleboom:
Step #1: Open Circleboom on your browser and log into your account.
领英推荐
If this is the first time, you can create an account in seconds.
Step #2: Once you are in, navigate to the left and find the “Friends” section.
From the menu, you will select “Not Following Back”. You can also choose Fake, Inactive, Low-Quality or just "All Your Friends".
Step #3: You can select all listed accounts and mass unfollow all of them with one click.
You can also unfollow X accounts one by one.
Step #4: When you choose mass unfollow, a last notification window will appear to confirm the process.
Don’t forget that this is irreversible. Once you unfollow accounts, you can’t get them back!
Wrapping Up
There are two methods to bulk unfollow Twitter accounts, as shown in this article: Browser script and Circleboom.
Browser scripts work, but they have the potential to be risky for your account. It may violate Twitter's terms and policies, so you may lose your X profile.
This is why we recommend Circleboom to bulk unfollow inactive, fake, low-quality people on Twitter! You will be safe with Circleboom's Unfollow Tool and clean your Twitter account safe and fast!