This script automates the process of removing your Twitter/X followers. Originally inspired by this Reddit post, the code was initially generated with the help of ChatGPT. I have modified the script to ensure it continuously scrolls the page to find and process followers to remove.
- This is not an instant solution. The script relies on scrolling and interactions, so it takes time to process followers.
- If you navigate away from the page, the script stops, and you will need to start it again.
- Use this responsibly and at your own risk.
- Log in to your Twitter/X account.
- Navigate to your profile page by clicking on your profile picture in the top left corner.
- Click on the "Followers" tab to view the list of people who follow you.
- Press F12 (Windows/Linux) or Cmd + Option + I (Mac) to open Developer Tools.
- Alternatively, right-click anywhere on the page and select Inspect or Inspect Element.
- In the Developer Tools window, click on the Console tab.
- Copy the script provided below and paste it into the console.
- Press Enter to start running the script.
- Customizable Delays:
- Short and long delays ensure actions are performed reliably and avoid rate-limiting issues.
- Automatic Scrolling:
scrollToBottom
function ensures the page loads more followers as needed.
- Retry Mechanism:
- The script will retry scrolling and checking for buttons up to 5 times before exiting.
- Enhanced Logging:
- Clear console logs provide updates on progress, actions taken, and any errors encountered.
- Adjust the
shortDelay
andlongDelay
values to suit your needs and system performance. - The script is designed to interact dynamically with Twitter's page elements, so it should work with minimal adjustments.
- 🌐 Website: DarkWebInformer
- 🐦 Twitter/X: DarkWebInformer
- 🔗 All Links & Canary: darkwebinformer.com/canary
This script is for educational and personal use only. Use it responsibly and in compliance with Twitter/X's Terms of Service. The author is not responsible for any misuse or potential consequences of running this script.