Refined GitHub Notifications

Enhances the GitHub Notifications page, making it more productive and less noisy.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
huntabyte
일일 설치 수
0
총 설치 수
8
평점
0 0 0
버전
0.0.1
생성일
2024-01-08
갱신일
2024-01-08
크기
23.9KB
라이선스
MIT
적용 사이트

Userscript: Refined GitHub Notifications

Enhances the GitHub Notifications page, making it more productive and less noisy.

Install on Greasyfork

Introduction

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.

Features

Note: It's pretty opinionated. I'd encourage you to fork and customize it to your own needs.

Anthony's original features:

  • Add target="_blank" to all notifications (and remove notification_referrer_id)
  • Refresh the page when going back to the tab, so you get the latest notifications
  • Remove bot avatars
  • Colorize the notification type (mention, review request, etc.)
  • Auto mark notifications as done (remove it from the list), if:
    • The issue/PR is closed/merged, and you have not participated at all
    • The issue/PR is closed/merged, and you already read it
    • PRs created by Renovate, if not participating
    • New commits pushed to PRs
    • *Notifications you have bookmarked will be bypassed
  • Make sure only one notification tab is opened
  • When going to the issue from the notification, inject a floating button to mark it as done and close the tab.
  • Alt/Option + X to mark a notification as done and close it
  • Preview issue body when hovering over the title

GitHub Token

When 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");

License

MIT License © 2024 Hunter Johnston MIT License © 2023 Anthony Fu