Skip to content

Instantly share code, notes, and snippets.

@mikermcneil
Created September 11, 2012 19:30
Show Gist options
  • Save mikermcneil/3701374 to your computer and use it in GitHub Desktop.
Save mikermcneil/3701374 to your computer and use it in GitHub Desktop.
Unfollow all of the people you're stalking on tweepsect.com
$("#only_following").find('ul').children().find('a').each(function(i,el){unfollow($(el).text()); })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment