GitHub Top Languages

Display top programming languages on GitHub profiles.

Penulis
afkarxyz
Pemasangan harian
0
Total pemasangan
1
Nilai
0 0 0
Versi
1.3
Dibuat
07 Mei 2025
Diperbarui
23 Mei 2025
Size
13,3 KB
Lisensi
MIT
Berlaku untuk

GitHub Top Languages

Display top programming languages on GitHub profiles.

image

Organization

image

Tip

https://github.com/settings/tokens

  1. Open your browser (e.g., Chrome, Firefox, or Edge).
  2. Press F12, or right-click anywhere on the page and choose "Inspect".
  3. Click on the "Console" tab at the top of the opened panel.
  4. Now you can type or paste the following code into the console:
// Set GitHub Token
window.setGitHubToken('your_github_token_here')

// Clear GitHub Token
window.clearGitHubToken()

// Clear Cache
window.clearLanguageCache()

Hardcode a token

  • Open the script
  • Find the line: let GITHUB_TOKEN = localStorage.getItem("gh_token") || "";
  • Change it to: let GITHUB_TOKEN = "your_github_personal_access_token";
长期地址
遇到问题?请前往 GitHub 提 Issues。