github-nickname

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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
fantasticmao
Instalaciones diarias
0
Instalaciones totales
0
Calificaciones
0 0 0
Versión
1.3
Creado
12/05/2026
Actualizado
12/05/2026
Tamaño
6.11 KB
Licencia
MIT
Funciona en

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.