Warning: fopen(/www/sites/greasyfork.cloud/index/store/forever/7fdbab9a98005e32f0bf6baa64564289.html): failed to open stream: No space left on device in /www/sites/greasyfork.cloud/index/scriptsControl.php on line 127
Smiley Forum for innogames - 源代码

Greasy Fork

Smiley Forum for innogames

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

当前为 2022-10-31 提交的版本,查看 最新版本

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