CSS.disable
Disables the CSS agent for the given page.
{ "id": 1, "method": "CSS.disable" }
{ "id": 1, "result": {} }
const result = await send('CSS.disable'); console.log(result);