Greasy Fork is available in English.

Iwara Custom Sort

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

Versione datata 14/08/2019. Vedi la nuova versione l'ultima versione.

Autore
testFox
Valutazione
0 0 0
Versione
0.206
Creato il
08/02/2019
Aggiornato il
14/08/2019
Licenza
AGPL-3.0-or-later
Applica a

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.0 + 1) + Math.log(likes) / 250) / (image + 8.0)'
Math.log is a javascript built-in logarithm 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 has been tested on:

Tampermonkey and Greasemonkey on Firefox
Tampermonkey on Chrome

Images and galleries tend to have higher likes/views ratio, possibly due to their content being more in line with people's expectation from seeing their thumbnails.

Privated posts with less views might have higher likes/views ratio due to the fact that a large portion of their views comes from the creator's friends.

Likes/views ratio of a post tends to go down as it gains views, due to the fact that most of the views are from people outside of the creator's followers, either due to the attractive thumbnail, title, statistics preview, exposures on the ranking pages or search engine results, or the sheer force of time.