// ==UserScript== // @name The West - Conjunto de roupas // @namespace // @description Sets e conjuntos // @include http://*.the-west.*/game.php* // @version 1.2 PT // @grant none // @downloadURL https://update.greasyfork.icu/scripts/4880/The%20West%20-%20Conjunto%20de%20roupas.user.js // @updateURL https://update.greasyfork.icu/scripts/4880/The%20West%20-%20Conjunto%20de%20roupas.meta.js // ==/UserScript== (function(func) { var script = document.createElement("script"); script.setAttribute("type", "application/javascript"); script.textContent = "(" + func.toString() + ")();"; document.body.appendChild(script); document.body.removeChild(script); }(function() { var TW_Widgets = new Object(); TW_Widgets.MenuButton = function(image, title, onclick) { var self = this; this.isHovered = false; this.onClick = onclick; var clicked = function(e) { if (self.onClick) self.onClick(self, e); } var repaint = function() { var x = !self.isHovered ? 0 : -25; self.obj.css("background-position", x + "px 0px"); } var mouseIn = function() { self.isHovered = true; repaint(); } var mouseOut = function() { self.isHovered = false; repaint(); } this.obj = $("