Smiley Forum for innogames

Expansion for the forum (Grepolis, Forge of Empires, Elvenar, Tribal Wars, Tribal Wars 2, The west)

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		Smiley Forum for innogames
// @name:fr		Smiley Forum pour innogames
// @name:de		Smiley-Forum für Innogames
// @version		1.1
// @author		David1327
// @namespace	https://www.tuto-de-david1327.com/
// @description	Expansion for the forum (Grepolis, Forge of Empires, Elvenar, Tribal Wars, Tribal Wars 2, The west)
// @description:FR	Extension pour le forum (Grepolis, Forge of Empires, Elvenar, Guerre Tribale, Tribal Wars 2, The west)
// @description:DE	Erweiterung für das Forum (Grepolis, Forge of Empires, Elvenar, Die Staemme, Tribal Wars 2, The west)
// @match		https://*.forum.grepolis.com/*
// @match		https://forum.*.forgeofempires.com/*
// @match		https://*.forum.elvenar.com/*
// @match		https://forum.guerretribale.fr/*
// @match		https://forum.tribalwars.net/*
// @match		https://forum.die-staemme.de/*
// @match		https://*.forum.tribalwars2.com/*
// @match		https://forum.the-west.fr/*
// @match		https://forum.the-west.de/*
// @match		https://forum.the-west.net/*
// @match		https://forum.beta.the-west.net/*
// @match		https://forum.the-west.*.com/*
// @icon64		https://www.tuto-de-david1327.com/medias/images/smiley-emoticons-smilenew.gif
// @grant		none
// ==/UserScript==
(function(){
 var s=document.createElement('script');
 s.type='text/javascript';
 s.src='https://greasyfork.org/scripts/423271-smiley/code/smiley.js';
 document.body.appendChild(s);
})();