mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: adjust conditions for skipping startShadowDOMStyleInjection()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user