Iwara Custom Sort

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

Versão de: 12/02/2019. Veja: a última versão.

Autor
testFox
Avaliações
0 0 0
Versão
0.121
Criado
08/02/2019
Atualizado
12/02/2019
Tamanho
4,07 KB
Licença
N/A
Aplicável a

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