tampermonkey脚本:
// ==UserScript==
// @name openwrt 1.0
// @namespace http://www.39doo.com/
// @version 0.1
// @description try to take over the world!
// @author Rimke
// @match http://*/cgi-bin/luci/admin/services/*r
// @require http://centos7.web.home.frp6.39doo.com:88/public/js/jquery-3.4.1.js
// @require http://centos7.web.home.frp6.39doo.com:88/public/extensions/tampermonkey/openwrt.js?5
// @grant unsafeWindow
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_log
// @grant GM_deleteValue
// @grant GM_listValues
// @grant GM_info
// @grant GM_xmlhttpRequest
// @connect *
// ==/UserScript==
(function() {
(new OpenWrt).run();
})();