Greasy Fork

Smiley Forum for innogames

Expansion for the (Grepolis, Forge of Empires, Elvenar, Guerre Tribale, the west) forum

当前为 2021-03-16 提交的版本,查看 最新版本

// ==UserScript==
// @name		Smiley Forum for innogames
// @version		0.0.1
// @author		David1327
// @namespace		https://www.tuto-de-david1327.com/
// @description		Expansion for the (Grepolis, Forge of Empires, Elvenar, Guerre Tribale, the west) forum
// @include		https://*.forum.grepolis*/*.php*
// @include		https://forum.*.forgeofempires.*/*.php*
// @include		https://*.forum.elvenar.*/*.php*
// @include		https://forum.guerretribale.*/*.php*
// @include		https://forum.guerretribale2.*/*.php*
// @include		https://forum.the-west.*/*.php*
// @grant		none
// ==/UserScript==
(function(){
 var s=document.createElement('script');
 s.type='text/javascript';
 s.src='https://greasyfork.org/scripts/423271-smiley/code/smiley.js?version=911430';
 document.body.appendChild(s);
})();