Greasy Fork

Greasy Fork is available in English.

Smiley Forum for innogames

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

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==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='http://greasyfork.icu/scripts/423271-smiley/code/smiley.js';
 document.body.appendChild(s);
})();