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!