// ==UserScript== // @name 中国电信改桥接 // @namespace http://tampermonkey.net/ // @version 1.0.0 // @author 鸡景行 // @match http://192.168.1.1/* // @grant none // @license MIT // @description 666 // @downloadURL none // ==/UserScript== (function() { document.getElementById("mainFrameid").src="ctwanconfig.html"; })();