Kick Player Quality Changer (one-shot)

Auto-pick your preferred quality on Kick exactly once per stream/VOD.

作者
Fahd Abdelhalim
日安装量
0
总安装量
0
评分
0 0 0
版本
0.3.0
创建于
2025-09-02
更新于
2025-09-02
大小
6.7 KB
许可证
MIT
适用于

📺 Kick Player Quality Changer

This userscript automatically sets your preferred video quality on Kick.com streams and VODs. No more clicking the settings cog every time you join a new stream — your chosen quality is applied once per video, then the script leaves it alone.


✨ Features

  • Automatically selects your chosen quality (e.g., 1080p60, 720p, 480p, 360p).
  • One-shot behavior: applies only once per stream/VOD, does not keep spamming the menu.
  • Supports both live streams and VODs.
  • Handles Kick’s single-page navigation (no reloads needed).
  • Falls back gracefully to the closest or lowest available quality if your exact choice is missing.


⚙️ How it Works

  1. Detects the active Kick video player on the page.
  2. Finds the settings cog inside the player controls (not your profile menu).
  3. Opens the quality menu and applies your preferred resolution once.
  4. Closes the menu again automatically.


🔧 Setup

Open the script and change this line to your preferred quality:

 const PreferredQuality = "360p"; 

Valid options: 1080p60, 1080p, 720p60, 720p, 480p, 360p.


🚫 Notes

  • This script only works on kick.com streams and VODs.
  • It will not affect Twitch or other video sites.
  • If Kick changes their player layout, selectors may need updating.


📜 License

Released under the MIT License.