YouTube Auto Pause Blocker

Block the "Video paused. Continue watching?" popup and keep YouTube videos playing even if you are away for too long.

  1. // ==UserScript==
  2. // @name YouTube Auto Pause Blocker
  3. // @namespace https://gf.qytechs.cn/en/users/750152
  4. // @description Block the "Video paused. Continue watching?" popup and keep YouTube videos playing even if you are away for too long.
  5. // @include https://youtube.com/*
  6. // @include https://*.youtube.com/*
  7. // @version 1
  8. // @run-at document-end
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. var interval = setInterval(function() {
  13. window.wrappedJSObject._lact = Date.now();
  14. }, 300000);

QingJ © 2025

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