GitHub Super Enhancer

GitHub 仓库增强:仓库主页、星标页(含“已星标 / 创建的”过滤清单)、探索/搜索/议题等列表页显示仓库大小、星标页作者头像与仓库说明备注、不活跃仓库警告;优化动态加载与 API 请求

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

Autor
miscellaneouszx
Dnevne instalacije
0
Ukupnih instalacija
13
Ocjene
0 0 0
Verzija
1.3.5
Stvoreno
16.08.2026.
Ažurirano
22.08.2026.
Size
57 KB
Licenza
MIT
Primjenjuje se

仓库显示大小:在 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两个引号之间