YouTube Theater Plus

Enhances YouTube Theater with features like Fullpage Theater, Auto Open Theater, and more, including support for the new UI.

< 腳本YouTube Theater Plus的回應

評論:正評 - 腳本一切正常

§
發表於:2025-04-22

Awesome script, thanks for it!! One small thing though, it would be nice if the distance to show the header when mousing near it, was maybe a little bit smaller and also potentially it could be debounced maybe, so it won't fire repeatedly within a short time period if doing other mouse movements near the top of the page.

§
發表於:2025-04-22

To refine the header reveal script, adjust the proximityThreshold variable to a smaller pixel value for earlier appearance. Implement a debounce function with a suitable delay (e.g., 100ms) around your mousemove event listener. This will prevent rapid triggering of the header's show/hide logic during quick mouse movements near the top of the page, resulting in a smoother user experience. Ensure your HTML has a header with an ID and corresponding CSS rules for visibility control.

發表回覆

登入以回復