GitHub Top Languages

Display top programming languages on GitHub profiles.

作者
afkarxyz
今日安裝
0
安裝總數
1
評價
0 0 0
版本
1.3
建立日期
2025-05-07
更新日期
2025-05-23
尺寸
13.3 KB
授權條款
MIT
腳本執行於

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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址