Skip to content

Instantly share code, notes, and snippets.

@madbook
Created December 17, 2014 19:52
Show Gist options
  • Save madbook/4442891c3868a3f8da14 to your computer and use it in GitHub Desktop.
Save madbook/4442891c3868a3f8da14 to your computer and use it in GitHub Desktop.
clean up github notifications page
$('.octicon-issue-closed, .octicon.type-icon-state-closed, .octicon-git-pull-request.type-icon-state-merged').parent().parent().find('button.delete-note').click();
@madbook
Copy link
Author

madbook commented Dec 17, 2014

marks closed issues, merged pull requests, and commit notifications as read. this should be a feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment