您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
Add self-calibrating score indicator per-thread using the (replies/words) metric. Add footer toggles [unsorted|autosort] and [show seen|hide seen].
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.