I really appreciate the plain HTML too, but it can be a bit ugly, and too wide on my monitor. I use a bookmarklet with sakura[0] to make these pages look nicer.
javascript:var head = document.head, link = document.createElement("link");link.type = "text/css";link.rel = "stylesheet";link.href = "https://unpkg.com/sakura.css/css/sakura.css";head.appendChild(link)