logoalt Hacker News

rclevengyesterday at 3:50 PM0 repliesview on HN

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);