Greasy Fork is available in English.

AO3: Reorder Fandoms by Size

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

< Feedback on AO3: Reorder Fandoms by Size

Question/comment

§
Posted: 16.07.2023
Edited: 16.07.2023

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)

§
Posted: 01.11.2023

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.

Post reply

Sign in to post a reply.