GitHub Super Enhancer

GitHub 仓库增强:仓库主页、星标页、探索/搜索/议题等列表页显示仓库大小、星标页作者头像与仓库备注、不活跃仓库警告

Versione datata 16/08/2026. Vedi la nuova versione l'ultima versione.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
miscellaneouszx
Valutazione
0 0 0
Versione
1.1.1
Creato il
16/08/2026
Aggiornato il
16/08/2026
Dimensione
41,1 KB
Licenza
MIT
Applica a

仓库显示大小:在 GitHub 的代码搜索、仓库搜索、议题页面、用户仓库列表和存储库页面上,仓库名称旁边会显示该仓库的大小
不活跃开发警告:如果某个仓库在过去六个月内没有更新,系统将在仓库的顶部添加提示,提醒用户该仓库不活跃,并显示最后一次更新的时间。这有助于用户判断仓库的活跃程度和维护状况。星标页面中的星标仓库前显示开发者头像,方便快速识别。星标仓库增加备注功能

特别使用说明:
默认情况下GitHub API每小时只有 60 次额度,在未认证请求的情况下,浏览仓库一多就会触发 403 限流,标签就会突然不显示。强烈建议在脚本中添加你自己的Token 令牌, 填了 Token 后额度提升到每小时 5000 次,基本不会再触发限流。

Token令牌生成步骤:
1. 打开 https://github.com/settings/tokens
2. 「Generate new token」→「Generate new token (classic)」
3. 名称随便填(如 repo-size),有效期选个长的(如 90 天)读取公开仓库大小不需要勾选任何权限(scope),直接生成即可
4. 把生成的 ghp_... 开头的Token令牌粘贴到const GITHUB_TOKEN两个引号之间