Iwara Custom Sort

Automatically sort video results in a page on /videos, /images, /subscriptions, and sidebars using customizable sort function.

2019-02-08 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
testFox
रेटिंग
0 0 0
आवृत्ती
0.113
बनवली
2019-02-08
अपडेट केली
2019-02-08
आकार
2.89 KB
License
नाही
यांवर लागू होते:

Can be used with "Iwara Extension Script"
Spicify the custom sort value in the textbox next to the sort button, with following variable available:
likes
views (再生数)
ratio (likes/views)

For example, the default value is '100 * ratio + Math.sqrt(likes) / 25'
Math.sqrt is the javascript built-in Square Root function

The script will remember what you used before.

Next update would add a function to load and sort multiple pages.