// ==UserScript== // @name eyny自动简体 // @version 0.2 // @description 自动调整eyny论坛为简体显示(繁体用户请勿安装) // @author ff520 // @license MIT // @match *.eyny.com/* // @grant none // @namespace https://greasyfork.org/users/19329 // @downloadURL none // ==/UserScript== (function() { if (document.getElementById("StranLink") != null && document.getElementById("StranLink").innerText == "简体"){ document.getElementById("StranLink").click()} })();