github-nickname

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

12.05.2026 itibariyledir. En son verisyonu görün.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
fantasticmao
Değerlendirmeler
0 0 0
Versiyon
1.2
Oluşturulma
12.05.2026
Güncellenme
12.05.2026
Boyut
5,84 KB
Lisans
MIT
Geçerli

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.