r00t-err0r

Ignore "Video Paused, continue watching?"

May 6th, 2021 (edited)
703
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name         Ignore "Video Paused, continue watching?"
  3. // @version      1.337
  4. // @description  Userscript-ified version of u/hikyaaa's script
  5. // @author       r0073rr0r
  6. // @match        https://youtube.com/*
  7. // @match        https://www.youtube.com/*
  8. // @match        http://youtube.com/*
  9. // @match        http://www.youtube.com/*
  10. // @updateURL    https://pastebin.com/raw/mbM9rqhH
  11. // @downloadURL  https://pastebin.com/raw/mbM9rqhH
  12. // @grant        none
  13. // ==/UserScript==
  14. !function(){let e=new Event("click");setInterval(()=>{if(Array.from(document.querySelectorAll(".ytd-popup-container"))[1]){document.querySelector("#confirm-button").dispatchEvent(e)}},1337)}();
Add Comment
Please, Sign In to add comment