├── README.md ├── radme.assets ├── image-20220424165416503.png ├── image-20220424165458453.png ├── image-20220424165843986.png ├── image-20220424165949936.png ├── image-20220424170245946.png ├── image-20220424175445032.png ├── image-20220424175603899.png ├── image-20220424175725998.png ├── image-20220424180850645.png ├── image-20220424180946596.png ├── image-20220424181336354.png └── image-20220424181714305.png └── 圈x免流纯净通用版.conf /README.md: -------------------------------------------------------------------------------- 1 | #### 节点 2 | 3 | 导入订阅总该会吧 4 | 5 | 利用解析器然后在订阅后面添加如下 6 | 7 | ``` 8 | #regex=(?=.*(\:80|\:443))^((?!(trojan=|shadowsocks=|vless=|★★★|✰✰✰|故障|神器|清理)).)*$&rename=@免流 9 | ``` 10 | 11 | 比如你的订阅是 12 | 13 | ``` 14 | https://sub.store/download/hhh 15 | ``` 16 | 17 | 添加后是 18 | 19 | ``` 20 | https://sub.store/download/hhh#regex=(?=.*(\:80|\:443))^((?!(trojan=|shadowsocks=|vless=|★★★|✰✰✰|故障|神器|清理)).)*$&rename=@免流&host=xxx 21 | ``` 22 | 23 | 筛选出你的80,8080,443端口的节点,并且该节点不是trojan,shadowsocks,vless,并且更改了混淆为xxx,并且在节点名字后面添加免流二字 24 | 25 | 但是这个更改混淆的功能只能在你节点上已经有过混下的前提下才能进行添加的 26 | 27 | 如果你的节点是免流节点但是不带混淆,那么这个更改混淆的功能就失效 28 | 29 | 你有两种方法去解决这个问题 30 | 31 | 1,想你的机场组提出建议,添加host;或者是你自己的节点可以在windows的v2rayn 软件下添加![image-20220424180850645](radme.assets/image-20220424180850645.png) 32 | 33 | 2,你可以去网站上转换下然后再添加 34 | https://zhuan.mlsao.xyz/ 35 | 36 | ![image-20220424180946596](radme.assets/image-20220424180946596.png) 37 | 38 | 随意选择一个混淆就可以 39 | 40 | #### 策略 41 | 42 | 所有的策略都需要依赖分流才能正常运行 43 | 44 | ``` 45 | #以下为策略组[policy]部分 46 | # static 策略组中,你需要手动选择想要的节点/策略组。 47 | # available 策略组将按顺序选择你列表中第一个可用的节点。 48 | # round-robin 策略组,将按列表的顺序轮流使用其中的节点。 49 | # url-latency-benchmark 延迟策略组,选取延迟最优节点。 50 | # dest-hash 策略组,随机负载均衡,但相同域名走固定节点。 51 | # ssid 策略组,将根据你所设定的网络来自动切换节点/策略组 52 | ;img-url 参数用于指定策略组图标,可远程,也可本地/iCloud(Quantumult X/Images路径下) (108*108 大小) 53 | ;direct/proxy/reject 则只能用本地图标,名字分别为 direct.png, proxy.png,reject.png 放置于 Images 文件夹下即可生效 (108*108 大小) 54 | ``` 55 | 56 | 57 | 58 | ##### 变形 59 | 60 | 这个策略是核心,是进行开启你是否进行免流的开关,你可以利用它来指向下一个策略(免流或者低延迟自动) 61 | 62 | 变形就类似一个菜单一样进行选择 63 | 64 | 65 | 66 | ##### 国内 67 | 68 | 由于我么有国内节点,所以我也只是把它作为免流节点进行使用。 69 | 70 | 如果你想把它作为你国内分流策略使用的话记住,那么就可能不能进行免流了因为他是低延迟进行切换策略(url-latency-benchmark),你如果想用它免流并且走国内的话,就要进行如下操作 71 | 72 | ###### 第一种 73 | 74 | 继续利用低延迟进行切换策略(url-latency-benchmark)策略 75 | 76 | 我用它筛选免流节点, 77 | 78 | 利用筛选(如果不会就去筛选那里的步骤看 [筛选](https://github.com/xmdgithub/quanxOfMl/tree/main#%E7%AD%9B%E9%80%89)) 使得该策略组内的所有节点都为国内免流节点, 79 | 80 | 我的筛选节点正则是 81 | 82 | ``` 83 | (?=.*(国内|免流|👾))^((?!(港|HK|(?i)Hong|台|TW|(?i)Taiwan|日|JP|(?i)Japan|美|US|(?i)States|American)).)*$ 84 | ``` 85 | 86 | 比如你想筛选出湖南的免流节点,就需要改写 87 | 88 | ``` 89 | (?=.*(湖南|国内|免流|👾))^((?!(港|HK|(?i)Hong|台|TW|(?i)Taiwan|日|JP|(?i)Japan|美|US|(?i)States|American)).)*$ 90 | ``` 91 | 92 | 93 | 94 | ###### 第二种 95 | 96 | 将策略类型变为static 策略组中,你需要手动选择想要的节点/策略组。自己手动去选择你需要使用的节点 97 | 98 | 然后打开分流设置 99 | 100 | 将所有与国内相关的设置为国内 101 | 102 | image-20220424175445032 103 | 104 | 105 | 106 | 将chinamax那个 107 | 108 | image-20220424175603899 109 | 110 | 改写为国内,并且打开配置文件设置跳转到filter_local 111 | 112 | 将变形改为国内 113 | 114 | image-20220424175725998 115 | 116 | 117 | 118 | ##### 国外 119 | 120 | 这个策略唯一的作用就是当作一个中转站,可以用它来选择你想要选的国家,但是如果用了这个策略,那么就代表着和可能不会免流 121 | 122 | ##### myself 123 | 124 | 这个策略是你自己进行添加匹配的节点,由于策略的类型static,所以你可以直接去选取节点 125 | 126 | 127 | 128 | ##### 低延迟自动 129 | 130 | 这个策略不是进行免流的,你可以将所有节点或者你想要的节点放入进去, 131 | 132 | ##### ml低延迟自动 133 | 134 | 这个策略是进行免流的,你可以在这个策略中筛选出你的一些免流节点,**注意这个策略中只能放入免流节点,因为它是供上面变形以及其他策略选择的免流策略。如果这个策略中存在一些非免流节点的话就会导致有部分跳点 135 | 136 | 137 | 138 | ##### 各个国家 139 | 140 | 这个策略是利用正则表达式进行匹配的,可以看筛选策略中自己修改 141 | 142 | 143 | 144 | ##### 广告拦截 145 | 146 | 这个需要调整到reject才可以进行拦截广告 147 | 148 | 149 | 150 | ##### 漏网之鱼 151 | 152 | 这个是进行兜底的策略,意思是如果没有匹配到上面的策略,那么就走这个 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 策略整的不多,因为不可能一份策略适合所有人,最好用的配置往往是自己进行改写的,如果你感觉这份配置用着不舒服,可以自己去diy 161 | 162 | 如果你需要使用到这些策略的话你可以到配置文件中进行去掉这个注释然后进行修改 163 | 164 | image-20220424181336354 165 | 166 | #### 重写 167 | 168 | 这个不进行讲解,他不会影响到免流的使用。 169 | 170 | 一般会影响免流的就只是策略以及分流(本地分流,远程分流),以及把设置mpm关闭(不知道是不是玄学问题,在我个人看来这个开关会导致跳点) 171 | 172 | image-20220424181714305 173 | 174 | #### 筛选 175 | 176 | 筛选的语法都是利用正则表达式 177 | 178 | 可以在这个学习一下 179 | 180 | https://github.com/cdoco/common-regex 181 | 182 | 或者是这个简易的 183 | 184 | ``` 185 | (?=.*A)^(?=.*B)^.*$ 节点名既有 A 又有 B 186 | (A)|(B) 节点名有 A 或者 B 187 | ^((?!A).)*$ 节点名不含有A 188 | (?=.*A)^((?!B).)*$ 节点名含有 A,不含有 B 189 | ``` 190 | 191 | 192 | 193 | ##### 策略组中进行筛选 194 | 195 | ###### 从订阅组中先进行第一步筛选 196 | 197 | 在策略组中筛选你可以长按策略然后点编辑 198 | 199 | image-20220424165416503 200 | 201 | image-20220424165458453 202 | 203 | 这个里面有上面匹配资源标签是匹配你的机场订阅的名字的例如下图这两个订阅组 204 | 205 | image-20220424165843986 206 | 207 | 208 | 209 | 直接最简单的方式是 210 | 211 | 如果你仅仅是想匹配到hihi 订阅组内的节点 212 | 213 | 那么你就要在![image-20220424165949936](radme.assets/image-20220424165949936.png)这个里面填写 hihi 214 | 215 | 如果想同时匹配到 已保存和hihi 内的节点的话就需要填写 已保存||hihi 216 | 217 | 如果什么都不填写的话,那么就默认从全部的订阅组内进行匹配节点 218 | 219 | ###### 然后第二步筛选 220 | 221 | ![image-20220424170245946](radme.assets/image-20220424170245946.png) 222 | 223 | ``` 224 | (?=.*(🇻🇳|台|TW|(?i)Taiwan))^((?!(龙台|★★★|✰✰✰|故障|清理)).)*$ 225 | ``` 226 | 227 | 这个是匹配的你的节点的名称, 228 | 229 | 在第一步过滤后的节点组内进行出所有的包含🇻🇳|台|TW|(?i)Taiwan 并且不包含故障,清理... 230 | 231 | 这个只是举个例子,你可以自己进行添加和修改 232 | 233 | ``` 234 | (?=.*A)^(?=.*B)^.*$ 节点名既有 A 又有 B 235 | (A)|(B) 节点名有 A 或者 B 236 | ^((?!A).)*$ 节点名不含有A 237 | (?=.*A)^((?!B).)*$ 节点名含有 A,不含有 B 238 | ``` 239 | 240 | -------------------------------------------------------------------------------- /radme.assets/image-20220424165416503.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424165416503.png -------------------------------------------------------------------------------- /radme.assets/image-20220424165458453.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424165458453.png -------------------------------------------------------------------------------- /radme.assets/image-20220424165843986.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424165843986.png -------------------------------------------------------------------------------- /radme.assets/image-20220424165949936.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424165949936.png -------------------------------------------------------------------------------- /radme.assets/image-20220424170245946.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424170245946.png -------------------------------------------------------------------------------- /radme.assets/image-20220424175445032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424175445032.png -------------------------------------------------------------------------------- /radme.assets/image-20220424175603899.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424175603899.png -------------------------------------------------------------------------------- /radme.assets/image-20220424175725998.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424175725998.png -------------------------------------------------------------------------------- /radme.assets/image-20220424180850645.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424180850645.png -------------------------------------------------------------------------------- /radme.assets/image-20220424180946596.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424180946596.png -------------------------------------------------------------------------------- /radme.assets/image-20220424181336354.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424181336354.png -------------------------------------------------------------------------------- /radme.assets/image-20220424181714305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xmdgithub/quanxOfMl/16aebef2c375ea503e4d3d52b0b826858c29fa2e/radme.assets/image-20220424181714305.png -------------------------------------------------------------------------------- /圈x免流纯净通用版.conf: -------------------------------------------------------------------------------- 1 | # The resource_parser_url sample can be found at https://raw.githubusercontent.com/crossutility/Quantumult-X/master/resource-parser.js 2 | 3 | [general] 4 | resource_parser_url=https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/resource-parser.js 5 | 6 | server_check_url=http://www.gstatic.com/generate_204 7 | ;节点延迟测试超时参数,需小于 5000 毫秒才生效 8 | server_check_timeout=2500 9 | network_check_url=http://www.baidu.com 10 | ;👍👍geo_location_checker用于节点页面的节点信息展示,可完整自定义展示内容与方式 11 | ; extreme-ip-lookup为Quantumult X 作者提供的示范 api 12 | ;geo_location_checker=http://extreme-ip-lookup.com/json/, https://raw.githubusercontent.com/crossutility/Quantumult-X/master/sample-location-with-script.js 13 | ;下面是我所使用的 api 及获取、展示节点信息的 js 14 | geo_location_checker=http://ip-api.com/json/?lang=zh-CN, https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/IP_API.js 15 | 16 | ;👍👍👍运行模式模块,running_mode_trigger 设置,即根据网络自动切换 分流/直连/全局代理 等模式。 17 | ;running-mode-trigger 模式下,跟手动切换直连/全局代理 等效,rewrite/task 模块始终会生效,比 ssid 策略组设置简单,比 ssid-suspend 更灵活。 18 | #running_mode_trigger=filter,all_direct, chmdxmd:all_direct, asus: all_proxy 19 | 20 | 21 | ;running_mode_trigger=filter, all_direct 22 | ; 上述写法,前两个 filter 先后表示 在 4G 网络跟一般 Wi-Fi 下,走 filter(分流)模式,后面则表示在 asus-5g 下切换为全局直连,asus 切换为全局代理 23 | ; 如需使用,相应 SSID 换成你自己 Wi-Fi 名即可 24 | 25 | 26 | ;ssid_suspended_list,让 Quantumult X 在特定 Wi-Fi 网络下暂停工作(仅 task 模块会继续工作),多个Wi-Fi用“,”连接 27 | ;ssid_suspended_list=Asus, Shawn-Wifi 28 | 29 | ;dns exclusion list中的域名将不使用fake-ip方式. 其它域名则全部采用 fake-ip 及远程解析的模式 30 | ;dns_exclusion_list=*.qq.com, qq.com 31 | 32 | ;UDP名单,留空则默认所有为端口。不在udp白名单列表中的端口,将被丢弃处理。 33 | ;udp_whitelist=53, 80-427, 444-65535 34 | 35 | # 参数 fallback_udp_policy 仅支持 v1.0.19 以及之后的版本。 36 | # 参数 fallback_udp_policy 的值仅支持末端策略(末端策略为经由规则模块和策略模块后所命中的策略,例如:direct、reject 以及节点;不支持内置策略 proxy 以及其它自定义策略)。 37 | ;fallback_udp_policy=direct 38 | 39 | ;下列表中的内容将不经过 QuantumultX的处理 40 | ;excluded_routes= 192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8 41 | ;icmp_auto_reply=true 42 | 43 | ;ssid_suspended_list=LINK_22E174, LINK_22E175 44 | ;udp_whitelist=53, 123, 1900, 80-443 45 | ;excluded_routes= 192.168.0.0/16, 172.16.0.0/12, 100.64.0.0/10, 10.0.0.0/8 46 | ;icmp_auto_reply=true 47 | 48 | 49 | [dns] 50 | no-system 51 | no-ipv6 52 | ;server=1.1.1.1 53 | ;server=223.5.5.5 54 | ;server=114.114.114.114 55 | ;server=119.29.29.29 56 | ;server=8.8.8.8 57 | 58 | server=114.114.114.114 59 | server=202.141.176.93 60 | server=202.141.178.13 61 | server=117.50.10.10 62 | server=223.5.5.5 63 | server=119.29.29.29:53 64 | server=119.28.28.28 65 | 66 | server=/*.taobao.com/223.5.5.5 67 | server=/*.tmall.com/223.5.5.5 68 | server=/*.alipay.com/223.5.5.5 69 | server=/*.alicdn.com/223.5.5.5 70 | server=/*.aliyun.com/223.5.5.5 71 | server=/*.jd.com/119.28.28.28 72 | server=/*.qq.com/119.28.28.28 73 | server=/*.tencent.com/119.28.28.28 74 | server=/*.weixin.com/119.28.28.28 75 | server=/*.bilibili.com/119.29.29.29 76 | server=/hdslb.com/119.29.29.29 77 | server=/*.163.com/119.29.29.29 78 | server=/*.126.com/119.29.29.29 79 | server=/*.126.net/119.29.29.29 80 | server=/*.127.net/119.29.29.29 81 | server=/*.netease.com/119.29.29.29 82 | server=/*.mi.com/119.29.29.29 83 | server=/*.xiaomi.com/119.29.29.29 84 | address=/mtalk.google.com/108.177.125.188 85 | ;doh-server=https://dns.google/dns-query 86 | ;doh-server=https://dns.alidns.com/dns-query 87 | ;doh-server=https://223.6.6.6/dns-query, excluded_ssids=SSID1 88 | ;如指定 doh 服务,则👆上面的一般 dns 解析均失效。支持 excluded_ssids 选项,在特定网络下禁用该 doh 89 | 90 | [policy] 91 | static=变形, ML免流低延迟自动, 低延迟自动, myself, 国内, 国外, proxy, reject, direct, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Game.png 92 | url-latency-benchmark=国内, server-tag-regex=(?=.*(国内|免流|👾))^((?!(港|HK|(?i)Hong|台|TW|(?i)Taiwan|日|JP|(?i)Japan|美|US|(?i)States|American)).)*$, check-interval=2300, tolerance=30, alive-checking=false, img-url=https://raw.githubusercontent.com/Orz-3/face/master/CN.png 93 | static=myself, server-tag-regex=(?=.*(👾|湖南))^((?!(机器人|★★★|✰✰✰|故障|神器|清理)).)*$, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Static.png 94 | url-latency-benchmark=ML免流低延迟自动, resource-tag-regex=ML, server-tag-regex=(?=.*(免流|👾))^((?!(机器人|★★★|✰✰✰|故障|清理)).)*$, check-interval=2300, tolerance=30, alive-checking=false, img-url=https://raw.githubusercontent.com/Orz-3/face/master/China.png 95 | static=国外, proxy, 台湾节点, 日本节点, 香港节点, 美国节点, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/Global.png 96 | 97 | static=香港节点, server-tag-regex=(?=.*(港|HK|(?i)Hong))^((?!(台|日|韩|新|美)).)*$, img-url=https://raw.githubusercontent.com/Orz-3/face/master/HK.png 98 | static=日本节点, server-tag-regex=(?=.*(日|JP|(?i)Japan))^((?!(港|台|韩|新|美)).)*$, img-url=https://raw.githubusercontent.com/Orz-3/face/master/JP.png 99 | 100 | static=台湾节点, server-tag-regex=(?=.*(🇻🇳|台|TW|(?i)Taiwan))^((?!(龙台|★★★|✰✰✰|故障|清理)).)*$, img-url=https://raw.githubusercontent.com/Orz-3/face/master/TW.png 101 | static=美国节点, server-tag-regex=(?=.*(美|US|(?i)States|American))^((?!(港|台|日|韩|新)).)*$, img-url=https://raw.githubusercontent.com/Orz-3/face/master/US.png 102 | url-latency-benchmark=低延迟自动, resource-tag-regex=永久订阅, check-interval=600, tolerance=0, alive-checking=false, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Global.png 103 | ;static=港台番剧, 变形, myself, ML免流低延迟自动, 国内节点, proxy, 台湾节点, 香港节点, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Bili.png 104 | ;static=国内流媒体, 国内网站, proxy, direct, 低延迟自动, img-url=https://raw.githubusercontent.com/Orz-3/face/master/TikTok.png 105 | 106 | ;static=国外流媒体, 国外网站, 低延迟自动, proxy, direct, 香港节点, 日本节点, 台湾节点, img-url=https://raw.githubusercontent.com/Orz-3/face/master/YouTube.png 107 | ;static=Telegram, 变形, 国外网站, proxy, direct, 香港节点, 日本节点, 台湾节点, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Telegram.png 108 | ;static=Speedtest, 变形, 国外网站, proxy, direct, 台湾节点, 日本节点, 香港节点, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Speedtest.png 109 | ;static=NetEaseMusic, 变形, 国内网站, proxy, direct, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Netease.png 110 | ;static=Netflix, 变形, proxy, 台湾节点, 日本节点, 香港节点, myself, img-url=https://raw.githubusercontent.com/Orz-3/face/master/Netflix.png 111 | #url-latency-benchmark=Netflix, server-tag-regex=(?=.*(免流))^((?!(机器人|★★★|✰✰✰|故障|神器|清理)).)*$, check-interval=1800, tolerance=10, img-url=https://cdn.jsdelivr.net/gh/Koolson/Qure@master/IconSet/Color/Netflix.png 112 | static=广告拦截, reject, 变形, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/Adblock.png 113 | static=漏网之鱼, 变形, myself, ML免流低延迟自动, proxy, direct, img-url=https://raw.githubusercontent.com/Orz-3/mini/master/Color/XD.png 114 | 115 | [server_remote] 116 | https://paste.in/raw/jsnzkpg, tag=永久订阅, update-interval=86400, opt-parser=true, enabled=true 117 | 118 | # 119 | # Params "tag", "force-policy" and "enabled" are optional. 120 | # When there is a force-policy, then the policy in filter of remote resource will be ignored and the force-policy will be used. 121 | # 122 | [filter_remote] 123 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/RuleSet/Apple_News_for_Quantumult_X.list, tag=news规则, force-policy=变形, update-interval=172800, opt-parser=false, enabled=true 124 | https://raw.githubusercontent.com/hlxvvv/Quantumult-X/main/rule/BanAD.list, tag=拦截广告, force-policy=广告拦截, update-interval=172800, opt-parser=true, enabled=true 125 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/ChinaMax/ChinaMax.list, tag=ChinaMax, force-policy=变形, update-interval=172800, opt-parser=true, enabled=true 126 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Unbreak.list, tag=规则修正, force-policy=变形, update-interval=172800, opt-parser=true, enabled=true 127 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Advertising/Advertising.list, tag=AdBlock (广告拦截), force-policy=广告拦截, update-interval=86400, opt-parser=false, enabled=true 128 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/StreamingMedia/StreamingCN.list, tag=CNMedia (国内流媒体), force-policy=变形, update-interval=86400, opt-parser=false, enabled=true 129 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/StreamingMedia/StreamingSE.list, tag=港台番剧, force-policy=变形, update-interval=86400, opt-parser=true, enabled=true 130 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Hijacking.list, tag=运营劫持, force-policy=reject, update-interval=86400, opt-parser=true, enabled=true 131 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Guard/Privacy.list, tag=隐私保护, force-policy=reject, update-interval=86400, opt-parser=true, enabled=true 132 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Loon/Bahamut/Bahamut.list, tag=动画疯, force-policy=台湾节点, update-interval=172800, opt-parser=true, enabled=false 133 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/ChinaIP.list, tag=国内节点, force-policy=国内节点, update-interval=172800, opt-parser=true, enabled=false 134 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/China.list, tag=国内网站, force-policy=国内节点, update-interval=172800, opt-parser=true, enabled=false 135 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Apple/TestFlight.list, tag=苹果服务, force-policy=变形, update-interval=172800, opt-parser=true, enabled=false 136 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Apple/AppStoreConnect.list, tag=苹果服务, force-policy=变形, update-interval=172800, opt-parser=true, enabled=false 137 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Ruleset/Extra/Apple/AppStore.list, tag=苹果服务, force-policy=变形, update-interval=172800, opt-parser=true, enabled=false 138 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/StreamingMedia/Streaming.list, tag=GBMedia (国外流媒体), force-policy=国外流媒体, update-interval=86400, opt-parser=true, enabled=false 139 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Filter/Extra/Telegram/Telegram.list, tag=Telegram(电报), force-policy=Telegram, update-interval=86400, opt-parser=false, enabled=false 140 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Speedtest/Speedtest.list, tag=Speedtest(测速平台), force-policy=Speedtest, update-interval=86400, opt-parser=false, enabled=false 141 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/NetEaseMusic/NetEaseMusic.list, tag=NetEaseMusic (解锁网易云灰色音乐), force-policy=NetEaseMusic, update-interval=86400, opt-parser=false, enabled=false 142 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/QuantumultX/Netflix/Netflix.list, tag=Netflix(奈飞), force-policy=Netflix, update-interval=86400, opt-parser=false, enabled=false 143 | 144 | 145 | 146 | ;https://raw.githubusercontent.com/crossutility/Quantumult-X/master/filter.snippet, tag=Sample, force-policy=your-policy-name, enabled=true 147 | 148 | # 149 | # Params "tag" and "enabled" are optional. 150 | # 151 | [rewrite_remote] 152 | https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/PicsArt.js, tag=picsart, update-interval=172800, opt-parser=true, enabled=true 153 | https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/BaiduCloud.js, tag=百度网盘在线, update-interval=172800, opt-parser=true, enabled=true 154 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/qxrewrite/Apple_News.qxrewrite, tag=apple news, update-interval=172800, opt-parser=true, enabled=true 155 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/qxrewrite/Apple_TV.qxrewrite, tag=apple tv, update-interval=172800, opt-parser=true, enabled=true 156 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/qxrewrite/Apple_Maps_CN.qxrewrite, tag=apple maps, update-interval=172800, opt-parser=true, enabled=true 157 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/qxrewrite/Siri.qxrewrite, tag=siri与搜索, update-interval=172800, opt-parser=true, enabled=true 158 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/qxrewrite/Geo_Services.qxrewrite, tag=定位, update-interval=172800, opt-parser=true, enabled=true 159 | https://raw.githubusercontent.com/VirgilClyne/iRingo/main/qxrewrite/Weather.qxrewrite, tag=weather, update-interval=172800, opt-parser=true, enabled=true 160 | https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/config/QX.conf, tag=substore, update-interval=172800, opt-parser=true, enabled=true 161 | https://github.com/ddgksf2013/Cuttlefish/raw/master/Rewrite/AdBlock/Bilibili.conf, tag=哔哩哔哩, update-interval=172800, opt-parser=true, enabled=true 162 | https://raw.githubusercontent.com/RuCu6/QuanX/main/Rewrites/MyBlockAds.conf, tag=广告, update-interval=172800, opt-parser=true, enabled=true 163 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rewrite/QuantumultX/AllInOne/AllInOne.conf, tag=据说去国外广告, update-interval=172800, opt-parser=true, enabled=false 164 | https://raw.githubusercontent.com/zwf234/rules/master/QuantumultX/qxrules.conf, tag=奇心规则合集, update-interval=86400, opt-parser=true, enabled=false 165 | https://raw.githubusercontent.com/zwf234/rules/master/QuantumultX/bilibili.conf, tag=哔哩哔哩大会员, update-interval=86400, opt-parser=true, enabled=false 166 | https://raw.githubusercontent.com/zwf234/rules/master/TikTok/JP.conf, tag=解锁TikTok(更改后缀换区), update-interval=86400, opt-parser=true, enabled=false 167 | https://raw.githubusercontent.com/zwf234/rules/master/getCookie.conf, tag=获取Cookie(获取完就禁用), update-interval=86400, opt-parser=true, enabled=false 168 | https://raw.githubusercontent.com/zwf234/rules/master/QuantumultX/tailadv.conf, tag=去开屏广告, update-interval=86400, opt-parser=true, enabled=true 169 | 170 | https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rewrite/QuantumultX/AdvertisingLite/AdvertisingLite.conf, tag=去广告, update-interval=172800, opt-parser=true, enabled=false 171 | https://raw.githubusercontent.com/nameking77/Qx/main/snippet/kwyy.snippet, tag=酷我音乐嘿嘿嘿, update-interval=172800, opt-parser=true, enabled=false 172 | https://raw.githubusercontent.com/id77/QuantumultX/master/rewrite/Youtube_CC.conf, tag=youtube翻译中文, update-interval=172800, opt-parser=true, enabled=false 173 | https://raw.githubusercontent.com/Peng-YM/QuanX/master/Tools/GitHubAccelerate/qx.conf, tag=box-tools, update-interval=172800, opt-parser=false, enabled=false 174 | https://raw.githubusercontent.com/Fokit/Quantumult-X/main/rewrite/get_10010_cookie.conf, tag=联通监控cookie, update-interval=172800, opt-parser=true, enabled=false 175 | 176 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Unlock/TikTokJP.conf, tag=神机复写(🎵️TikTok-JP), update-interval=86400, opt-parser=false, enabled=false 177 | ;Youtube premium 会员请勿开启此条 178 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Block/YouTubeAds.conf, tag=神机复写(🈲YouTube-AD), update-interval=86400, opt-parser=false, enabled=true 179 | https://raw.githubusercontent.com/app2smile/rules/master/module/spotify.conf, tag=spotify pro, update-interval=172800, opt-parser=true, enabled=true 180 | https://raw.githubusercontent.com/qiangxinglin/Emby/main/QuantumultX/emby.conf, tag=emby, update-interval=172800, opt-parser=true, enabled=true 181 | https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/Rewrite_lhie1.conf, tag=lhie1, update-interval=172800, opt-parser=true, enabled=true 182 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/Block/Advertising.conf, tag=神机去广告, update-interval=172800, opt-parser=true, enabled=true 183 | https://raw.githubusercontent.com/Orz-3/QuantumultX/master/YouTube.conf, tag=YouTube去广告, update-interval=86400, opt-parser=false, enabled=true 184 | https://raw.githubusercontent.com/chavyleung/scripts/master/box/rewrite/boxjs.rewrite.quanx.tf.conf, tag=boxjs, update-interval=86400, opt-parser=true, enabled=true 185 | https://raw.githubusercontent.com/DivineEngine/Profiles/master/Quantumult/Rewrite/General.conf, tag=神机Google重定向, update-interval=86400, opt-parser=false, enabled=false 186 | https://raw.githubusercontent.com/yawenchim/QuantumultX-mix/master/unlock/TikTok_JP.sgmodule, tag=解锁Tiktok(地址中JP可替换成TW,US,UK,KR), update-interval=86400, opt-parser=true, enabled=false 187 | https://service.2ti.st/QuanX/Script/jd_tb_price/main.js, tag=淘宝京东比价, update-interval=86400, opt-parser=true, enabled=false 188 | 189 | https://raw.githubusercontent.com/Orz-3/QuantumultX/master/Bili_Auto_Regions.conf, tag=哔哩哔哩自动换区, update-interval=86400, opt-parser=false, enabled=false 190 | 191 | ;https://raw.githubusercontent.com/crossutility/Quantumult-X/master/sample-import-rewrite.snippet, tag=Sample, enabled=true 192 | 193 | # 194 | # Only obfs=http, obfs=ws, obfs=wss can have optional "obfs-uri" field. 195 | # The obfs-host param in wss will be used for TLS handshake and for HTTP header host field, if obfs-host is not set for wss the server address will be used. 196 | # The UDP relay for VMess and Trojan is not currently supported. 197 | # When using obfs=ws and obfs=wss the server side can be deployed by v2ray-plugin with mux = 0 or by v2ray-core. 198 | # The obfs plugin tls1.2_ticket_auth has one more RTT than tls1.2_ticket_fastauth and obfs tls, you'd better use tls1.2_ticket_fastauth instead. 199 | # The method chacha20-ietf-poly1305 and chacha20-poly1305 have the same effect in VMess configuration. 200 | # 201 | [server_local] 202 | 203 | 204 | 205 | 206 | 207 | 208 | 209 | 210 | 211 | # Optional field tls13 is only for shadowsocks obfs=wss 212 | ;shadowsocks=example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, server_check_url=http://www.apple.com/generate_204, tag=ss-01 213 | ;shadowsocks=example.com:80, method=chacha20, password=pwd, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, tag=ss-02 214 | ;shadowsocks=example.com:443, method=chacha20, password=pwd, obfs=tls, obfs-host=bing.com, fast-open=false, udp-relay=false, tag=ss-03 215 | ;shadowsocks=example.com:443, method=chacha20, password=pwd, ssr-protocol=auth_chain_b, ssr-protocol-param=def, obfs=tls1.2_ticket_fastauth, obfs-host=bing.com, tag=ssr 216 | ;shadowsocks=example.com:80, method=aes-128-gcm, password=pwd, obfs=ws, fast-open=false, udp-relay=false, tag=ss-ws-01 217 | ;shadowsocks=example.com:80, method=aes-128-gcm, password=pwd, obfs=ws, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=ss-ws-02 218 | ;shadowsocks=example.com:443, method=aes-128-gcm, password=pwd, obfs=wss, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=ss-ws-tls-01 219 | ;shadowsocks=example.com:443, method=aes-128-gcm, password=pwd, obfs=wss, obfs-uri=/ws, tls13=true, fast-open=false, udp-relay=false, tag=ss-ws-tls-02 220 | # 221 | # Optional field tls13 is only for vmess obfs=over-tls and obfs=wss 222 | ;vmess=example.com:80, method=none, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, fast-open=false, udp-relay=false, tag=vmess-01 223 | ;vmess=example.com:80, method=aes-128-gcm, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, fast-open=false, udp-relay=false, tag=vmess-02 224 | ;vmess=example.com:443, method=none, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=over-tls, fast-open=false, udp-relay=false, tag=vmess-tls-01 225 | ;vmess=example.com:80, method=chacha20-poly1305, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=http, obfs-host=bing.com, obfs-uri=/resource/file, fast-open=false, udp-relay=false, server_check_url=http://www.apple.com/generate_204, tag=vmess-http 226 | ;vmess=192.168.1.1:443, method=none, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=over-tls, obfs-host=example.com, fast-open=false, udp-relay=false, tag=vmess-tls-02 227 | ;vmess=192.168.1.1:443, method=none, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=over-tls, obfs-host=example.com, tls13=true, fast-open=false, udp-relay=false, tag=vmess-tls-03 228 | ;vmess=example.com:80, method=chacha20-poly1305, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=ws, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=vmess-ws-01 229 | ;vmess=192.168.1.1:80, method=chacha20-poly1305, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=ws, obfs-host=example.com, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=vmess-ws-02 230 | ;vmess=example.com:443, method=chacha20-poly1305, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=wss, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=vmess-ws-tls-01 231 | ;vmess=192.168.1.1:443, method=chacha20-poly1305, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=wss, obfs-host=example.com, obfs-uri=/ws, fast-open=false, udp-relay=false, tag=vmess-ws-tls-02 232 | ;vmess=192.168.1.1:443, method=chacha20-poly1305, password=23ad6b10-8d1a-40f7-8ad0-e3e35cd32291, obfs=wss, obfs-host=example.com, obfs-uri=/ws, tls13=true, fast-open=false, udp-relay=false, tag=vmess-ws-tls-03 233 | # 234 | # Optional field tls13 is only for http over-tls=true 235 | # The obfs field is not supported for http 236 | ;http=example.com:80,fast-open=false, udp-relay=false, tag=http-01 237 | ;http=example.com:80, username=name, password=pwd, fast-open=false, udp-relay=false, tag=http-02 238 | ;http=example.com:443, username=name, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, fast-open=false, udp-relay=false, tag=http-tls-01 239 | ;http=example.com:443, username=name, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, tls13=true, fast-open=false, udp-relay=false, tag=http-tls-02 240 | # 241 | # Optional field tls13 is only for trojan over-tls=true 242 | # The obfs field is not supported for trojan 243 | ;trojan=example.com:443, password=pwd, over-tls=true, tls-verification=true, fast-open=false, udp-relay=false, tag=trojan-tls-01 244 | ;trojan=example.com:443, password=pwd, over-tls=true, tls-verification=true, tls13=true, fast-open=false, udp-relay=false, tag=trojan-tls-02 245 | ;trojan=192.168.1.1:443, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, fast-open=false, udp-relay=false, tag=trojan-tls-03 246 | ;trojan=192.168.1.1:443, password=pwd, over-tls=true, tls-host=example.com, tls-verification=true, tls13=true, fast-open=false, udp-relay=false, tag=trojan-tls-04 247 | 248 | [filter_local] 249 | # 本地分流规则(相同规则下,本地规则将覆盖远程规则,优先生效) 250 | #geoip, cn, 国内网站 251 | ;user-agent, ?abc*, proxy 252 | ;host, www.google.com, proxy 253 | ;host-keyword, adsite, reject 254 | ;host-suffix, googleapis.com, proxy 255 | ;host-suffix, googleapis.com, proxy, force-cellular 256 | ;host-suffix, googleapis.com, proxy, multi-interface 257 | ;ip6-cidr, 2001:4860:4860::8888/32, direct 258 | #网络播放去广告 259 | host, googleads.g.doubleclick.net, reject 260 | 261 | #YouTube 去底部广告 262 | host-suffix, ehg-youtube.hitbox.com, reject 263 | # 避免迅雷版权问题 264 | host, hub5idx.v6.shub.sandai.net, REJECT 265 | host, hub5emu.v6.shub.sandai.net, REJECT 266 | host, hub5btmain.v6.shub.sandai.net, REJECT 267 | #ip-cidr, 10.0.0.0/8, 国内网站 268 | #ip-cidr, 127.0.0.0/8, 国内节点 269 | #ip-cidr, 172.16.0.0/12, 国内节点 270 | #ip-cidr, 192.168.0.0/16, 国内节点 271 | #ip-cidr, 224.0.0.0/24, 国内节点 272 | #geoip, cn, 国内网站 273 | #更改如下 274 | ip-cidr, 10.0.0.0/8, 变形 275 | ip-cidr, 127.0.0.0/8, 变形 276 | ip-cidr, 172.16.0.0/12, 变形 277 | ip-cidr, 192.168.0.0/16, 变形 278 | ip-cidr, 224.0.0.0/24, 变形 279 | geoip, cn, 变形 280 | 281 | ;geoip, cn, direct, force-cellular 282 | final, 漏网之鱼 283 | 284 | 285 | 286 | 287 | 288 | # 绕过企业证书过期 289 | host, ocsp.apple.com, reject 290 | 291 | 292 | 293 | [rewrite_local] 294 | ;^http://example\.com/resource1/1/ url reject 295 | ;^http://example\.com/resource1/2/ url reject-img 296 | ;^http://example\.com/resource1/3/ url reject-200 297 | ;^http://example\.com/resource1/4/ url reject-dict 298 | ;^http://example\.com/resource1/5/ url reject-array 299 | ;^http://example\.com/resource2/ url 302 http://example.com/new-resource2/ 300 | ;^http://example\.com/resource3/ url 307 http://example.com/new-resource3/ 301 | ;^http://example\.com/resource4/ url request-header ^GET /resource4/ HTTP/1\.1(\r\n) request-header GET /api/ HTTP/1.1$1 302 | ;^http://example\.com/resource4/ url request-header (\r\n)User-Agent:.+(\r\n) request-header $1User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36$2 303 | ;^http://example\.com/resource5/ url request-body "info":\[.+\],"others" request-body "info":[],"others" 304 | ;^http://example\.com/resource5/ url response-body "info":\[.+\],"others" response-body "info":[],"others" 305 | ;^http://example\.com/resource5/ url echo-response text/html echo-response index.html 306 | ;^http://example\.com/resource6/ url script-response-body response-body.js 307 | ;^http://example\.com/resource7/ url script-echo-response script-echo.js 308 | ;^http://example\.com/resource8/ url script-response-header response-header.js 309 | ;^http://example\.com/resource9/ url script-request-header request-header.js 310 | ;^http://example\.com/resource10/ url script-request-body request-body.js 311 | 312 | 313 | 314 | # 315 | # The $task.fetch() compose a HTTP request and deal with the response, only text body is supported. A $task.fetch() can be embeded in the completion handler of another $task.fetch(), if you want serial requests not current requests. 316 | # The scripts should be saved in local "On My iPhone - Quantumult X - Scripts" or "iCloud Drive - Quantumult X - Scripts". Samples can be found at https://github.com/crossutility/Quantumult-X/blob/master/sample-task.js 317 | # The default HTTP request timeout is 10 seconds. 318 | # 319 | # Supports 5 or 6 fields of cron excluding the command field. The event-network will be triggered when network changed. The event-interaction will be triggered when user tapped a UIAction. The event related task only can be triggered when the Quantumult X Tunnel is running. 320 | 321 | 322 | # 去微博应用内广告 (By yichahucha) 323 | 324 | #^https?://(sdk|wb)app.uve.weibo.com(/interface/sdk/sdkad.php|/wbapplua/wbpullad.lua) url script-response-body https://raw.githubusercontent.com/yichahucha/surge/master/wb_launch.js 325 | #^https?://m?api\.weibo\.c(n|om)/2/(statuses/(unread|extend|positives/get|(friends|video)(/|_)(mix)?timeline)|stories/(video_stream|home_list)|(groups|fangle)/timeline|profile/statuses|comments/build_comments|photo/recommend_list|service/picfeed|searchall|cardlist|page|!/photos/pic_recommend_status|video/tiny_stream_video_list|photo/info) url script-response-body https://raw.githubusercontent.com/yichahucha/surge/master/wb_ad.js 326 | #电信金豆 327 | ^https:\/\/wapside.189.cn:9001\/api\/home\/homeInfo url script-request-body https://raw.githubusercontent.com/chavyleung/scripts/master/10000/10000.cookie.js 328 | #联通余量查询 329 | # QuanX(未测试 不清楚如何判断当前网络是否为 WiFi) 330 | ^https?:\/\/m\.client\.10010\.com\/(servicequerybusiness\/operationservice\/queryOcsPackageFlowLeftContent|servicequerybusiness\/balancenew\/accountBalancenew\.htm|mobileService\/onLine\.htm) url script-request-body https://raw.githubusercontent.com/xream/scripts/main/surge/modules/10010/10010_query.js 331 | 332 | #^https?:\/\/act.10010.com\/SigninApp\/signin\/querySigninActivity.htm url script-request-header 10010.cookie.js 333 | #^https?:\/\/act.10010.com\/SigninApp(.*?)\/signin\/daySign url script-request-header 10010.cookie.js 334 | #^https?:\/\/m.client.10010.com\/dailylottery\/static\/(textdl\/userLogin|active\/findActivityInfo) url script-request-header 10010.cookie.js 335 | #^https?:\/\/act.10010.com\/SigninApp\/signin\/querySigninActivity.htm url script-request-header 10010.cookie.js 336 | #^https?:\/\/act.10010.com\/SigninApp(.*?)\/signin\/daySign url script-request-header 10010.cookie.js 337 | #^https?:\/\/m.client.10010.com\/dailylottery\/static\/(textdl\/userLogin|active\/findActivityInfo) url script-request-header 10010.cookie.js 338 | #^https?:\/\/m\.client\.10010\.com\/(servicequerybusiness\/operationservice\/queryOcsPackageFlowLeftContent|servicequerybusiness\/balancenew\/accountBalancenew\.htm|mobileService\/onLine\.htm) url script-request-body https://raw.githubusercontent.com/xream/scripts/main/surge/modules/10010/10010_query.js 339 | 340 | # 去微信公众号广告 (By Choler) 341 | ^https?:\/\/mp\.weixin\.qq\.com\/mp\/getappmsgad url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/File/Wechat.js 342 | 343 | # 知乎去广告 (By onewayticket255) 344 | https://api.zhihu.com/(ad|drama|fringe|commercial|market/popover|search/(top|preset|tab)|.*featured-comment-ad) url reject-200 345 | https://api.zhihu.com/people/ url script-response-body https://raw.githubusercontent.com/onewayticket255/Surge-Script/master/surge%20zhihu%20people.js 346 | https://api.zhihu.com/moments/recommend url script-response-body https://raw.githubusercontent.com/onewayticket255/Surge-Script/master/surge%20zhihu%20feed.js 347 | https://api.zhihu.com/topstory/recommend url script-response-body https://raw.githubusercontent.com/onewayticket255/Surge-Script/master/surge%20zhihu%20recommend.js 348 | https://api.zhihu.com/v4/questions url script-response-body https://raw.githubusercontent.com/onewayticket255/Surge-Script/master/surge%20zhihu%20answer.js 349 | https?://link.zhihu.com/?target= url script-request-header https://raw.githubusercontent.com/onewayticket255/Surge-Script/master/surge%20zhihu%20link.js 350 | 351 | # 哔哩哔哩动画去广告 (By onewayticket255) 352 | https://app.bilibili.com/x/v2/(splash|search/(defaultword|square)) url reject-200 353 | https://api.bilibili.com/x/v2/dm/ad url reject-200 354 | ;https://app.bilibili.com/x/v2/space\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/Script/bilibili_space_qx.js 355 | https://app.bilibili.com/x/resource/show/tab\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/onewayticket255/surge_bilibili_tab.js 356 | https://app.bilibili.com/x/v2/feed/index\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/onewayticket255/surge_bilibili_feed.js 357 | https://app.bilibili.com/x/v2/account/mine\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/onewayticket255/surge_bilibili_account.js 358 | https://app.bilibili.com/x/v2/view\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/onewayticket255/surge_bilibili_view_relate.js 359 | https://api.bilibili.com/x/v2/reply/main\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/onewayticket255/surge_bilibili_reply.js 360 | https://api.live.bilibili.com/xlive/app-room/v1/index/getInfoByRoom\?access_key url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/onewayticket255/surge_bilibili_live.js 361 | 362 | # 去广告 363 | https:\/\/.*\..*\.com\/(vod\/reqplay\/|ucp/index|getGlobalData) url script-response-body https://raw.githubusercontent.com/Alex0510/Eric/master/surge/Script/xxysad.js 364 | 365 | # 去广告 366 | ^https?:\/\/.*\.*apps\.com\/(ucp\/index|getGlobalData|.+\/reqplay\/) url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/QuantumultX/File/xjsp.js 367 | 368 | #百度云倍速播放 369 | #https:\/\/pan\.baidu\.com\/rest\/2\.0\/membership\/user url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/BaiduCloud.js 370 | 371 | #百度云 372 | #https:\/\/pan\.baidu\.com\/rest\/\d\.\d\/membership\/user url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/BaiduCloud.js 373 | 374 | #联通营业厅 去轮播广告 (By Wangsc1) 375 | ^https?://m.client.10010.com/uniAdmsInterface/getHomePageAd url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/Script/china_unicom.js 376 | 377 | 378 | # 闪电下载vip (By 凉意) 379 | #^http\:\/\/app\.flashdown365\.com\/ios\/login url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/Script/sdxz.js 380 | 381 | # 抖音去广告去水印 (By Choler) 382 | #URL Rewrite 383 | ^https?+:\/\/[\w-]++\.amemv\.com\/aweme\/v\d\/feed\/ url request-header ^GET \/aweme\/v\d\/feed\/(.+)(\r\n)Host:.+ request-header GET /aweme/v1/feed/$1$2Host: aweme.snssdk.com 384 | ^https?+:\/\/[\w-]++\.amemv\.com\/aweme\/v\d\/aweme\/post\/ url request-header ^GET \/aweme\/v\d\/aweme\/post\/(.+)(\r\n)Host:.+ request-header GET /aweme/v1/aweme/post/$1$2Host: aweme.snssdk.com 385 | ^https?+:\/\/[\w-]++\.amemv\.com\/aweme\/v\d\/follow\/feed\/ url request-header ^GET \/aweme\/v\d\/follow\/feed\/(.+)(\r\n)Host:.+ request-header GET /aweme/v1/follow/feed/$1$2Host: aweme.snssdk.com 386 | ^https?+:\/\/[\w-]++\.amemv\.com\/aweme\/v\d\/nearby\/feed\/ url request-header ^GET \/aweme\/v\d\/nearby\/feed\/(.+)(\r\n)Host:.+ request-header GET /aweme/v1/nearby/feed/$1$2Host: aweme.snssdk.com 387 | 388 | #京东比价 389 | #^https?://api\.m\.jd\.com/client\.action\?functionId=(wareBusiness|serverConfig|basicConfig) url script-response-body https://raw.githubusercontent.com/JDHelloWorld/jd_price/main/jd_price.js 390 | # 淘宝比价 391 | #^http://.+/amdc/mobileDispatch url script-request-body https://raw.githubusercontent.com/yichahucha/surge/master/tb_price.js 392 | #^https?://trade-acs\.m\.taobao\.com/gw/mtop\.taobao\.detail\.getdetail url script-response-body https://raw.githubusercontent.com/yichahucha/surge/master/tb_price.js 393 | 394 | 395 | #微信屏蔽链接跳转 396 | ^https?:\/\/weixin110\.qq\.com\/cgi-bin\/mmspamsupport-bin\/newredirectconfirmcgi url script-response-body https://raw.githubusercontent.com/HotKids/Rules/master/Script/weixin110.js 397 | 398 | # 获取京东Cookie. 399 | #^https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean url script-request-header https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js 400 | 401 | # 登录 https://bean.m.jd.com 获取Cookie 402 | 403 | #################### 404 | # @ by lxk0301 https://gitee.com/lxk0301/jd_scripts/tree/master/ 405 | 406 | 407 | #伊利乳品ck 408 | #https:\/\/club\.yili\.com\/MALLIFChe\/MCSWSIAPI\.asmx\/Call url script-request-body https://raw.githubusercontent.com/id77/QuantumultX/master/task/yiLi.cookie.js 409 | 410 | # 酷我音乐SVIP (By yxiaocai) 411 | #^https?:\/\/vip1\.kuwo\.cn\/(vip\/v2\/user\/vip|vip\/spi/mservice) url script-response-body https://raw.githubusercontent.com/NobyDa/Script/master/Surge/JS/Kuwo.js 412 | #^https?:\/\/musicpay\.kuwo\.cn\/music\.pay\?uid\=\d+ url 302 http://musicpay.kuwo.cn/music.pay?uid=2 413 | 414 | # 彩云天气 Vip 415 | #^https:\/\/biz\.caiyunapp\.com\/v2\/user\?app_name\=weather url script-response-body https://raw.githubusercontent.com/nzw9314/QuantumultX/master/NobyDa/QuantumultX/File/ColorWeather.js 416 | 417 | 418 | #获取京喜COOKIE 419 | #^https\:\/\/wq\.jd\.com\/cubeactive\/farm\/dotask url script-request-header https://raw.githubusercontent.com/whyour/hundun/master/quanx/jx_tokens.js 420 | #^https\:\/\/m\.jingxi\.com\/dreamfactory\/generator\/CollectCurrentElectricity url script-request-header https://raw.githubusercontent.com/whyour/hundun/master/quanx/jx_tokens.js 421 | #^https\:\/\/m\.jingxi\.com\/jxcfd\/consume\/CashOut url script-request-header https://raw.githubusercontent.com/whyour/hundun/master/quanx/jx_tokens.js 422 | 423 | 424 | # 京东签到获取cookie 425 | #^https:\/\/api\.m\.jd\.com\/client\.action.*functionId=signBean url script-request-header https://raw.githubusercontent.com/NobyDa/Script/master/JD-DailyBonus/JD_DailyBonus.js 426 | 427 | 428 | 429 | [task_local] 430 | */30 * * * * https://raw.githubusercontent.com/xream/scripts/main/surge/modules/10010/10010_query.js, tag=联通余量查询, enabled=true 431 | event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/traffic-check.js, tag=策略流量查询, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Download.png, enabled=true 432 | #event-interaction https://raw.githubusercontent.com/xream/scripts/main/surge/modules/10010/10010_query.js, tag=联通余量查询 433 | #tag=联通余量查询 434 | 435 | #1 0 * * * 10010.js 436 | #*/5 * * * * 437 | event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/nf-ui-check.js, tag=Netflix 查询, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/Netflix_Letter.png, enabled=false 438 | event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/ytb-ui-check.js, tag=YouTube 查询, img-url=https://raw.githubusercontent.com/Koolson/Qure/master/IconSet/Color/YouTube_Letter.png, enabled=false 439 | event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/geo_location.js, tag=GeoIP 查询, img-url=location.fill.viewfinder.system, enabled=true 440 | event-interaction https://raw.githubusercontent.com/KOP-XIAO/QuantumultX/master/Scripts/streaming-ui-check.js, tag=流媒体-解锁查询, img-url=checkmark.seal.system, enabled=false 441 | ;* * * * * sample-task.js 442 | ;* * * * * sample-task2.js, img-url=https://raw.githubusercontent.com/crossutility/Quantumult-X/master/quantumult-x.png, tag=Sample, enabled=true 443 | ;event-network sample-task3.js 444 | ;event-interaction sample-task4.js 445 | 446 | 447 | # 448 | # Deploy a local HTTP server and use JavaScript for data processing. 449 | # The input variables are $reqeust.url, $reqeust.path, $reqeust.headers, $reqeust.body 450 | # The output using $done like $done({status:"HTTP/1.1 200 OK"}, headers:{}, body:"here is a string") to sendback the response. 451 | # Further more you can use a signature or any other validation method to verify if the request is legitimate. 452 | # After the deployment you should visit it through http://127.0.0.1:9999/your-path/your-api/. 453 | # 454 | [http_backend] 455 | 456 | https://raw.githubusercontent.com/chavyleung/scripts/master/chavy.box.js, tag=BoxJS, path=^/, enabled=true 457 | ;https://raw.githubusercontent.com/crossutility/Quantumult-X/master/sample-backend.js, tag=fileConverter, path=^/example/v1/ 458 | ;preference.js, tag=userPreference, path=^/preference/v1/, img-url=https://example.com, enabled=true 459 | ;convert.js, tag=fileConverter, path=^/convert/v1/ 460 | 461 | 462 | # 463 | # Only the TLS SNI or destination address in "hostname" will be handled by MitM. 464 | # 465 | # By default when MitM enabled for the HTTPS request, Quantumult X fetches the certificate(the certificate will be cached) from the original site, keeps most of the needed original certificate informations and re-signs it using the MitM root CA, this is the recommended(and more compatible) way of creating MitM certificate. 466 | # Occasionally some users like to debug the HTTPS request that its domain does not exist, so the original certificate doesn't even exist. This is when the param simple_cert_hostname comes up. The HTTPS request with TLS SNI names that are in the simple_cert_hostname(and hostname) will using the pure local generated MitM certificate. 467 | # 468 | # Important !!! You should always keep your CA passphrase and p12 private. 469 | # 470 | [mitm] 471 | hostname= rdcseason.m.jd.com, *.googlevideo.com, trade-acs.m.taobao.com,as.xiaojukeji.com, as.xiaojukeji.com, wq.jd.com, api.m.jd.com, act.10010.com, m.client.10010.com, wapside.189.cn 472 | passphrase = 473 | p12 = 474 | ;passphrase = 475 | ;p12 = 476 | ;skip_validating_cert = false 477 | ;force_sni_domain_name = false 478 | ;hostname = *.example.com, *.sample.com, non-existed-domain.com, *.non-connected-domain.com 479 | ;simple_cert_hostname = non-existed-domain.com, *.non-connected-domain.com 480 | --------------------------------------------------------------------------------