Blacklisting
I have a widget that injects into every page. Is there a way to blacklist specific domains? On some sites it messes up styles and if I just return empty component if domain matches it still messes up the styles.
1 Reply
Hi! You can use
exclude_matches
property of PlasmoCSConfig where you define the config of your content script.