Iwara Custom Sort

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

2019-02-11 기준 버전입니다. 최신 버전을 확인하세요.

작성자
testFox
평점
0 0 0
버전
0.120
생성일
2019-02-08
갱신일
2019-02-11
크기
3.95KB
라이선스
해당 없음
적용 사이트

The script can be used with "Iwara Extension Script"
Require the client competible with Greasemonkey >= 4.0.
Spicify the custom sort value in the textbox next to the sort button, with following variable(and everything in javascript) 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.

Might add a function to load and sort multiple pages in future update.

长期地址
遇到问题?请前往 GitHub 提 Issues。