/github-notification-cleaner

Browser Extension for clearing closed/merged GitHub notifications

Primary LanguageJavaScript

Github Notification Cleaner

One click removes GitHub notifications for PR's that have been merged, issues that have been closed, or both!

Doesn't require any crazy permissions, uses the activeTab to only activate on click.

Uses webextension-polyfill to enable install in Firefox, Edge, and Chrome.

Webstore Install

Build / Install Locally:

cd extension
yarn

Chrome:

  • chrome://extensions Enable "Developer Mode"
  • Click "Load Unpacked Extension"
  • Choose the ./extension directory

Firefox:

  • about:debugging
  • "Load Temporary Add-on"
  • Select any of the files in extension

Screenshot

Screenshot

License

MIT