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.

发表回复

登录以发表回复。