Greasy Fork is available in English.
Enhancements for Disney Plus video player: auto fullscreen, skip intro, skip credits, and more.
当前为 2025-11-17 提交的版本,查看 最新版本。
这些是此脚本变更过代码的版本。 显示所有版本。
feat: implement auto-play button polling and enhance dynamic button detection
feat: enhance auto-play button detection with regex patterns and fallback methods
CLICK_DELAY
clickedButtons
maintainFullscreen
isElementVisible
Escape
Ignore version 0.6.1 that I uploaded by mistake
Version 0.6.1
Refactored code to avoid repetition by extracting common functionality into separate functions.Introduced a configuration object to store and manage settings.Enhanced the settings dialog with tooltips and consistent styling for better user experience.Replaced the use of requestAnimationFrame with a MutationObserver for handling skip actions.Added error handling to catch and handle any potential errors.