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.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Thiago David
Installazioni giornaliere
3
Installazioni totali
169
Valutazione
0 2 0
Versione
2.7
Creato il
02/05/2026
Aggiornato il
30/08/2026
Dimensione
22,1 KB
Licenza
MIT
Applica a

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