insertCSS

abstract fun insertCSS(css: String, options: InsertCSSOptions = definedExternally): String(source)

A key for the inserted CSS that can later be used to remove the CSS via webFrame.removeInsertedCSS(key).

Injects CSS into the current web page and returns a unique key for the inserted stylesheet.