您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
The West Animation beim Oktoberfest entfernen
// ==UserScript== // @name The West Animation entfernen // @namespace * // @include http://*.the-west.*/game.php* // @description The West Animation beim Oktoberfest entfernen // @version 1 // ==/UserScript== west.wof.WofOctoberWindow.prototype.doBuild = function() { var data = { payid: this.buildPayHandler.getSelectedPayId(), enhance: this.buildPayHandler.getSelectedEnhance() }; this.wof.process("build", data, function(resp) { Character.setNuggets(parseInt(resp.nuggets)); //GambleWindow.init(resp, this); this.constructions[resp.construction_id].setBuildTime(resp.finish_date).setFailed(resp.failed); if (resp.stage != undefined) this.constructions[resp.construction_id].setBuildingStage(resp.building_stage); this.btnHalve.enable(); this.wof.mode.summaryStage = resp.summaryStage; this.wof.mode.ranking = resp.ranking; this.updateSummary(); this.updateRanking(); }.bind(this), this.window_); };