Randomize Favorites Display Order/ Random Favorite
3
I've got 125 pages of favorited chapters and I'm certain I'm not the only one (hell, thats probably a small amount compared to a lot of users) and at this point its hard to even navigate to most of them if it's not in the first few or last few pages, or I end up skipping over groups of 4 by clicking on the 5th page seek button.
Could we get either a sorting function to randomize the display order of favorites, or a button that displays a random manga but only from chapters the user has in their favorites? Ideally the latter would allow you to click it again on the same page in case you want to skip over it and move to the next one.
Thank you.
Could we get either a sorting function to randomize the display order of favorites, or a button that displays a random manga but only from chapters the user has in their favorites? Ideally the latter would allow you to click it again on the same page in case you want to skip over it and move to the next one.
Thank you.
3
I thought this sounded like a fun idea, so I went ahead and wrote a user script to do this.
After you've installed a user script manager like Tampermonkey or Violentmonkey, you can install the script here: https://greasyfork.org/en/scripts/412994-fakku-favorites-randomizer
Or if you'd rather, here's the direct source code.
If everything works, then you should start seeing a button to the left of the page numbers in your favorites. Click it and it will go through and replace each chapter on the page with another randomly selected one.
After you've installed a user script manager like Tampermonkey or Violentmonkey, you can install the script here: https://greasyfork.org/en/scripts/412994-fakku-favorites-randomizer
Or if you'd rather, here's the direct source code.
Spoiler:
If everything works, then you should start seeing a button to the left of the page numbers in your favorites. Click it and it will go through and replace each chapter on the page with another randomly selected one.
1
DontForgetTheTime wrote...
I thought this sounded like a fun idea, so I went ahead and wrote a user script to do this.After you've installed a user script manager like Tampermonkey or Violentmonkey, you can install the script here: https://greasyfork.org/en/scripts/412994-fakku-favorites-randomizer
Or if you'd rather, here's the direct source code.
Spoiler:
If everything works, then you should start seeing a button to the left of the page numbers in your favorites. Click it and it will go through and replace each chapter on the page with another randomly selected one.
This was amazing, but sadly it seems Fakku updated the favorites section recently (while adding no way of searching or randomizing it themselves), so now it no longer works.
2
Greed117 wrote...
This was amazing, but sadly it seems Fakku updated the favorites section recently (while adding no way of searching or randomizing it themselves), so now it no longer works.
I'm glad it worked for you. I'll try to get it working again sometime this week.
3/1 EDIT: It's fixed now. It ended up just being a couple class name changes. If you installed the script from the Greasy Fork link I posted, it should update automatically. If you manually copied the code, here's the updated version.
Spoiler: