Greasy Fork is available in English.
Add score indicator to threads using the (likes/replies) metric.
当前为
Formula: ncdf(zscore(log1p(replies) / log1p(words)))
Uses a self-calibrating moving-window algorithm (N=3000, learns the mean and variance of the score for each forum), ensures a [0, 100] score spread.
Also remembers the last 300 threadIds to prevent recounting them too often as you browse/reload.
The scores can move around a bit at first while you browse.
Options:
-set CORNER_TOP=false to put indicator in bottom corner (MOBILE ONLY).
-set CORNER_INDICATOR=false for text only scores.