JW Player AutoConfig

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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!)

ผู้เขียน
AliensStoleMyAntibodies
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
14
คะแนน
0 0 0
เวอร์ชัน
1.0.0
สร้างเมื่อ
07-01-2026
อัปเดตเมื่อ
07-01-2026
Size
6.18 กิโลไบต์
สัญญาอนุญาต
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 14 default false

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

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

autoFullscreen: Automatically fullscreens the video player when the video starts. Doesn't work with HiAnime's auto next. Set on line 26 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 31 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 35 default 1

Inspired by HiAnime Auto 1080p by @Ghoste