Skip to content

Instantly share code, notes, and snippets.

@chrisroos
Created May 25, 2011 13:35
Show Gist options
  • Select an option

  • Save chrisroos/990982 to your computer and use it in GitHub Desktop.

Select an option

Save chrisroos/990982 to your computer and use it in GitHub Desktop.
Javascript snippet to unfollow all twitter followers
$('.unfollow-button').each(function() { $(this).trigger('click'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment