Stripchat Native Fullscreen - Smart Exit

Aciona o fullscreen nativo, mas permite sair e respeita a decisão do usuário.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
Monge
1日のインストール数
2
累計インストール数
4
評価
0 0 0
バージョン
1.7
作成日
2026/05/02
更新日
2026/05/02
大きさ
2.53KB
ライセンス
不明
対象サイト

Enjoy the show without the distractions.
This script automates the transition to native fullscreen mode on Stripchat while maintaining full control over your browsing experience. Unlike "Force Fullscreen" scripts that trap you in a loop, this version uses intelligent state management to understand when you want to be in fullscreen and when you've chosen to leave.

Key Features:

Smart Exit Detection: The script listens for the browser's fullscreenchange event. If you exit fullscreen manually (via the Esc key or the site's button), it recognizes your intent and stops auto-triggering until you either refresh the page or use the manual shortcut.

Seamless Activation: Due to browser security restrictions, scripts often cannot trigger fullscreen automatically. This script "hitches a ride" on your first click anywhere on the page to trigger the mode instantly and naturally.

Native Compatibility: Because it triggers the site's own native fullscreen button, it doesn't break the UI. Your audio controls, resolution menus (HD), and interactive overlays will continue to work perfectly.

Manual Override Shortcut: Press 'T' on your keyboard to manually toggle the fullscreen mode. This also resets the "Auto" logic if you previously exited manually.

Performance Focused: Built with a lightweight MutationObserver, ensuring zero lag while navigating between different rooms.

How to use:

Install the script.

Open any Stripchat room.

Click anywhere on the page (or on the player to unmute) and the script will automatically expand the video to fullscreen.

If you need to check other tabs, just hit Esc. The script won't force you back into fullscreen until you tell it to.

Changelog / Version Notes:
v1.7: Stable release. Added userExited state management to prevent infinite fullscreen loops and implemented the 'T' keybind for manual control.

Technical Note for Greasy Fork:
"This script is designed to be compatible with standard resolution-switching scripts. It does not manipulate the DOM directly with CSS position: fixed, avoiding the common 'blocked menu' bugs found in other fullscreen tools."