github-nickname

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

Stan na 12-05-2026. Zobacz najnowsza wersja.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
fantasticmao
Oceny
0 0 0
Wersja
1.3
Utworzono
12-05-2026
Zaktualizowano
12-05-2026
Rozmiar
6,1 KB
Licencja
MIT
Dotyczy

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.