您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
666
// ==UserScript== // @name 中国电信改桥接 // @namespace http://tampermonkey.net/ // @version 1.0.2 // @author 鸡景行 // @match http://192.168.1.1/* // @grant none // @license MIT // @description 666 // ==/UserScript== // ==UserScript== // @name 中国电信改桥接 // @namespace http://tampermonkey.net/ // @version 1.0.1 // @author 鸡景行 // @match http://192.168.1.1/* // @grant none // @license MIT // @description 666 // ==/UserScript== (function() { var bdd = "'BY:鸡景行'"; var bddf = '<td id="f17" bgcolor="#EF8218" align="middle" class="Fstmenutd"><a class="Fstmenuoff" href="ctwanconfig.html" target="mainFrame" onclick="window.alert('+ bdd + '); ">改桥接</a></td>'; document.getElementById("f17").innerHTML=bddf; })();