Hacker News (ycombinator) more readable

Forcing width to 35%

2020/03/09のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==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%';