您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
Add score indicator to threads using the (replies/words) metric.
当前为
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.