您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Expansion for the (Grepolis, Forge of Empires, Elvenar, Guerre Tribale, the west) forum
当前为
// ==UserScript== // @name Smiley Forum for innogames // @version 0.0.4 // @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.com/*.php* // @include https://forum.*.forgeofempires.com/*.php* // @include https://*.forum.elvenar.com/*.php* // @include https://forum.guerretribale.*/*.php* // @include https://*.forum.tribalwars2.com/*.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'; document.body.appendChild(s); })();