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; })();