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