Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Last active December 16, 2015 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/5362626 to your computer and use it in GitHub Desktop.
Save matschaffer/5362626 to your computer and use it in GitHub Desktop.
Paste into console on https://github.com/watching to unwatch all repos from an org.
$(".subscription-row:contains('someOrg')").each(function() {
$($(this).find('.minibutton')[0]).click();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment