// ==UserScript== // @name hackers-news // @namespace https://ift.tt/ZWeiT4 // @version 0.1 // @description improve readability of HN on PC // @author You // @match https://ift.tt/37Ofn5B // @grant none // ==/UserScript==
(function() { 'use strict';
// Your code here...
let style = document.createElement('style');
style.textContent = `
body > center > table { max-width: 40em } a,td,.comment { font-size: 1.25em; line-height: 1.6; } `; document.body.append(style); })();
Comments URL: https://news.ycombinator.com/item?id=22388282
Points: 1
# Comments: 0
from Hacker News: Newest https://ift.tt/2PegZiy
0 comments:
Post a Comment