Greasemonkey overrides the original CSS style sheet GM start interface

Search with Ctrl + F Last updated: 2022-08-16

Greasemonkey covers the original CSS style sheet GM start interface


// @grant unsafeWindow

// @grant GM_ addStyle


...


let style = "text.label{font-size:200%};"

GM_ addStyle(style)



Note: the interface function beginning with GM needs grant authorization