This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name GitHub Fork/Star Ratio | |
| // @author OpenCoCa | |
| // @namespace https://github.com/ | |
| // @version 1.0.0 | |
| // @description Shows fork/star ratio inline near the About section. Low ratios signal potential fake stars (CMU StarScout, ICSE 2026). | |
| // @match https://github.com/*/* | |
| // @exclude https://github.com/*/*/** | |
| // @grant none | |
| // @run-at document-idle |
OlderNewer