Greasy Fork is available in English.

GitHub Top Languages

Display top programming languages on GitHub profiles.

Mint 2025.05.07.. Lásd a legutóbbi verzió

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Fejlesztő
afkarxyz
Értékelések
0 0 0
Verzió
1.0
Létrehozva
2025.05.07.
Frissítve
2025.05.07.
Size
8 KB
Licensz
MIT
Érvényes

GitHub Top Languages

Display top programming languages on GitHub profiles.

image

Tip

Set a token via console setGitHubToken('your_github_personal_access_token')

Remove the token clearGitHubToken()

Hardcode a token (alternative method):

  • Open the script
  • Find the line: let GITHUB_TOKEN = localStorage.getItem("gh_token") || "";
  • Change it to: let GITHUB_TOKEN = "your_github_personal_access_token";

image