NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name iRacing Membersite viewable Navigator // @namespace https://www.shupop.com/iracing/ // @description viewable iRacing membersite navigator // @author shutaro // @copyright 2020, shutaro (https://www.shupop.com/ https://openuserjs.org/users/shutaro) // @license MIT // @version 0.1 // @match https://members.iracing.com/membersite/* // @grant none // ==/UserScript== (function() { document.getElementById("tr-navigation").style.display = ""; })();