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, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

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

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Thiago David
1日のインストール数
2
累計インストール数
193
評価
0 1 0
バージョン
2.7
作成日
2026/05/02
更新日
2026/08/30
大きさ
22.1KB
ライセンス
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.