move army

shine bright like a diamond

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name       move army
// @namespace  Tr0ubl3
// @version    1.0
// @description  shine bright like a diamond
// @match      http://*.imperiaonline.org/imperia/game_v5/game/village.php
// @copyright  2014, shine bright like a diamond
// ==/UserScript==

function addJQuery(callback) {
    var script = document.createElement("script");
    script.setAttribute("src", "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js");
    script.addEventListener('load', function() {
        var script = document.createElement("script");
        script.textContent = "window.jQ=jQuery.noConflict(true);(" + callback.toString() + ")();";
        document.body.appendChild(script);
    }, false);
    document.body.appendChild(script);
}
document.body.style.background = 'orange';
setInterval(
function checker(){
    if(document.getElementsByClassName('incoming province')[0] != null){
    xajax_changeProvArrow(1,1)    
    xajax_premiumMoveAll(1)
    xajax_premiumMoveAll(2)
    xajax_premiumMoveAll(3)
    xajax_transport_all(containersStuff.findContaner({saveName:'transportation',title:'Òðàíñïîðòíè ìèñèèè'}));
    document.body.style.background = 'red';
        }
    //xajax_settings(2,0,'',true)
    xajax_find_babysit(1, 1);
},5000);