Kick Player Quality Changer (one-shot)

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

Autor
Fahd Abdelhalim
Instalaciones diarias
0
Instalaciones totales
0
Calificaciones
0 0 0
Versión
0.3.0
Creado
02/09/2025
Actualizado
02/09/2025
Tamaño
6.67 KB
Licencia
MIT
Funciona en

📺 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.

长期地址
遇到问题?请前往 GitHub 提 Issues。