Stripchat Native Fullscreen - Smart Exit

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

ผู้เขียน
Monge
จำนวนติดตั้งประจำวัน
0
จำนวนติดตั้งทั้งหมด
2
คะแนน
0 0 0
เวอร์ชัน
1.7
สร้างเมื่อ
02-05-2026
อัปเดตเมื่อ
02-05-2026
Size
2.53 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ

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