您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Find the most active forks of a GitHub repository.
This is a Tampermonkey/Greasemonkey user script that helps users find the most active forks of a GitHub repository. It enhances the GitHub experience by displaying forks with relevant details like stars, forks, open issues, size, and last modification date.
fetch()
instead of GM_xmlhttpRequest
./network/members
to see the active forks./network/members
on GitHub.GM_xmlhttpRequest
with fetch()
for better security and stability.The script loads the following trusted libraries:
This script does not collect or store user data. It only fetches publicly available GitHub information.
If you encounter any issues or have suggestions, feel free to create an issue or contribute improvements!