/operate/ - Endchan Operations
Let us know what's up
Boards | Catalog | Bottom
Remember to follow the rules
Max file size: 350.00 MB
Max files: 5
Max message length: 4096
Message too long. Click here to view full text.
// UserScript// @name font// @namespace Violentmonkey Scripts// @match *://endchan.org/*// @match *://endchan.net/*// @match *://endchan.xyz/*// @grant GM_addStyle// /UserScriptGM_addStyle (".innerPost, .innerOP { font-size: 15px; } .divMessage { margin: 35px; margin-top: 25px; margin-bottom: 15px; font-size: 16px; }");