Video Player AutoConfig

Automatically enforces playback speed, preferred quality, fullscreen, and mute state on many streaming sites. Works across multiple hosts and mirrors without site‑specific configuration. Inspired by Ghoste's HiAnime Auto 1080p script.

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
AliensStoleMyAntibodies
1日のインストール数
0
累計インストール数
6
評価
0 0 0
バージョン
1.0.0
作成日
2026/03/14
更新日
2026/03/14
大きさ
9.1KB
ライセンス
MIT
対象サイト
すべてのサイト

JW Player AutoConfig by AliensStoleMyAntibodies

This script can be used to apply the set configurations by default on any JW Video player instance you encounter.


Options:

pauseOnFocusLoss: When true pauses video player when you stop looking at it and resumes it when the video player becomes visible again. Set on line 19 default false

autoFocus: Automatically focuses on the video player when resumed or played from a keyboard shortcut. Set on line 22 default false

autoUnmute: Automatically unmutes the video when playback starts. This may be prone to unwanted effects on advertisements. Set on line 25 default false

autoFullscreen: Automatically fullscreens the video player when the video starts. Doesn't work with HiAnime's auto next. Set on line 28 default false.

playbackQuality: Automatically sets the video quality. Won't work on sites which deliberately don't expose the JW player public api or don't have that quality availible. Set on line 34 default 1080

playbackRate: Automatically sets the speed the video is played at. Some player GUI's won't allow you to change this later so be careful. Set on line 31 default 1

Inspired by HiAnime Auto 1080p by @Ghoste