Greasy Fork is available in English.

Iwara Custom Sort

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

Tính đến 14-02-2019. Xem phiên bản mới nhất.

Tác giả
testFox
Đánh giá
0 0 0
Phiên bản
0.147
Đã tạo
08-02-2019
Đã cập nhật
14-02-2019
Giấy phép
N/A
Áp dụng cho

The script can be used with "Iwara Extension Script"
Require a client competible with Greasemonkey >= 4.0.
Spicify the custom sort value in the textbox next to the sort button, with following variables (and everything in javascript) available:
likes
views (再生数)
ratio (likes/views)
private (If privated :1 or else :0)
image (If it's an image :1 or else :0)

For example, the default value is '(ratio / (private * 2.5 + 1) + Math.sqrt(likes) / 3000) / (image + 3)'
Math.sqrt is the javascript built-in Square Root function

The script will remember what you used before.

Will add a function to load and sort multiple pages in near future.
For now you can use an experimental feature by change the "additionalPageCount" variable to a number
greater than 0 in the script, additional videos will be dynamically loaded to the page with the sorted order.