Disable HTML5 Video Autoplay

Stops HTML5 video autoplay on most websites, even after dynamic page changes

这些是此脚本变更过代码的版本。 显示所有版本。

  • v1.2 2025-07-27
    • Update homepage url

    https://greasyfork.org/en/scripts/543737-disable-html5-video-autoplay

  • v1.1 2025-07-27
    • Autoplay pause now waits for <video> to exist before triggering.

    • Detects SPA navigation, including YouTube recommended video clicks.

    • Hooks into yt-navigate-finish event for added reliability.

    • Disconnects observer after first pause to avoid interfering with manual playback.

  • v1.0 2025-07-27