Greasy Fork

中国电信改桥接

666

目前为 2023-04-01 提交的版本。查看 最新版本

// ==UserScript==
// @name         中国电信改桥接
// @namespace    http://tampermonkey.net/
// @version      1.0.0
// @author       鸡景行
// @match        http://192.168.1.1/*
// @grant        none
// @license MIT
// @description 666
// ==/UserScript==

(function() {
document.getElementById("mainFrameid").src="ctwanconfig.html";
})();