NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name gaia no gcash tab // @namespace kittyfluff // @version 0.1 // @match *.gaiaonline.com/* // ==/UserScript== // no cash menu, stop with your damn cash-grabs >__< var ga = document.getElementById("gcash_menu"), ta = []; if (ga) { ga.setAttribute("style", "display: none !important"); ta = document.getElementsByClassName("megamenu-divider"); if (ta.length) { ta[1].setAttribute("style", "display: none !important"); } // no delimiter in the menu }