NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name gaia jet remover
// @namespace kittyfluff
// @version 0.35
// @match *.gaiaonline.com/*
// ==/UserScript==
// removes the cash kitten-icon ¬_¬
var ga = document.getElementById("gcash-discount-module"),
ta = document.getElementsByClassName("override-icon"),
xa = 0;
if (ga) { / check if sale is
ga.style.display = "none";
}
for (xa = 0; xa < ta.length; xa++) {
if (ta[xa].href.search(/payments/) !== -1 || ta[xa].title.match(/(cash|sale)/i)) {
ta[xa].setAttribute("style", "display: none !important");
break;
}
} // this portion is in case the old glittering jet returns