Greasy Fork is available in English.

Iwara Custom ソート

/videos、/images、/subscriptions、/users、/playlistとサイドバーのサムネイルを自動的にソートします。ソート方法はカスタマイズすることができます、一度に複数のページを読み込んでソートすることができます。

2019/08/14時点のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
testFox
評価
0 0 0
バージョン
0.206
作成日
2019/02/08
更新日
2019/08/14
ライセンス
AGPL-3.0-or-later
対象サイト

この記事はGoogle翻訳を使って翻訳されたの記事。

一度に複数のページを読み込む機能がある、追加の動画は動的に並べ替えられた順序でページに読み込まれます
ページ下部のリンクはそれに応じてURLと表示方法を変更します。

別のユーザースクリプト"Iwara Extension Script"と一緒に使うことができます。
「sort」ボタンの横にあるテキストボックスにカスタムソート値を指定します。
下記の変数を使用しています:
likes(like数)
views(再生数)
ratio (likes/views)
image (画像の場合は1、それ以外は0)
gallery(複数の画像のギャラリーは1、それ以外は0)
private (非公開投稿は1、それ以外は0)

例えば、デフォルト値は '(ratio /(private * 2.0 + 1)+ Math.log(likes)/ 250)/(image + 8.0)'です。
Math.logは、JavaScriptの対数関数です。

「default」ボタンをクリックしてデフォルト値に戻します。

以前の設定を記憶します。

Greasemonkey> = 4.0と互換性のあるユーザースクリプト拡張機能が必要です。
複数のページを読み込むは以下のブラウザでテストされています。

FirefoxでのTampermonkeyとGreasemonkey
Chrome上のTampermonkey

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.