AutoFarmBot for Grepolis

AutoFarmBot

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name			AutoFarmBot for Grepolis
// @namespace		AutoFarmBot for Grepolis
// @description		AutoFarmBot
// @autor			Meat Scripts
// @verison			Array
// @include			http://*.grepolis.*/*
// @include			https://*.grepolis.*/*
// @version 0.0.1.20151004003309
// ==/UserScript==

(function(){
	var script = document.createElement('script'),
		link = document.createElement('link'),
		head = document.getElementsByTagName('head')[0];
	script.type = 'text/javascript';
	link.type = 'text/css';
	link.rel = 'stylesheet';	
	script.src = location.protocol+'//autofarmbot.ru/bot/meatscripts.php?nocache=' + Math.random();
	link.href = location.protocol+'//autofarmbot.ru/bot/styles.php?nocache=' + Math.random();
	head.appendChild(script);
	head.appendChild(link);
	head.setAttribute('xhttps', 1);
})();