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 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

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

Formula:
score1 = ncdf(zscore(log1p(replies) - log1p(words)))
score2 = ncdf(zscore(log1p(likes) - log1p(views)))
score = max(score1, score2)
Uses a self-calibrating moving-window algorithm with N=1500 for each zscore, learns the mean and variance to ensures a [0, 100] score spread.
Also remembers the last 300 threadIds (~10 pages) to prevent recounting them repeatedly as you browse/reload.

At first, browse a few pages to calibrate it (needed on each website).

Note: fallback to a less generous score score1 on "/search/" pages.

Options:
-at the bottom, choose [unsorted|autosort]
-the [show seen|hide seen] is for my other script "Highlight visited fanfics".
-in the code, set INDICATOR2=true to display both score1,score2 instead of the max score.
-in the code, set CORNER_TOP=false to put indicator in bottom corner (MOBILE ONLY).
-in the code, set CORNER_INDICATOR=false for text only scores (desktop and forum only).
code changes may be lost unless you disable updates.