Skip to content

Instantly share code, notes, and snippets.

@jnunemaker
Last active February 3, 2016 14:41
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 jnunemaker/521011dc6c8c91f6d5c8 to your computer and use it in GitHub Desktop.
Save jnunemaker/521011dc6c8c91f6d5c8 to your computer and use it in GitHub Desktop.
terrible github web notifications #protip: command + click any notifications you care about to open in new tab, then run the following in js console to mute the rest
$('li.unread button.mute-note').each(function() { this.click() });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment