Remove CSS from Website in Browser
Type this JavaScript statement into the browser's console:
document.head.parentNode.removeChild(document.head)
Type this JavaScript statement into the browser's console:
document.head.parentNode.removeChild(document.head)