Greasy Fork

Greasy Fork is available in English.

QQ/SB/SV Score

Add self-calibrating score indicator per-thread using the (replies/words) metric. Add footer toggles [unsorted|autosort] and [show seen|hide seen].

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

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

Formula: ncdf(zscore(log1p(replies) - log1p(words)))
Uses a self-calibrating moving-window algorithm with N=1500.
Learns the mean and variance on each site to ensures a [0, 100] score spread.
Also remembers the last 300 threadIds (~10 pages) 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.

The [show seen|hide seen] is for my other script "Highlight visited fanfics".