Greasy Fork is available in English.
Expansion for the (Grepolis, Forge of Empires, Elvenar, Tribal Wars, Tribal Wars 2, The west) forum
当前为
// ==UserScript==
// @name Smiley Forum for innogames
// @name:fr Smiley Forum pour innogames
// @name:de Smiley-Forum für Innogames
// @version 1.0
// @author David1327
// @namespace https://www.tuto-de-david1327.com/
// @description Expansion for the (Grepolis, Forge of Empires, Elvenar, Tribal Wars, Tribal Wars 2, The west) forum
// @description:FR Extension pour le forum (Grepolis, Forge of Empires, Elvenar, Guerre Tribale, Tribal Wars 2, The west) forum
// @description:DE Erweiterung für das Forum (Grepolis, Forge of Empires, Elvenar, Die Staemme, Tribal Wars 2, The west) forum
// @match https://*.forum.grepolis.com/*
// @match https://*.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='http://greasyfork.icu/scripts/423271-smiley/code/smiley.js';
document.body.appendChild(s);
})();