Hacker News (ycombinator) more readable

Forcing width to 35%

Από την 09/03/2020. Δείτε την τελευταία έκδοση.

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

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