xyooyx

分享 Clash Verge 小配置: Google / Gemini 独立线路分流

  •  
  •   xyooyx · 7h 30m ago · 329 views

    最近 gemini 对线路卡的很严,我自己手头美国的线路都送中了,发现韩国的可以,但 cc 又得走美国线路,之前对 clash verge 都是比较浅使用,正好研究了下,脚本分享给需要的朋友。

    function main(config, profileName) {
      config.rules = config.rules || [];
      
      // 移除旧的 google 规则
      config.rules = config.rules.filter(r => !r.toLowerCase().includes('google'));
      
      // 在最前面添加新的 google 规则
      config.rules.unshift('DOMAIN-KEYWORD,google,🇰🇷韩國');//这里“🇰🇷韩國”实际换成你可行的线路
      
      return config;
    }
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1353 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 17:19 · PVG 01:19 · LAX 10:19 · JFK 13:19
    ♥ Do have faith in what you're doing.