Skip to content

ElectronWebFrame.removeInsertedCSS method

ElectronWebFrame › removeInsertedCSS

Unofficial

Removes the inserted CSS from the current web page. The stylesheet is identified by its key, which is returned from insertCSS(css).

Signature:

removeInsertedCSS(key: string): void

Parameters:

Parameter Type Description
key string The key of the inserted CSS to remove.

Returns: void