Skip to content

Instantly share code, notes, and snippets.

@opencoca
opencoca / UserScript.js
Created April 18, 2026 20:46
With this UserScript and Violentmonkey of http://violentmonkey.github.io/ you can quickly see at a glance how organic the growth of a github repo likely is.
// ==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