Greasy Fork is available in English.

Kharus Raid Patch

for Kharus Raid

Od 28.12.2016.. Pogledajte najnovija verzija.

// ==UserScript==
// @name        Kharus Raid Patch
// @namespace   Kharus Raid Patch
// @match       https://kharus.com/battle/raid*
// @match       http://kharus.com/battle/raid*
// @description:en for Kharus Raid
// @version     20161228.001

// @description for Kharus Raid
// ==/UserScript==

function RaidPatch() {
if(!$(".btn-success").hasClass("hide")){
alert ("숨었네");
}
setInterval(RaidPatch, 15000);