←back to thread

150 points nalaginrut | 1 comments | | HN request time: 0.198s | source
1. rcleveng ◴[] No.42194995[source]
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);