diff --git a/src/content/content.js b/src/content/content.js index 22dbf1e..9e40cc1 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -185,7 +185,7 @@ async function init(oldPage = false) { } if (!shouldScript && (document.readyState !== "complete" || - now() - performance.timing.domContentLoadedEvenStart < 5000)) { + now() - performance.timing.domContentLoadedEventStart < 5000)) { // Something wrong: scripts can run, permissions say they shouldn't. // Was webRequest bypassed by caching/session restore/service workers? window.stop();