Skip to content

Instantly share code, notes, and snippets.

@roc
Created January 12, 2015 11:38
Show Gist options
  • Select an option

  • Save roc/4127566bc656eba3947b to your computer and use it in GitHub Desktop.

Select an option

Save roc/4127566bc656eba3947b to your computer and use it in GitHub Desktop.
Unsubscribe from your organisation watchlist
$('.js-subscription-row').each(function(){
var isYourOrganisation = $(this).find("a[href^='/YOUR_ORG']");
if(isYourOrganisation.length){
$(this).find('button:contains("Unwatch")').click();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment