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.

發表回覆

登入以回復