Stripchat Native Fullscreen - Smart Exit

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

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey, Greasemonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да инсталирате разширение, като например Tampermonkey .

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Violentmonkey.

За да инсталирате този скрипт, трябва да имате инсталирано разширение като Tampermonkey или Userscripts.

За да инсталирате скрипта, трябва да инсталирате разширение като Tampermonkey.

За да инсталирате този скрипт, трябва да имате инсталиран скриптов мениджър.

(Вече имам скриптов мениджър, искам да го инсталирам!)

Advertisement:

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да инсталирате разширение като Stylus.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

За да инсталирате този стил, трябва да имате инсталиран мениджър на потребителски стилове.

(Вече имам инсталиран мениджър на стиловете, искам да го инсталирам!)

Advertisement:

Автор
Thiago David
Инсталации дневно
0
Инсталации общо
40
Рейтинг
0 0 0
Версия
1.7
Създаден
02.05.2026
Обновен
02.05.2026
Размер
3 КБ
Лиценз
Няма
Работи на

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