Skip to content

Instantly share code, notes, and snippets.

@cjmosure
Forked from peterdemin/twitter-unfollow.js
Created November 25, 2015 17:30
Show Gist options
  • Save cjmosure/70235e1204d99ed5e943 to your computer and use it in GitHub Desktop.
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.
$('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