Iwara Custom Sort

Automatically sort teaser images on /videos, /images, /subscriptions, /users, and sidebars using customizable sort function. Can load and sort multiple pages at once.

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

작성자
testFox
평점
0 0 0
버전
0.190
생성일
2019-02-08
갱신일
2019-02-21
크기
10.5KB
라이선스
AGPL-3.0-or-later
적용 사이트

Can load multiple pages at once, additional videos will be dynamically loaded to the page with the sorted order
, and the pagination links at the bottom of a page will change their URL and presentation accordingly.

Can be used together with "Iwara Extension Script", another userscript.

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)
image (If it's an image :1 or else :0)
gallery (If it's a gallery of multiple images :1 or else :0)
private (If it's privated :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

Click the "default" button to restore the default value.

The script will remember the setting you used before.

Require a userscript extension competible with Greasemonkey >= 4.0.

Multipage loading have tested on:

Tampermonkey and Greasemonkey on Firefox
Tampermonkey on Chrome

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