Last active
February 3, 2016 14:41
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('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