Skip to content

Instantly share code, notes, and snippets.

@RyanCavanaugh
Created March 4, 2015 19:29
Show Gist options
  • Save RyanCavanaugh/831f125c7c383477bc51 to your computer and use it in GitHub Desktop.
Save RyanCavanaugh/831f125c7c383477bc51 to your computer and use it in GitHub Desktop.
Bookmarklet: Mark commits as read
$('ul.notifications li.commit-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