Sorts fandoms by no. of works on AO3's fandoms list.
< 腳本AO3: Reorder Fandoms by Size的回應
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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)