diff options
Diffstat (limited to 'src/content/content.js')
-rw-r--r-- | src/content/content.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/content.js b/src/content/content.js index 9e40cc1..8ab3654 100644 --- a/src/content/content.js +++ b/src/content/content.js @@ -180,7 +180,6 @@ async function init(oldPage = false) { if (canScript) { if (oldPage) { probe(); - setTimeout(() => init(), 200); return; } if (!shouldScript && |