Created
February 7, 2016 10:47
-
-
Save cairey/6634d2017e1a745de032 to your computer and use it in GitHub Desktop.
Unfollow people that do not follow you on Twitter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Scroll to the bottom of https://twitter.com/following | |
Open the Console and run the following | |
*/ | |
$('.ProfileCard-content').each(function(){var status = $(this).find('.FollowStatus').text();var unfollowButton = $(this).find('.user-actions-follow-button');if(status != 'follows you'){unfollowButton.click();}}); |
real-ali
commented
Feb 1, 2023
I did re develop. Worked for me : https://gist.github.com/swoorr/33812c380b5b22efff27149e9223ec42
Thanks so much, @jalbam - the script you've created is amazing and so helpful!!
Thanks for keeping it updated.
does not work?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment