NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name forum hide // @namespace http://tampermonkey.net/ // @version 0.1 // @description Hide forums // @author Limits // @match *.torn.com/* // @grant none // ==/UserScript== document.getElementById('nav-forums').remove();