javascript: if (window.location.href.split(".")[0] == "***" && game_data.player.id == "***") {
var saat = prompt("saat girin", "");
var dizi = saat.split(" ");
var tarih = new Date(dizi[0], dizi[1] - 1, dizi[2], dizi[3], dizi[4], dizi[5], dizi[6]);
var ssati = (tarih.getTime() - Timing.offset_to_server) / 1e3 - (Timing.offset_from_server - Timing.offset_to_server) / 1e3;
var duration = $(".relative_time").data("duration");
$("#content_value h2").html(saat.toString());
window.setInterval(function () {
gonder();
}, 1);
function gonder() {
var zaman = Timing.getCurrentServerTime() / 1e3 + duration;
if (ssati <= zaman) {
$("#troop_confirm_submit").click();
}
}
}aldığım hata tam olarak şuThrottling navigation to prevent the browser from hanging. See crbug.com/1038223. Command line switch --disable-ipc-flooding-protection can be used to bypass the protection
