diff --git a/content/apply.js b/content/apply.js index 3a2bb2e1..f4ba996f 100644 --- a/content/apply.js +++ b/content/apply.js @@ -252,7 +252,7 @@ // so we need to detach event listeners window.removeEventListener(orphanEventId, orphanCheck, true); isOrphaned = true; - styleInjector.clear(); + setTimeout(styleInjector.clear, 1000); // avoiding FOUC tryCatch(msg.off, applyOnMessage); } })();