Disable YouTube Mobile Auto-Pause

try to take over the world!

// ==UserScript==
// @name         Disable YouTube Mobile Auto-Pause
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://m.youtube.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.onblur = function() { document.getElementsByClassName('html5-video-container')[0].click(); }
})();

QingJ © 2025

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