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.114
建立日期
2019-02-08
更新日期
2019-02-08
尺寸
3.1 KB
授權條款
未知
腳本執行於

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.