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 frominsertCSS(css). Signature:
removeInsertedCSS(key: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key of the inserted CSS to remove. |
Returns: void