Opengist Logo 清羽飞扬の代码片段

Explore

  • All gists
  • Topics
  • Users
个人主页 站长博客
Give feedback on the new UI Powered by Opengist ⋅ 25ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
p

proxy

Recently created Least recently created Recently updated Least recently updated
LiuShen

LiuShen / Mihomo-Party覆写脚本

Last active 2 months ago clash javascript mihomo proxy sparkle

自用Mihomo-Party覆写脚本,用于实现自定义分组

0 0 1
1 // Define the `main` function
2
3 const proxyName = "代理模式";
4
5 function main (params) {
6 if (!params.proxies) return params;
7 overwriteRules (params);
8 overwriteProxyGroups (params);
9 overwriteDns (params);
10 return params;
LiuShen

LiuShen / FLClash覆写脚本

Last active 2 months ago clash lavascript proxy

专用于FLClash客户端的覆写脚本,用于分类

0 0 1
1 function main(config) {
2 config["proxy-groups"] = [
3 {
4 name: "节点选择",
5 icon: "https://testingcf.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Proxy.png",
6 type: "select",
7 proxies: [
8 "自动选择", "香港节点", "台湾节点", "狮城节点", "美国节点", "日本节点", "韩国节点", "其他节点", "手动切换", "DIRECT"
9 ]
10 },