Stripchat Native Fullscreen - Smart Exit

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

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

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

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Monge
Instalaciones diarias
1
Instalaciones totales
6
Calificaciones
0 0 0
Versión
1.7
Creado
2/5/2026
Actualizado
2/5/2026
Tamaño
2,53 KB
Licencia
Desconocida
Funciona en

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