Enhances the GitHub Notifications page, making it more productive and less noisy.
Enhances the GitHub Notifications page, making it more productive and less noisy.
This is a fork of @antfu's userscript refined-github-notifications customized to my needs.
If you want to learn more about the philosophy and motivations behind this userscript, check Anthony's Talk or the Transcripts.
Note: It's pretty opinionated. I'd encourage you to fork and customize it to your own needs.
Anthony's original features:
target="_blank" to all notifications (and remove notification_referrer_id)Alt/Option + X to mark a notification as done and close itWhen using "Detail Preview" feature, GitHub token would be better to provide to avoid rate limit. You can set the token by running the following command in the console of any page on GitHub:
localStorage.setItem("github_token", "your token");
MIT License © 2024 Hunter Johnston MIT License © 2023 Anthony Fu