github-nickname

Add nicknames to GitHub feed and profile pages, configured based on JSON content or remote URL.

2026-05-12 기준 버전입니다. 최신 버전을 확인하세요.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

작성자
fantasticmao
평점
0 0 0
버전
1.3
생성일
2026-05-12
갱신일
2026-05-12
크기
6.1KB
라이선스
MIT
적용 사이트

github nickname

Add nicknames for users on GitHub feed and profile pages

Preview

github-nickname preview

Configuration

Mode Description Config Entry Example
JSON Mode Enter a JSON string, suitable for a small number of user nicknames Tampermonkey menu -> Config nickname {"torvalds": "Father of Linux"}
URL Mode Enter a URL to a remote JSON file, suitable for many nicknames or teams Tampermonkey menu -> Config nickname https://example.com/nicknames.json

Configuration Steps

Click the Tampermonkey icon in the browser toolbar and select the "Config nickname" menu item

github-nickname usage

In the dialog that appears, enter a JSON string or URL and click OK to save the configuration

github-nickname usage

JSON Format

{
  "username": "nickname",
  "another-username": "another nickname"
}

FAQ

Q: How do I update the nickname configuration?

A: Repeat the configuration steps above to update. JSON mode takes effect immediately, while URL mode fetches the latest configuration on the next page load.

Q: Which GitHub pages are supported?

A: Currently supports the GitHub homepage (feed page) and user profile page (profile page).

Q: Can I use JSON mode and URL mode at the same time?

A: No, you can only choose one mode. Configuring a new mode will automatically clear the previous configuration.