Closed theseanl closed 6 years ago
(new ExtendedCss(':contains(/[\\w]{9,}/) { display:none!important; }')).apply()
No error is printed in the console.
Extended selector is invalid: /) Extended selector is invalid: :contains(/[\w]
Let's change the interface of ExtendedCss, let it accept a list of selectors instead of the current interface.
Steps to reproduce:
(new ExtendedCss(':contains(/[\\w]{9,}/) { display:none!important; }')).apply()
Expected:
No error is printed in the console.
Actual: