Created
August 17, 2013 12:25
-
-
Save peterdemin/6256674 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 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
Uncaught TypeError: Cannot read property 'parent' of null