diff options
Diffstat (limited to 'src/content/content.js')
-rw-r--r-- | src/content/content.js | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |