NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Change max width // @namespace // @version 1.0 // @description Make the width a lil smaller // @include http://nextgenupdate.com/forums/* // @include http://www.nextgenupdate.com/forums/* // @exclude http://www.nextgenupdate.com/forums/shoutbox-iframe.php // @copyright 2014-2015 an0ny // @author An0ny // @run-at document-start // ==/UserScript== var link = window.document.createElement('link'); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = 'http://pastebin.com/raw.php?i=VDueBnZn'; document.getElementsByTagName("HEAD")[0].appendChild(link);