Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/husseinfo/unfollowing
Script to unfollow people not following back on Twitter
https://github.com/husseinfo/unfollowing
Last synced: 23 days ago
JSON representation
Script to unfollow people not following back on Twitter
- Host: GitHub
- URL: https://github.com/husseinfo/unfollowing
- Owner: Husseinfo
- Created: 2017-06-10T09:29:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-10T11:13:04.000Z (over 7 years ago)
- Last Synced: 2024-06-06T02:52:48.412Z (7 months ago)
- Topics: twitter
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.