// ==UserScript== // @name 中国电信改桥接 // @namespace http://tampermonkey.net/ // @version 1.0.2 // @author 鸡景行 // @match http://192.168.1.1/* // @grant none // @license MIT // @description 666 // @downloadURL none // ==/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 = '改桥接'; document.getElementById("f17").innerHTML=bddf; })();