GitHub Top Languages

Display top programming languages on GitHub profiles.

Pada tanggal 07 Mei 2025. Lihat %(latest_version_link).

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!)

Penulis
afkarxyz
Nilai
0 0 0
Versi
1.1
Dibuat
07 Mei 2025
Diperbarui
07 Mei 2025
Size
9,8 KB
Lisensi
MIT
Berlaku untuk

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";