UserScript that enhances the GitHub Notifications
JavaScript
250
97 commits
updated Apr 3, 2026
Enhances the GitHub Notifications page, making it more productive and less noisy.
Check Anthony's Talk or the Transcripts to learn more about the philosophy and motivations behind this userscript.
Note: It's pretty opinionated. I'd encourage you to fork and customize it to your own needs.
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 © 2023 Anthony Fu
JavaScript
100.0%
UserScript that enhances the GitHub Notifications
JavaScript
250
97 commits
updated Apr 3, 2026
Enhances the GitHub Notifications page, making it more productive and less noisy.
Check Anthony's Talk or the Transcripts to learn more about the philosophy and motivations behind this userscript.
Note: It's pretty opinionated. I'd encourage you to fork and customize it to your own needs.
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 © 2023 Anthony Fu
JavaScript
100.0%