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.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
AliensStoleMyAntibodies
Dnevne instalacije
0
Ukupno instalacija
6
Ocene
0 0 0
Verzija
1.0.0
Napravljeno
14. 03. 2026
Ažurirano
14. 03. 2026
Size
9,1 КБ
Licenca
MIT
Važi za
All sites

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