Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/husseinfo/unfollowing

Script to unfollow people not following back on Twitter
https://github.com/husseinfo/unfollowing

twitter

Last synced: 23 days ago
JSON representation

Script to unfollow people not following back on Twitter

Awesome Lists containing this project

README

        

# unfollowing
A simple Javascript script to unfollow people not following you back on Twitter 😈

## Usage
- Navigate to your Twitter Following page (```twitter.com/[your_username]/following```)
- Open Console in your browser (Right-click, Inspect Element, Console Tab)
- copy and past ```checkUnfollowers``` function
- Call it, ```checkUnfollowers()```
- A confirm dialog is shown for each unfollower, make your choice 🤡

### Note:
Keep scrolling down to load all your following or recall ```checkUnfollowers``` after each scroll down.