Hacker News (ycombinator) more readable

Forcing width to 35%

As of 2020-03-09. See the latest version.

// ==UserScript==
// @name           Hacker News (ycombinator) more readable
// @description    Forcing width to 35%
// @version        1
// @include        https://news.ycombinator.com/*
// @namespace https://greatest.deepsurf.us/users/153157
// ==/UserScript==

document.getElementById('hnmain').style.width = '35%';