Iwara Custom Sort Extension

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

2019-02-17 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

ئاپتورى
testFox
باھا نومۇرى
0 0 0
نەشرى
0.185
قۇرۇلغان ۋاقتى
2019-02-08
يېڭىلانغان ۋاقتى
2019-02-17
Size
10.1 KB
ئىجازەتنامىسى
AGPL-3.0-or-later
قوللايدىغىنى

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)
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

The script will remember the setting you used before.

Can load multiple pages, 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.

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