Skip to content

Latest commit

 

History

History
 
 

insert-css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

insert-css.js

Defines insertCss() function which injects a snippet of CSS into the current page. After running the snippet, you can call it as follows: insertCss('span { color: red !important; }');

insert-css