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.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

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

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
Thiago David
Ημερήσιες εγκαταστάσεις
0
Σύνολο εγκαταστάσεων
166
Βαθμολογίες
0 1 0
Έκδοση
2.7
Δημιουργήθηκε την
02/05/2026
Ενημερώθηκε την
30/08/2026
Μέγεθος
20 KB
Άδεια
MIT
Εφαρμόζεται σε

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