Agree, had to pop this into chrome devtools to get through the page:
let newStyle = document.createElement('style'); newStyle.innerHTML = 'body { font-family: "Verdana"; background-color: #eee}'; document.head.appendChild(newStyle);