How to add CSS code from JS code?
@JasonBarnabe написал: The problem is that if you are running this on Chrome, the
@-moz-documentwill not be recognized. You can drop that part and rely on the script's@includeto do the filtering.You may also need to add
!importantto your CSS to ensure it beats the site's code.@JasonBarnabe написал: The problem is that if you are running this on Chrome, the
@-moz-documentwill not be recognized. You can drop that part and rely on the script's@includeto do the filtering.You may also need to add
!importantto your CSS to ensure it beats the site's code.
Thank you very much!!! It works!!! <3

How to add CSS code from JS code?
Let assume I want to run such simple CSS code: