Greasy Fork

Greasy Fork is available in English.

QQ/SB/SV Score

Add score indicator to threads using the (likes/replies) metric.

当前为 2025-09-06 提交的版本,查看 最新版本

作者
C89sd
评分
0 0 0
版本
0.6
创建于
2025-08-17
更新于
2025-09-06
大小
10.1 KB
许可证
暂无
适用于

Formula: log1p(replies) / log1p(words)
Uses a self-calibrating moving-window algorithm (N=3000, learns the mean and variance of the score for each forum), to ensure a [0, 100] score spread.
Also remembers the last 300 seen threads to prevent recounting them too often as you browse/reload. The scores can move around a bit at first until calibrated.

Options:

  • set CORNER_TOP=false to put indicator in bottom corner.
  • set CORNER_INDICATOR=false for a text only score.