You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The content script can't access .cssRules of cross-origin stylesheets, while the background page should be in theory (if not it could at least fetch() and parse it with a parser).
The text was updated successfully, but these errors were encountered:
I've run into this exact issue as well, it'll manifest itself in the console with this error: CSSStyleSheet.rules getter: Not allowed to access cross-origin stylesheet
The content script can't access
.cssRules
of cross-origin stylesheets, while the background page should be in theory (if not it could at leastfetch()
and parse it with a parser).The text was updated successfully, but these errors were encountered: