diff --git a/src/contentScripts/index.ts b/src/contentScripts/index.ts index 84370e21..4e42ab5d 100644 --- a/src/contentScripts/index.ts +++ b/src/contentScripts/index.ts @@ -213,7 +213,9 @@ function injectApp() { } function startShadowDOMStyleInjection() { - if (isHomePage() && !isSupportedPages()) + if (isHomePage()) + return + if (!isSupportedPages()) return // Create a MutationObserver to watch for Shadow DOM additions