其他分享
首页 > 其他分享> > 让openwrt自动选择并应用可用节点,tampermonkey插件

让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/shadowsocksr

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

标签:插件,http,grant,js,GM,tampermonkey,openwrt
来源: https://blog.csdn.net/rimke/article/details/120823815