-
-
Save cjmosure/70235e1204d99ed5e943 to your computer and use it in GitHub Desktop.
Web browser console command to unfollow everyone on https://twitter.com/following page by issuing onclick() on all "Unfollow" buttons.
This file contains hidden or 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
$('button span.unfollow-text').parent().each(function(i, a) {a.click();}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment