Anonymous 01/01/2019 (Tue) 04:54 No.10223 del
>>10218
in the meantime

// UserScript
// @name font
// @namespace Violentmonkey Scripts
// @match *://endchan.org/*
// @match *://endchan.net/*
// @match *://endchan.xyz/*
// @grant GM_addStyle
// /UserScript
GM_addStyle (".innerPost, .innerOP { font-size: 15px; } .divMessage { margin: 35px; margin-top: 25px; margin-bottom: 15px; font-size: 16px; }");