Skip to content

Instantly share code, notes, and snippets.

@RyanCavanaugh
Created March 4, 2015 19:31
Show Gist options
  • Save RyanCavanaugh/591af2615d1e2b8d5d99 to your computer and use it in GitHub Desktop.
Save RyanCavanaugh/591af2615d1e2b8d5d99 to your computer and use it in GitHub Desktop.
Bookmarklet: Mark PRs as read
$('ul.notifications li.pull-request-notification li.delete button').each(function(i, li) { li.click(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment