让openwrt自动选择并应用可用节点,tampermonkey插件

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

上一篇:docker 进入 mysql中的操作


下一篇:centos7 使用 mariadb 10.6.4 意外错误