Always Autoplay Embedded YouTube

Always autoplay embedded YouTube video

// ==UserScript==
// @name        Always Autoplay Embedded YouTube
// @namespace   AlwaysAutoplayEmbeddedYouTube
// @description Always autoplay embedded YouTube video
// @author      jcunews
// @include     https://www.youtube.com/embed?*
// @include     https://www.youtube.com/embed/*
// @version     1.0.0
// @grant       none
// ==/UserScript==

if (!(/[?&]autoplay=1/).test(location.search)) {
  document.querySelector(".ytp-large-play-button").click();
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址