Stripchat Auto Quality

Automatically sets the highest available video quality on Stripchat. Uses React Fiber internals to interact with the native player controls — no synthetic clicks needed. Includes smart retry logic and a manual ⚙️ MaxQ button.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
Thiago David
Dziennych instalacji
3
Wszystkich instalacji
169
Oceny
0 2 0
Wersja
2.7
Utworzono
02-05-2026
Zaktualizowano
30-08-2026
Rozmiar
22,1 KB
Licencja
MIT
Dotyczy

# Stripchat Auto Quality

Automatically selects and maintains the highest fixed video quality available in Stripchat rooms.

## Features

- Selects the highest numeric quality currently offered by the broadcaster.
- Supports standard resolutions and FPS variants, such as 1080p60, 1080p, 960p, 720p60, 720p, 540p, 480p, and 360p.
- Reads the player’s direct quality controls for accurate selection across different player layouts, including Ultra-low Latency mode.
- Prioritizes the player’s native React handlers, with a compatibility fallback when needed.
- Verifies the active selection to avoid unnecessary quality changes and player flickering.
- Retries during player startup and periodically rechecks the selected quality for unexpected downgrades.
- Includes a manual **⚙️ MaxQ** button to force a new quality check at any time.
- Supports Stripchat’s dynamic room navigation.
- Lightweight: pure Vanilla JavaScript with no external dependencies.

## How It Works

When a room player becomes available, the script opens the quality menu, finds the highest available fixed resolution, selects it, and closes the menu. It then monitors the player and re-applies the preferred quality when necessary.

## Notes

- The script can only select qualities that the broadcaster currently offers.
- It cannot increase the source stream quality or override limitations imposed by the broadcaster, network, browser, or platform.
- The script prefers a fixed quality over **Auto** whenever a manual quality option is available.
- Ultra-low Latency mode may expose a different menu layout; the script detects the direct resolution controls instead of relying on menu position.