Greasy Fork

AO3: Reorder Fandoms by Size

Sorts fandoms by no. of works on AO3's fandoms list.

< 脚本 AO3: Reorder Fandoms by Size 的反馈

提问 / 留言

§
发布于:2023-07-16
编辑于:2023-07-16

Hi, I love this mod so far but with my computer it just isn't showing any fandoms in TV Shows, Cartoons & Comics & Graphic Novels, Celebrities & Real People, Movies, and Music & Bands. It is showing the layout of the mod (With all of the sections and whatnot) but no actual fandom title so it is all blank. Is there any solutions to this? (Also thank you for even making this btw I have been looking for something like it for a while now)

§
发布于:2023-11-01

I had the same problem! I fixed it by adding another number range to fandomSizeRanges and saving.

It used to be this:
var fandomSizeRanges = [
[250000, 500000],
[100000, 250000],
[50000, 100000],
[25000, 50000],
[10000, 25000],
[5000, 10000],
[1000, 5000],
[500, 1000],
[100, 500],
[50, 100],
[25, 50],
[10, 25],
[5, 10],
[2, 5],
[1, 1]
]

I changed it to this:

var fandomSizeRanges = [
[500000, 900000],
[250000, 500000],
[100000, 250000],
[50000, 100000],
[25000, 50000],
[10000, 25000],
[5000, 10000],
[1000, 5000],
[500, 1000],
[100, 500],
[50, 100],
[25, 50],
[10, 25],
[5, 10],
[2, 5],
[1, 1]
]

Hopefully this works for you too.

发布留言

登录以发布留言。