Stripchat Native Fullscreen - Smart Exit

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

Vous devrez installer une extension telle que Tampermonkey, Greasemonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Violentmonkey pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey ou Userscripts pour installer ce script.

Vous devrez installer une extension telle que Tampermonkey pour installer ce script.

Vous devrez installer une extension de gestionnaire de script utilisateur pour installer ce script.

(J'ai déjà un gestionnaire de scripts utilisateur, laissez-moi l'installer !)

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension telle que Stylus pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

Vous devrez installer une extension du gestionnaire de style pour utilisateur pour installer ce style.

(J'ai déjà un gestionnaire de style utilisateur, laissez-moi l'installer!)

Auteur
Monge
Installations quotidiennes
0
Installations (total)
2
Notes
0 0 0
Version
1.7
Créé
02/05/2026
Mis à jour
02/05/2026
Taille
2,53 ko
Licence
N/A
S'applique à

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