DIO-TOOLS

DIO-Tools is a small extension for the browser game Grepolis. (unit counter, unit strength, smiley box, trade options, improved boxes (commands, trades & spells), ww share & changes to the UI)

2014-06-02 يوللانغان نەشرى. ئەڭ يېڭى نەشرىنى كۆرۈش.

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 or Violentmonkey 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		DIO-TOOLS
// @namespace	DIO
// @version		0.214
// @description DIO-Tools is a small extension for the browser game Grepolis. (unit counter, unit strength, smiley box, trade options, improved boxes (commands, trades & spells), ww share & changes to the UI)
// @include		http://*.grepolis.com/game*
// @include		http://*forum.*.grepolis.com/*.php*
// @require		http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js

// @icon		http://s7.directupload.net/images/140128/vqchpigi.gif
// @iconURL		http://s7.directupload.net/images/140128/vqchpigi.gif
// @copyright	2013+, DIONY
// ==/UserScript==


//http://de44.grepolis.com/cache/js/libs/jquery-1.10.2.min.js


/*******************************************************************************************************************************
 * Changes
 * ----------------------------------------------------------------------------------------------------------------------------
 * | ● TradeButton erscheint nichtmehr während der Bauphase eines WW's
 * | ● Layoutänderungen im Forum für die Smileybox im Editor angepasst (gab Probleme bei anderen Märkten)
 * | ● Ausnahme: Deutsche Schildersmileys (Dafuer/Dagegen) werden in anderen Märkten durch englische Pendants ersetzt
 * | ● Extrasmiley im Forum hinzugefügt
 * | ● Kontextmenü: Vertauscht die Positionen von "Stadtübersicht" und "Stadt selektieren"
 * | ● Extrasmiley im Forum hinzugefügt
 * | ● Verteidigungsformular: Ohne "Uhr" bei anderen Märkten
 * ----------------------------------------------------------------------------------------------------------------------------
 *******************************************************************************************************************************/

/*******************************************************************************************************************************
 * Bugs / TODOs
 * ----------------------------------------------------------------------------------------------------------------------------
 * | ● Beim WW Garten wird der Next-Button falsch positioniert
 * | ● Aktivitätsbox für Angriffe blendet nicht aus
 * | ● Smileys verschwinden manchmal? -> bisher nicht reproduzierbar
 * | ● Stadticons werden nicht sofort geladen
 * | ● ...
 * ----------------------------------------------------------------------------------------------------------------------------
 *******************************************************************************************************************************/

/*****************************************************************