Coeeshu (@Coee) 在 Steam相关的Clash Verge全局扩展脚本 中发帖
基于V2rayN Steam 下载直连 规则备份
然后看了一下Steam商店请求的各种资源域名 做了补充修改
我试了好多次 加载steam商店啥的都挺快的
[image]
复制粘贴下面脚本
function main(config, profileName) {
if (!config || !config.rules) return config;
let targetProxyName = 'Proxies';
if (config['proxy-groups'] && config['proxy-groups'].length > 0) {
const firstGroup = config['proxy-groups'].find(g => g.name !== 'DIRECT' && g.name !== 'REJECT');
if (...