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