Greasy Fork

Greasy Fork is available in English.

AO3: Quality score (Adjusted Kudos/Hits ratio)

Uses the kudos/hits ratio, number of chapters, and statistical evaluation to score and sort AO3 works.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

作者
TheShinySnivy
日安装量
1
总安装量
966
评分
12 1 1
版本
1.4
创建于
2019-04-16
更新于
2019-04-16
大小
10.3 KB
许可证
暂无
适用于

This script is an edited version of Min's "AO3: Kudos/hits" script, with some small adjustments. This script sends stories without enough data to be properly evaluated to the bottom of the page, eliminating the problem where stories with hardly any hits and a couple of kudos would frequently end up at the top. The program also uses a null hypothesis test (https://opentextbc.ca/researchmethods/chapter/understanding-null-hypothesis-testing/) based on each work's kudos, hits, and the number of chapters.

I noticed that stories with more chapters were receiving a much smaller kudos/hits ratio, and I wanted to rectify this. However, simply dividing the hits by the number of chapters had too significant of an impact on the data. Instead, I divided the number of hits by the square root of the number of chapters, and I used this value instead for all my calculations. Because this change made calling the calculated value the "Kudos/Hits ratio", I changed the display to say "Score" instead.

I feel that this sorting system has significantly improved my AO3 browsing experience, and I hope it will help some other people as well! I find it ideal for browsing the newest posted stories, where I found the aforementioned issues to be the most prominent.