diff --git a/yt-auto-reject.js b/yt-auto-reject.js index 64107c0..3a798fd 100644 --- a/yt-auto-reject.js +++ b/yt-auto-reject.js @@ -20,7 +20,7 @@ async function consentMonitor() { const timeout = 100 for(var i = 0; i < retryTotal; i += timeout) { - await new Promise(r => setTimeout(r, 100)); + await new Promise(r => setTimeout(r, timeout)); var e = document.querySelector(query) if (!e) continue