├── Rules ├── REGION │ ├── REGION.SPLITTER │ └── README.md ├── X │ ├── README.md │ └── X.list ├── BBC │ ├── README.md │ └── BBC.list ├── Filen │ ├── README.md │ └── Filen.list ├── HBO │ ├── README.md │ └── HBO.list ├── LAN │ ├── README.md │ ├── LAN_SPLITTER │ └── Lan.list ├── Soul │ ├── README.md │ └── Soul.list ├── Bing │ ├── README.md │ └── Bing.list ├── IPAPI │ ├── README.md │ └── IPAPI.list ├── Riot │ ├── README.md │ └── Riot.list ├── WeTV │ ├── README.md │ └── WeTV.list ├── Weibo │ ├── README.md │ └── Weibo.list ├── AI │ ├── README.md │ └── AI.list ├── Disney │ └── README.md ├── Gemini │ ├── README.md │ └── Gemini.list ├── GitHub │ ├── README.md │ └── GitHub.list ├── Global │ ├── README.md │ └── HongKong.list ├── TikTok │ ├── README.md │ └── TikTok.list ├── UnionPay │ ├── README.md │ └── UnionPay.list ├── ASNChina │ └── README.md ├── BiliBili │ ├── README.md │ └── BiliBili.list ├── BlockAds │ ├── README.md │ └── BlockAds.list ├── Copilot │ ├── README.md │ └── Copilot.list ├── Discord │ ├── README.md │ └── Discord.list ├── Duolingo │ ├── README.md │ └── Duolingo.list ├── Facebook │ └── README.md ├── Mainland │ └── README.md ├── Netflix │ └── README.md ├── Spotify │ ├── README.md │ └── Spotify.list ├── Telegram │ ├── README.md │ └── Telegram.list ├── Xbox │ ├── README.md │ └── Xbox.list ├── YouTube │ └── README.md ├── anti-AD │ └── README.md ├── 1Password │ ├── README.md │ └── 1PasswordUS.list ├── AdRules │ └── README.md ├── Google │ └── README.md ├── Instagram │ ├── README.md │ └── Instagram.list ├── Kingsoft │ ├── README.md │ └── SeasunGame.list ├── Microsoft │ └── README.md ├── Speedtest │ ├── README.md │ └── Speedtest.list ├── Swiftgram │ ├── README.md │ └── Swiftgram.list ├── Talkatone │ ├── README.md │ └── Talkatone.list ├── ChinaASN │ └── README.md ├── REDnote │ ├── README.md │ └── REDnote.list ├── ChinaDownloadCDN │ ├── README.md │ └── ChinaDownloadCDN.list ├── Hulu │ ├── README.md │ ├── HuluUSA.list │ └── Hulu.list ├── Apple │ ├── Apple_Global.list │ ├── README.md │ ├── AppStore.list │ ├── AppleID.list │ └── ApplePushNotificationService.list ├── OpenAI │ ├── README.md │ ├── OpenAI_Resolve.list │ └── OpenAI.list ├── Amazon │ ├── README.md │ └── AmazonPrimeVideo.list ├── Proxy │ ├── README.md │ └── Proxy.list ├── Emby │ ├── README.md │ ├── EmbyGlobal.list │ └── EmbyMainland.list └── Games │ ├── README.md │ ├── GamesCN.list │ └── Games.list ├── Modules ├── Hide_VPN_Icon.sgmodule ├── Ali-DoQ.sgmodule ├── DNS-DoH.sgmodule ├── Panel_Rates.sgmodule ├── Panel_TimeCard.sgmodule ├── Panel_Histoday.sgmodule ├── Google_Enhance.sgmodule ├── FIMO.sgmodule ├── Subtrack.sgmodule ├── Panel_SurgePro.sgmodule ├── StreamMusic.sgmodule ├── AdGuardPremium.sgmodule ├── Panel_MediaChecker.sgmodule ├── TestFlightRegionUnlock.sgmodule ├── ChatGPTPlus.sgmodule ├── Connectivity_Test.sgmodule ├── Panel_IP-info.sgmodule ├── Pillow.sgmodule ├── Panel_Network_Info_CN.sgmodule ├── Panel_FlushDNS.sgmodule ├── AliDNS.sgmodule ├── DisneyPlusRating.sgmodule ├── FunforCam.sgmodule ├── XiaoHeiHe_remove_ads.sgmodule ├── Yangshipin.sgmodule ├── NewsPaper.sgmodule ├── MaiMai_remove_ads.sgmodule ├── Panel_Sub-info.sgmodule ├── MangoTV.sgmodule ├── Panel_CFGPT.sgmodule ├── SportsiQIYI.sgmodule ├── QQ_Redirect.sgmodule ├── Unicom_remove_ads.sgmodule ├── Spotify_remove_ads.sgmodule ├── Tencent_Video_remove_ads.sgmodule ├── YouTube_remove_ads.sgmodule ├── ColorfulClouds.sgmodule ├── Emby_Unlock.sgmodule ├── JD_remove_ads.sgmodule ├── PuPuMall_remove_ads.sgmodule ├── 51Job_remove_ads.sgmodule ├── Spotify_lyrics_translation.sgmodule ├── Location.sgmodule ├── KuaiShou_remove_ads.sgmodule ├── Weibo_intl_remove_ads.sgmodule ├── Taobao_remove_ads.sgmodule ├── HKDouYin_remove_ads.sgmodule ├── Panel_NetISP_X.sgmodule ├── Manager-Tools.sgmodule ├── BodianMusic.sgmodule ├── DiDi_remove_ads.sgmodule ├── DailyBonus.sgmodule ├── PinDuoDuo_remove_ads.sgmodule ├── REDnote_beta.sgmodule ├── Cainiao_remove_ads.sgmodule ├── Himalaya_remove_ads.sgmodule ├── FleaMarket_remove_ads.sgmodule ├── REDnote_remove_ads.sgmodule ├── KuGou_remove_ads.sgmodule ├── SMZDM_remove_ads.sgmodule ├── WeatherKit.sgmodule ├── Siri.sgmodule ├── BiliBili.sgmodule └── Soul_remove_ads.sgmodule ├── README.md └── Surge.conf /Rules/REGION/REGION.SPLITTER: -------------------------------------------------------------------------------- 1 | GEOIP, cn 2 | -------------------------------------------------------------------------------- /Rules/X/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/X/X.list 2 | -------------------------------------------------------------------------------- /Rules/BBC/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/BBC/BBC.list 2 | -------------------------------------------------------------------------------- /Rules/Filen/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Filen/Filen.list -------------------------------------------------------------------------------- /Rules/HBO/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/HBO/HBO.list 2 | -------------------------------------------------------------------------------- /Rules/LAN/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Lan/Lan.list 2 | -------------------------------------------------------------------------------- /Rules/Soul/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Soul/Soul.list -------------------------------------------------------------------------------- /Rules/Bing/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Bing/Bing.list 2 | -------------------------------------------------------------------------------- /Rules/IPAPI/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/IPAPI/IPAPI.list 2 | -------------------------------------------------------------------------------- /Rules/Riot/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Riot/Riot.list 2 | -------------------------------------------------------------------------------- /Rules/WeTV/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/WeTV/WeTV.list 2 | -------------------------------------------------------------------------------- /Rules/Weibo/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Weibo/Weibo.list 2 | -------------------------------------------------------------------------------- /Rules/AI/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/AI/AI.list 2 | -------------------------------------------------------------------------------- /Rules/Disney/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Disney/Disney.list 2 | -------------------------------------------------------------------------------- /Rules/Gemini/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Gemini/Gemini.list 2 | -------------------------------------------------------------------------------- /Rules/GitHub/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/GitHub/GitHub.list 2 | -------------------------------------------------------------------------------- /Rules/Global/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Global/Global.list 2 | -------------------------------------------------------------------------------- /Rules/TikTok/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/TikTok/TikTok.list 2 | -------------------------------------------------------------------------------- /Rules/UnionPay/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/UnionPay/UnionPay.list -------------------------------------------------------------------------------- /Rules/ASNChina/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/ASNChina/ASNChina.list 2 | -------------------------------------------------------------------------------- /Rules/BiliBili/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/BiliBili/BiliBili.list 2 | -------------------------------------------------------------------------------- /Rules/BlockAds/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/BlockAds/BlockAds.list 2 | -------------------------------------------------------------------------------- /Rules/Copilot/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Copilot/Copilot.list 2 | -------------------------------------------------------------------------------- /Rules/Discord/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Discord/Discord.list 2 | -------------------------------------------------------------------------------- /Rules/Duolingo/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Duolingo/Duolingo.list 2 | -------------------------------------------------------------------------------- /Rules/Facebook/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Facebook/Facebook.list 2 | -------------------------------------------------------------------------------- /Rules/Mainland/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Mainland/Mainland.list 2 | -------------------------------------------------------------------------------- /Rules/Netflix/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Netflix/Netflix.list 2 | -------------------------------------------------------------------------------- /Rules/Spotify/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Spotify/Spotify.list 2 | -------------------------------------------------------------------------------- /Rules/Telegram/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Telegram/Telegram.list 2 | -------------------------------------------------------------------------------- /Rules/Xbox/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/Xbox/Xbox.list 2 | -------------------------------------------------------------------------------- /Rules/YouTube/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/YouTube/YouTube.list 2 | -------------------------------------------------------------------------------- /Rules/anti-AD/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/anti-AD/anti-AD.list 2 | -------------------------------------------------------------------------------- /Rules/1Password/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/1Password/1PasswordUS.list 2 | -------------------------------------------------------------------------------- /Rules/AdRules/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/AdRules/AdRules.list -------------------------------------------------------------------------------- /Rules/Google/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/Google/Google.list 2 | -------------------------------------------------------------------------------- /Rules/Instagram/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Instagram/Instagram.list 2 | -------------------------------------------------------------------------------- /Rules/Kingsoft/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Kingsoft/SeasunGame.list 2 | -------------------------------------------------------------------------------- /Rules/Microsoft/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Microsoft/Microsoft.list 2 | -------------------------------------------------------------------------------- /Rules/REGION/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/REGION/REGION.SPLITTER -------------------------------------------------------------------------------- /Rules/Speedtest/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Speedtest/Speedtest.list 2 | -------------------------------------------------------------------------------- /Rules/Swiftgram/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Swiftgram/Swiftgram.list 2 | -------------------------------------------------------------------------------- /Rules/Talkatone/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Talkatone/Talkatone.list 2 | -------------------------------------------------------------------------------- /Rules/ChinaASN/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/ChinaASN/ChinaASN_Resolve.list 2 | -------------------------------------------------------------------------------- /Rules/REDnote/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/REDnote/REDnote.list 2 | -------------------------------------------------------------------------------- /Rules/ChinaDownloadCDN/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/ChinaDownloadCDN/ChinaDownloadCDN.list 2 | -------------------------------------------------------------------------------- /Rules/Hulu/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Hulu/Hulu.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Hulu/HuluUSA.list 4 | -------------------------------------------------------------------------------- /Rules/Apple/Apple_Global.list: -------------------------------------------------------------------------------- 1 | # NAME: Apple Global 2 | # UPDATED: 2025-10-08 3 | 4 | DOMAIN,amp-api.podcasts.apple.com 5 | DOMAIN,bookkeeper.itunes.apple.com 6 | 7 | DOMAIN-SUFFIX,buy.itunes.apple.com -------------------------------------------------------------------------------- /Rules/Apple/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Apple/Apple.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Apple/Apple_Global.list -------------------------------------------------------------------------------- /Modules/Hide_VPN_Icon.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=隐藏VPN图标 2 | #!desc=隐藏VPN图标 3 | #!author=whisper[https://github.com/mist-whisper] 4 | #!category=功能增强 5 | #!date=2024-11-28 00:00:00 6 | 7 | [General] 8 | hide-vpn-icon=true -------------------------------------------------------------------------------- /Rules/OpenAI/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/OpenAI/OpenAI.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/OpenAI/OpenAI_Resolve.list 4 | -------------------------------------------------------------------------------- /Rules/Amazon/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Amazon/Amazon.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Amazon/AmazonPrimeVideo.list 4 | -------------------------------------------------------------------------------- /Rules/Proxy/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Proxy/Proxy.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Proxy/Proxy_All_No_Resolve.list 4 | -------------------------------------------------------------------------------- /Rules/Emby/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/master/Rules/Emby/EmbyGlobal.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/Emby/EmbyMainland.list 4 | -------------------------------------------------------------------------------- /Rules/Games/README.md: -------------------------------------------------------------------------------- 1 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/Games/Games.list 2 | 3 | https://raw.githubusercontent.com/mist-whisper/Surge/refs/heads/master/Rules/Games/GamesCN.list 4 | -------------------------------------------------------------------------------- /Rules/IPAPI/IPAPI.list: -------------------------------------------------------------------------------- 1 | # NAME: IP-API 2 | # AUTHOR: Edward 3 | # HOMEPAGE: https://github.com/mist-whisper/Surge/blob/master/Rules 4 | # UPDATED: 2024-07-28 15:49:10 5 | # DOMAIN: 1 6 | # TOTAL: 1 7 | 8 | DOMAIN,ip-api.com 9 | -------------------------------------------------------------------------------- /Rules/Global/HongKong.list: -------------------------------------------------------------------------------- 1 | # NAME: HongKong 2 | # AUTHOR: whisper 3 | # HOMEPAGE: https://github.com/mist-whisper 4 | # UPDATED: 2024-10-06 21:01 5 | 6 | DOMAIN-KEYWORD,klook 7 | DOMAIN-KEYWORD,livenation 8 | DOMAIN-KEYWORD,cityline 9 | -------------------------------------------------------------------------------- /Modules/Ali-DoQ.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Ali-DoQ 2 | #!desc=阿里云 DNS-over-Quic 3 | #!author=whisper[https://github.com/mist-whisper] 4 | #!category=DNS 5 | #!date=2022-07-06 20:05:57 6 | 7 | [General] 8 | dns-server=223.5.5.5 9 | doh-skip-cert-verification=true 10 | encrypted-dns-server=quic://223.5.5.5:853 -------------------------------------------------------------------------------- /Rules/Duolingo/Duolingo.list: -------------------------------------------------------------------------------- 1 | # NAME: Duolingo 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Duolingo/Duolingo.list 4 | # UPDATED: 2024-01-08 16:02:59 5 | # DOMAIN-SUFFIX: 2 6 | # TOTAL: 2 7 | 8 | DOMAIN-SUFFIX,duolingo.cn 9 | DOMAIN-SUFFIX,duolingo.com 10 | -------------------------------------------------------------------------------- /Modules/DNS-DoH.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=DNSPod-DoH 2 | #!desc=使用腾讯DNS-over-HTTPS (DoH) 3 | #!author=whisper[https://github.com/mist-whisper] 4 | #!category=DNS 5 | #!date=2022-07-06 20:05:57 6 | 7 | [General] 8 | dns-server=119.29.29.29, 223.5.5.5 9 | encrypted-dns-server=https://doh.pub/dns-query 10 | 11 | [Host] 12 | miwifi.com=192.168.31.1 -------------------------------------------------------------------------------- /Rules/LAN/LAN_SPLITTER: -------------------------------------------------------------------------------- 1 | IP-CIDR,10.0.0.0/8,no-resolve 2 | IP-CIDR,100.64.0.0/10,no-resolve 3 | IP-CIDR,172.16.0.0/12,no-resolve 4 | IP-CIDR,192.0.0.0/24,no-resolve 5 | IP-CIDR,192.168.0.0/16,no-resolve 6 | IP-CIDR,198.18.0.0/15,no-resolve 7 | IP-CIDR6,::1/128,no-resolve 8 | IP-CIDR6,fc00::/7,no-resolve 9 | IP-CIDR6,fe80::/10,no-resolve 10 | -------------------------------------------------------------------------------- /Rules/Emby/EmbyGlobal.list: -------------------------------------------------------------------------------- 1 | # NAME: EmbyGlobal 2 | # AUTHOR: wish 3 | # UPDATED: 2025-07-08 4 | 5 | DOMAIN,emby.heisi.org 6 | DOMAIN,pub1.emby.wtf 7 | DOMAIN,pub1.term.wtf 8 | DOMAIN,pub2.emby.wtf 9 | DOMAIN,pub2.term.wtf 10 | DOMAIN,pub3.emby.wtf 11 | DOMAIN,pub3.term.wtf 12 | 13 | DOMAIN-SUFFIX,emby.wtf 14 | 15 | DOMAIN-KEYWORD,wtf 16 | DOMAIN-KEYWORD,emby.wtf -------------------------------------------------------------------------------- /Modules/Panel_Rates.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=当前汇率 2 | #!desc=汇率面板 3 | #!author=deezertidal[https://github.com/deezertidal] 4 | #!category=面板模块 5 | #!date=2024-07-06 20:05:57 6 | 7 | [Panel] 8 | 当前汇率=script-name=当前汇率 9 | [Script] 10 | 当前汇率=type=generic,script-path=https://raw.githubusercontent.com/deezertidal/Surge_Module/master/files/rates.js,argument=icon=yensign.circle&color=#D4AF37 -------------------------------------------------------------------------------- /Rules/Weibo/Weibo.list: -------------------------------------------------------------------------------- 1 | # NAME: Weibo 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Weibo/Weibo.list 4 | # UPDATED: 2024-07-03 16:16:17 5 | # DOMAIN-KEYWORD: 1 6 | # DOMAIN-SUFFIX: 3 7 | # TOTAL: 4 8 | 9 | DOMAIN-SUFFIX,weibo.cn 10 | DOMAIN-SUFFIX,weibo.com 11 | DOMAIN-SUFFIX,weibocdn.com 12 | DOMAIN-KEYWORD,weibo 13 | -------------------------------------------------------------------------------- /Modules/Panel_TimeCard.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=节假日信息 2 | #!desc=显示节假日的信息 3 | #!author=smartmimi[https://github.com/smartmimi] 4 | #!category=面板模块 5 | #!date=2024-07-06 20:05:57 6 | 7 | [Panel] 8 | Timecard = script-name=Timecard,update-interval=3600 9 | 10 | [Script] 11 | Timecard = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/TimeCard.js -------------------------------------------------------------------------------- /Modules/Panel_Histoday.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=历史上的今天 2 | #!desc=显示历史上当天所发生的大事件。 3 | #!author=deezertidal[https://github.com/deezertidal],wish[https://github.com/mist-whisper] 4 | #!category=面板模块 5 | #!date=2025-06-02 22:20:00 6 | 7 | [Panel] 8 | 历史上的今天=script-name=历史上的今天 9 | 10 | [Script] 11 | 历史上的今天=type=generic,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/Histoday.js -------------------------------------------------------------------------------- /Rules/REDnote/REDnote.list: -------------------------------------------------------------------------------- 1 | # NAME: REDnote 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/XiaoHongShu/XiaoHongShu.list 4 | # UPDATED: 2024-07-03 16:17:40 5 | # DOMAIN-SUFFIX: 4 6 | # TOTAL: 4 7 | 8 | DOMAIN-SUFFIX,fengkongcloud.com 9 | DOMAIN-SUFFIX,xhscdn.com 10 | DOMAIN-SUFFIX,xhscdn.net 11 | DOMAIN-SUFFIX,xiaohongshu.com 12 | -------------------------------------------------------------------------------- /Modules/Google_Enhance.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=谷歌增强 2 | #!desc=将Google搜索重定向至.com域名,如遇频繁跳转请禁用本模块。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=优化增强 5 | #!date=2025-05-31 16:46:00 6 | 7 | [URL Rewrite] 8 | ^https?://(www.)?g.cn https://www.google.com 302 9 | ^https?://(www.)?google.cn https://www.google.com 302 10 | 11 | [MITM] 12 | hostname = %APPEND% www.google.cn -------------------------------------------------------------------------------- /Rules/Emby/EmbyMainland.list: -------------------------------------------------------------------------------- 1 | # NAME: EmbyMainland 2 | # AUTHOR: wish 3 | # UPDATED: 2025-11-22 4 | 5 | DOMAIN,emos.lol 6 | DOMAIN,yhemby.top 7 | DOMAIN,7777777.buzz 8 | DOMAIN,cf.imetyou.top 9 | DOMAIN,music.mefun.org 10 | 11 | DOMAIN-KEYWORD,emos 12 | DOMAIN-KEYWORD,temby 13 | DOMAIN-KEYWORD,feiyue 14 | 15 | DOMAIN-SUFFIX,temby777.285286.xyz 16 | DOMAIN-SUFFIX,ch.feiyue.lol 17 | 18 | IP-CIDR,193.122.114.13/32 19 | -------------------------------------------------------------------------------- /Rules/Instagram/Instagram.list: -------------------------------------------------------------------------------- 1 | # NAME: Instagram 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Instagram/Instagram.list 4 | # UPDATED: 2024-07-03 16:16:12 5 | # DOMAIN-KEYWORD: 1 6 | # DOMAIN-SUFFIX: 3 7 | # TOTAL: 4 8 | 9 | DOMAIN-SUFFIX,cdninstagram.com 10 | DOMAIN-SUFFIX,instagr.am 11 | DOMAIN-SUFFIX,instagram.com 12 | DOMAIN-KEYWORD,instagram 13 | -------------------------------------------------------------------------------- /Modules/FIMO.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Fimo复古胶片相机会员 2 | #!desc=解锁FIMO复古胶片相机会员 3 | #!author=chxm1023[https://github.com/chxm1023] 4 | #!category=解锁 5 | #!date=2024-08-19 14:30 6 | 7 | [Script] 8 | Fimo复古胶片相机会员=type=http-response,pattern=^https?:\/\/server\.(yoyiapp|zbisq)\.com,requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/FIMO/FIMO.js 9 | 10 | [MITM] 11 | hostname=%APPEND% server.*.com -------------------------------------------------------------------------------- /Modules/Subtrack.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=订阅通会员 2 | #!desc=解锁订阅通会员 3 | #!author=骨钉[https://github.com/Guding88] 4 | #!category=解锁 5 | #!date=2024-07-24 15:44:57 6 | 7 | [Script] 8 | 订阅通会员=type=http-response, pattern=^https?:\/\/buy\.itunes\.apple\.com\/verifyReceipt$, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Subtrack/Subtrack.js, requires-body=true, timeout=60 9 | 10 | [MITM] 11 | hostname=%APPEND% buy.itunes.apple.com -------------------------------------------------------------------------------- /Rules/Apple/AppStore.list: -------------------------------------------------------------------------------- 1 | # Author: 可莉🅥 2 | # GitLab: https://gitlab.com/lodepuly/vpn_tool/-/tree/main/tool/Loon 3 | # 引用地址 https://support.apple.com/en-us/HT210060 4 | # App Store - Apple 设备需要访问以下主机和域,才能安装和更新 App。 5 | DOMAIN-SUFFIX, itunes.apple.com //商店内容,如 App、图书和音乐 6 | DOMAIN-SUFFIX, apps.apple.com //商店内容,如 App、图书和音乐 7 | DOMAIN-SUFFIX, mzstatic.com //商店内容,如 App、图书和音乐 8 | DOMAIN, itunes.apple.com 9 | DOMAIN, ppq.apple.com //企业 App 验证 10 | -------------------------------------------------------------------------------- /Rules/Games/GamesCN.list: -------------------------------------------------------------------------------- 1 | # NAME: GamesCN 2 | # AUTHOR: blackmatrix7 3 | # REPO: https://github.com/blackmatrix7/ios_rule_script 4 | # UPDATED: 2025-02-08 5 | # DOMAIN: 3 6 | # DOMAIN-KEYWORD: 5 7 | # TOTAL: 8 8 | 9 | DOMAIN,uplaypc-s-ubisoft.cdn.ubi.com 10 | DOMAIN,ecom-cdn.ubi.com 11 | DOMAIN,ubi.li 12 | DOMAIN-KEYWORD,ubistatic2 13 | DOMAIN-KEYWORD,ubisoft 14 | DOMAIN-KEYWORD,ubiservices 15 | DOMAIN-KEYWORD,ubiconnect 16 | DOMAIN-KEYWORD,ubi 17 | -------------------------------------------------------------------------------- /Modules/Panel_SurgePro.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Surge Pro 2 | #!desc=显示Surge的启动时间 3 | #!author=Rabbit-Spec[https://github.com/Rabbit-Spec] 4 | #!category=面板模块 5 | #!date=2024.09-09 6 | 7 | [Panel] 8 | SurgePro=script-name=SurgePro,update-interval=1 9 | 10 | [Script] 11 | SurgePro=type=generic,timeout=10,script-path= https://raw.githubusercontent.com/Rabbit-Spec/Surge/Master/Module/Panel/Surge-Pro/Moore/SurgePro.js,argument=icon=paperplane.circle&color=#f6c970 -------------------------------------------------------------------------------- /Modules/StreamMusic.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=音流会员 2 | #!desc=永久解锁音流会员,购买会员-通过支付宝订单号恢复购买-任意输入确认即可 3 | #!author=osinx[https://github.com/osinx] 4 | #!category=解锁 5 | #!date=2024-07-06 20:05:57 6 | 7 | [Script] 8 | 音流解锁VIP=type=http-response, pattern=^https:\/\/pay\.aqzscn\.cn\/api\/v1\/payments\/, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/StreamMusic/StreamMusic.js, requires-body=true 9 | 10 | [MITM] 11 | hostname=%APPEND% pay.aqzscn.cn -------------------------------------------------------------------------------- /Rules/Apple/AppleID.list: -------------------------------------------------------------------------------- 1 | # Author: 可莉🅥 2 | # GitLab: https://gitlab.com/lodepuly/vpn_tool/-/tree/main/tool/Loon 3 | # 引用地址 https://support.apple.com/en-us/HT210060 4 | # Apple ID - Apple 设备必须能够连接到以下主机才能验证 Apple ID。所有使用 Apple ID 的服务(如 iCloud、App 安装和 Xcode)都需要满足这个条件。 5 | DOMAIN, appleid.apple.com //“设置”和“系统偏好设置”中的 Apple ID 认证 6 | DOMAIN, appleid.cdn-apple.com //“设置”和“系统偏好设置”中的 Apple ID 认证 7 | DOMAIN, idmsa.apple.com //Apple ID 认证 8 | DOMAIN, gsa.apple.com //Apple ID 认证 9 | -------------------------------------------------------------------------------- /Modules/AdGuardPremium.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=AdGuard Premium 2 | #!desc=解锁AdGuard Premium 3 | #!author=chxm1023[https://github.com/chxm1023] 4 | #!date=2025-01-08 5 | #!category=解锁 6 | 7 | [Script] 8 | AdGuard=type=http-response,pattern=^https?:\/\/mobile-api\.adguard\.org\/api\/.+\/ios_validate_receipt\/(.*?),requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/AdGuard/AdGuardPremium.js 9 | 10 | [MITM] 11 | hostname=%APPEND% mobile-api.adguard.org -------------------------------------------------------------------------------- /Modules/Panel_MediaChecker.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=流媒体解锁检测Lite 2 | #!desc=用于检测流媒体服务的解锁情况 3 | #!author=githubdulong[https://github.com/githubdulong] 4 | #!category=面板模块 5 | #!date=2025-05-27 6 | 7 | [Panel] 8 | Stream-All-Lite = script-name=Stream-All-Lite,update-interval=7200 9 | 10 | [Script] 11 | Stream-All-Lite = type=generic,timeout=30,script-path=https://raw.githubusercontent.com/githubdulong/Script/master/Stream-All.js,script-update-interval=0,argument=title=流媒体解锁检测&icon=play.tv.fill&color=#D22F28 -------------------------------------------------------------------------------- /Rules/Speedtest/Speedtest.list: -------------------------------------------------------------------------------- 1 | # NAME: Speedtest 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Speedtest/Speedtest.list 4 | # UPDATED: 2024-07-03 16:16:08 5 | # DOMAIN-KEYWORD: 1 6 | # DOMAIN-SUFFIX: 4 7 | # USER-AGENT: 1 8 | # TOTAL: 6 9 | 10 | DOMAIN-SUFFIX,fast.com 11 | DOMAIN-SUFFIX,ooklaserver.net 12 | DOMAIN-SUFFIX,speed.cloudflare.com 13 | DOMAIN-SUFFIX,speed.dler.io 14 | DOMAIN-KEYWORD,speedtest 15 | USER-AGENT,SpeedTest* 16 | -------------------------------------------------------------------------------- /Modules/TestFlightRegionUnlock.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=TestFlight解锁 2 | #!desc=解除TestFlight的区域限制,支持tvOS。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=功能增强 5 | #!date=2025-05-13 15:17:08 6 | 7 | [Rule] 8 | DOMAIN, testflight.apple.com, {{{Proxy}}} 9 | 10 | [Body Rewrite] 11 | http-request ^https?:\/\/testflight\.apple\.com\/v\d\/accounts\/.+?\/install$ "storefrontId" : "\d{6}-\d{2},\d{2}", "storefrontId":"143441-19,29", 12 | 13 | [MITM] 14 | hostname = %APPEND% testflight.apple.com -------------------------------------------------------------------------------- /Modules/ChatGPTPlus.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=ChatGPT Plus 2 | #!desc=解锁ChatGPT Plus 3 | #!author=BOBOLAOSHIV587[https://github.com/BOBOLAOSHIV587] 4 | #!category=解锁 5 | #!date=2022-07-06 20:05:57 6 | 7 | [Script] 8 | ChatGPT Plus = type=http-response, pattern=^https?:\/\/ios\.chat\.openai\.com\/backend-api\/(accounts\/check\/|models), script-path=https://raw.githubusercontent.com/BOBOLAOSHIV587/Rules/main/JS/ChatGPT/JS/ChatGPTPlusCrack.js, requires-body=true, max-size=-1, timeout=60 9 | 10 | [MITM] 11 | hostname = %APPEND% ios.chat.openai.com -------------------------------------------------------------------------------- /Modules/Connectivity_Test.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=网络连通性测试 2 | #!desc=网络连通性测试 3 | #!author=getsomecat[https://github.com/getsomecat],VirgilClyne[https://github.com/VirgilClyne] 4 | #!category=优化增强 5 | #!date=2022-07-06 20:05:57 6 | 7 | [Script] 8 | 网络连通性测试=type=generic,timeout=3,script-path= https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/ConnectivityTest.js,argument=title=Connectivity Test&icon=icloud.and.arrow.down&color=#FF9F0A&server=false 9 | 10 | [Panel] 11 | Connectivity_Test=script-name=Connectivity_Test,update-interval=1 -------------------------------------------------------------------------------- /Rules/Bing/Bing.list: -------------------------------------------------------------------------------- 1 | # NAME: Bing 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Bing/Bing.list 4 | # UPDATED: 2024-07-03 16:18:28 5 | # DOMAIN-SUFFIX: 9 6 | # TOTAL: 9 7 | 8 | DOMAIN-SUFFIX,bing.com 9 | DOMAIN-SUFFIX,bing.com.cn 10 | DOMAIN-SUFFIX,bing.net 11 | DOMAIN-SUFFIX,bingads.com 12 | DOMAIN-SUFFIX,bingagencyawards.com 13 | DOMAIN-SUFFIX,bingapistatistics.com 14 | DOMAIN-SUFFIX,bingsandbox.com 15 | DOMAIN-SUFFIX,bingvisualsearch.com 16 | DOMAIN-SUFFIX,bingworld.com 17 | -------------------------------------------------------------------------------- /Modules/Panel_IP-info.sgmodule: -------------------------------------------------------------------------------- 1 | #!name = 节点信息面板 2 | #!desc = 展示节点的IP/运营商/所在地 3 | #!author = cc63[https://github.com/cc63] 4 | #!category = 面板模块 5 | #!date = 2024-07-02 6 | 7 | #!arguments = API序号:1 8 | #!arguments-desc = \n⚙️API序号\n\n1.ip-api.com\n2.ipinfo.io\n3.ipleak.net\n4.ip.sb 9 | 10 | [Panel] 11 | IP-info = script-name=IP-info, title="节点信息", content="请刷新", style=info, update-interval=1 12 | 13 | [Script] 14 | IP-info = type=generic,timeout=5,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/IP-info/IP-{{{API序号}}}.js -------------------------------------------------------------------------------- /Modules/Pillow.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Pillow 2 | #!desc=解锁订阅,进入软件后即可正常解锁,非一次性解锁,使用期间需保持插件始终开启。如有异常卸载重装后再次尝试。 3 | #!author=xlzs001[https://github.com/xlzs001],wish[https://github.com/mist-whisper] 4 | #!category=解锁 5 | #!date=2025-05-10 12:00:00 6 | 7 | [Script] 8 | Pillow会员解锁=type=http-response, pattern=^https:\/\/(api\.rc-backup\.com|api\.revenuecat\.com)\/v1\/(receipts|subscribers), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Pillow/Pillow.js, requires-body=true 9 | 10 | [MITM] 11 | hostname=%APPEND% api.rc-backup.com, revenuecat.com, api.revenuecat.com -------------------------------------------------------------------------------- /Rules/Kingsoft/SeasunGame.list: -------------------------------------------------------------------------------- 1 | # NAME: Seasun Game 2 | # AUTHOR: Edward 3 | # HOMEPAGE: https://github.com/mist-whisper/Surge/blob/master/Rules/Kingsoft/SeasunGame.list 4 | # UPDATED: 2024-07-07 21:26:43 5 | # DOMAIN-SUFFIX: 9 6 | # DOMAIN-KEYWORD: 2 7 | # TOTAL: 11 8 | 9 | DOMAIN-SUFFIX,kingsoft.com 10 | DOMAIN-SUFFIX,jxfeng.com 11 | DOMAIN-SUFFIX,jxphone.com 12 | DOMAIN-SUFFIX,jxsj2sy.com 13 | DOMAIN-SUFFIX,xoyo.com 14 | DOMAIN-SUFFIX,xoyobox.com 15 | DOMAIN-SUFFIX,xoyocdn.com 16 | DOMAIN-SUFFIX,xsjcs.cn 17 | DOMAIN-SUFFIX,xsjom.com 18 | DOMAIN-KEYWORD,xoyo 19 | DOMAIN-KEYWORD,jxsj 20 | -------------------------------------------------------------------------------- /Modules/Panel_Network_Info_CN.sgmodule: -------------------------------------------------------------------------------- 1 | #!name = 网络详情 2 | #!desc = 详细的显示你当前的网络信息 3 | #!author = Nebulosa-Cat[https://github.com/Nebulosa-Cat],Rabbit-Spec[https://github.com/Rabbit-Spec],zeaphyou[https://github.com/zeaphyou] 4 | #!version = 3.1.1 5 | #!category = 面板模块 6 | #!date = 2023-03-25 20:05:57 7 | 8 | [Panel] 9 | NetInfoPanel=title="",content="",style=info,script-name=net-info-panel.js,update-interval=1 10 | 11 | [Script] 12 | net-info-panel.js=script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/ToolsNetwork-info/Net-info-panel_CN.js,type=generic,timeout=30 13 | 14 | [Host] 15 | ip-api.com = 208.95.112.1 -------------------------------------------------------------------------------- /Rules/Talkatone/Talkatone.list: -------------------------------------------------------------------------------- 1 | # NAME: Talkatone 2 | # AUTHOR: Edward 3 | # HOMEPAGE: https://github.com/mist-whisper/Surge/blob/master/Rules/Talkatone/Talkatone.list 4 | #UPDATED: 2024-06-25 20:27:30 5 | 6 | DOMAIN-SUFFIX,mobilefuse.com 7 | DOMAIN-SUFFIX,inmobi.com 8 | DOMAIN-SUFFIX,crashlytics.com 9 | DOMAIN-SUFFIX,talkatone.com 10 | DOMAIN-SUFFIX,kochava.com 11 | # 这个域名最好走代理,我这边直连已超时 12 | # DOMAIN-SUFFIX,tktn.be 13 | DOMAIN-SUFFIX,cohere.com 14 | DOMAIN-SUFFIX,ip-api.com 15 | DOMAIN-SUFFIX,agkn.com 16 | DOMAIN-SUFFIX,tktn.at 17 | IP-CIDR,50.117.27.0/24 18 | IP-CIDR,69.46.75.0/24 19 | IP-CIDR,205.164.56.0/24 20 | IP-CIDR,63.251.124.0/24 21 | -------------------------------------------------------------------------------- /Modules/Panel_FlushDNS.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Flush DNS 2 | #!desc=快速清除DNS缓存 3 | #!author=Rabbit-Spec[https://github.com/Rabbit-Spec] 4 | #!category=面板模块 5 | #!date=2024-09-09 6 | 7 | #!arguments = TITLE:DNS Flush,ICON:cube,COLOR:#AFE59A 8 | #!arguments-desc = [参数设置]\n\n⓵ TITLE: 自定义面板标题。\n\n⓶ ICON: 自定义面板图标,需为有效的SFSymbolName,如不设置则默认。\n\n⓷ COLOR: 自定义图标颜色,需为颜色的HEX编码。 9 | 10 | [Panel] 11 | FlushDNS = script-name=FlushDNS,update-interval=600 12 | 13 | [Script] 14 | FlushDNS = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/Flush-DNS.js,argument=title={{{TITLE}}}&icon={{{ICON}}}&color={{{COLOR}}}&server=false -------------------------------------------------------------------------------- /Modules/AliDNS.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Ali DNS 2 | #!desc=适配阿里 DoH JSON API 3 | #!author=Maasea[https://github.com/Maasea] 4 | #!date=2024-08-03 12:40:57 5 | #!category=DNS 6 | 7 | #!arguments=阿里DNS:223.5.5.5,请求域名:*,请求类型:1,Device ID:IOS,Account ID,AccessKey ID,AccessKey Secret 8 | #!arguments-desc=相关参数说明查阅 阿里云DoH JSON API 文档 9 | 10 | 11 | [Host] 12 | {{{请求域名}}}= script:Alidns 13 | 14 | [Script] 15 | Alidns=type=dns,engine=jsc,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/Alidns.js,argument="{"HOST":"{{{阿里DNS}}}","UID":"{{{Account ID}}}","ID":"{{{AccessKey ID}}}","SECRET":"{{{AccessKey Secret}}}","DID":"{{{Device ID}}}","TYPE":"{{{请求类型}}}"}" -------------------------------------------------------------------------------- /Modules/DisneyPlusRating.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Disney+评分 2 | #!desc=Disney+剧集页显示IMDb / 烂番茄 / 豆瓣评分 3 | #!author=NobyDa[https://raw.githubusercontent.com/NobyDa] 4 | #!category=功能增强 5 | #!date=2025-05-26 21:00:00 6 | 7 | #!arguments=脚本引擎:jsc,调试模式:0 8 | #!arguments-desc=脚本引擎:jsc/webview/auto,默认jsc。\n\n调试模式:1/0,开启/关闭。 9 | 10 | [Script] 11 | DisneyRating = type=http-response,pattern=^https:\/\/disney\.api\.edge\.bamgrid\.com\/explore\/v\d\.\d\/page\/entity-,requires-body=1,max-size=0,binary-body-mode=0,debug={{{调试模式}}},script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/DisneyRating.js,engine={{{脚本引擎}}} 12 | 13 | [MITM] 14 | hostname = %APPEND% disney.api.edge.bamgrid.com -------------------------------------------------------------------------------- /Modules/FunforCam.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=方弗相机会员 2 | #!desc=解锁方弗相机会员 3 | #!author=骨钉[https://github.com/Guding88] 4 | #!category=解锁 5 | #!update=2024-06-12 12:20 6 | 7 | [Script] 8 | 方弗相机会员 = type=http-response, pattern=^https?:\/\/api\.revenuecat\.com\/v1\/(subscribers\/[^\/]+$|receipts$), script-path=https://raw.githubusercontent.com/mist-whisper/Script/refs/heads/master/FunforCam/FunforCam.js, requires-body=true, timeout=60 9 | 10 | 方弗相机会员 = type=http-request, pattern=^https?:\/\/api\.revenuecat\.com\/v1\/(subscribers\/[^\/]+$|receipts$), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/FunforCam/FunforCam.js, timeout=60 11 | 12 | [MITM] 13 | hostname=%APPEND% api.revenuecat.com -------------------------------------------------------------------------------- /Rules/Apple/ApplePushNotificationService.list: -------------------------------------------------------------------------------- 1 | # Author: 可莉🅥 2 | # GitLab: https://gitlab.com/lodepuly/vpn_tool/-/tree/main/tool/Loon 3 | # 引用地址 https://support.apple.com/en-us/HT210060 4 | # Apple 推送通知 - 当使用 Apple 推送通知服务 (APNS) 时,Apple 设备需要访问以下主机。 5 | DOMAIN-SUFFIX, push.apple.com //推送通知 6 | DOMAIN, identity.apple.com //APNs 证书请求门户 7 | IP-CIDR, 17.249.0.0/16, no-resolve 8 | IP-CIDR, 17.252.0.0/16, no-resolve 9 | IP-CIDR, 17.57.144.0/22, no-resolve 10 | IP-CIDR, 17.188.128.0/18, no-resolve 11 | IP-CIDR, 17.188.20.0/23, no-resolve 12 | IP-CIDR6, 2620:149:a44::/48, no-resolve 13 | IP-CIDR6, 2403:300:a42::/48, no-resolve 14 | IP-CIDR6, 2403:300:a51::/48, no-resolve 15 | IP-CIDR6, 2a01:b740:a42::/48, no-resolve 16 | -------------------------------------------------------------------------------- /Modules/XiaoHeiHe_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=小黑盒去广告 2 | #!desc=移除开屏广告和热点板块信息流广告 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-05-13 15:17:08 6 | 7 | [Body Rewrite] 8 | http-response-jq ^https:\/\/api\.xiaoheihe\.cn\/bbs\/app\/feeds\/news '.result.links |= map(if .content_type == 27 then del(.title, .ad_pm, .img_gif, .idea_id, .ad_report, .label, .source, .intranet_only, .ad_cm, .content_type, .PROTOCOL, .img, .ad_ratio) else . end)' 9 | 10 | [Map Local] 11 | ^https:\/\/api\.xiaoheihe\.cn\/account\/get_ads_info_v2 data-type=text data="{}" status-code=200 header="Content-Type:application/json" 12 | 13 | [MITM] 14 | hostname = %APPEND% api.xiaoheihe.cn -------------------------------------------------------------------------------- /Rules/WeTV/WeTV.list: -------------------------------------------------------------------------------- 1 | # NAME: WeTV 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/WeTV/WeTV.list 4 | # UPDATED: 2024-07-03 16:16:16 5 | # DOMAIN: 1 6 | # DOMAIN-SUFFIX: 7 7 | # IP-CIDR: 1 8 | # PROCESS-NAME: 2 9 | # USER-AGENT: 1 10 | # TOTAL: 12 11 | 12 | DOMAIN,wetv.qq.com 13 | DOMAIN-SUFFIX,iflix-images.akamaized.net 14 | DOMAIN-SUFFIX,iflix.com 15 | DOMAIN-SUFFIX,v.smtcdns.com 16 | DOMAIN-SUFFIX,v.smtcdns.net 17 | DOMAIN-SUFFIX,vv.video.qq.com 18 | DOMAIN-SUFFIX,wetv.vip 19 | DOMAIN-SUFFIX,wetvinfo.com 20 | IP-CIDR,150.109.28.51/32,no-resolve 21 | USER-AGENT,WeTV* 22 | PROCESS-NAME,com.tencent.qqlivei18n 23 | PROCESS-NAME,com.tencent.qqlivei18n.us -------------------------------------------------------------------------------- /Rules/UnionPay/UnionPay.list: -------------------------------------------------------------------------------- 1 | # NAME: 银联云闪付 2 | # AUTHOR: blackmatrix7 3 | # REPO: https://github.com/blackmatrix7/ios_rule_script 4 | # UPDATED: 2025-06-06 09:17:39 5 | # DOMAIN-SUFFIX: 16 6 | # TOTAL: 16 7 | 8 | DOMAIN-SUFFIX,95516.com 9 | DOMAIN-SUFFIX,95516.net 10 | DOMAIN-SUFFIX,airepay.net 11 | DOMAIN-SUFFIX,chinapay.cn 12 | DOMAIN-SUFFIX,chinapay.com 13 | DOMAIN-SUFFIX,chinapayhongkong.com 14 | DOMAIN-SUFFIX,chinaunionpay.com 15 | DOMAIN-SUFFIX,chinaunionpay.com.cn 16 | DOMAIN-SUFFIX,chinaunionpay.net 17 | DOMAIN-SUFFIX,cup.com.cn 18 | DOMAIN-SUFFIX,cup62.cn 19 | DOMAIN-SUFFIX,unionpay.com 20 | DOMAIN-SUFFIX,unionpay.net 21 | DOMAIN-SUFFIX,unionpayintl.cn 22 | DOMAIN-SUFFIX,unionpayintl.com 23 | DOMAIN-SUFFIX,unionpaysecure.com -------------------------------------------------------------------------------- /Rules/Gemini/Gemini.list: -------------------------------------------------------------------------------- 1 | # NAME: Gemini 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Gemini/Gemini.list 4 | # UPDATED: 2024-07-03 16:18:30 5 | # DOMAIN: 3 6 | # DOMAIN-KEYWORD: 3 7 | # DOMAIN-SUFFIX: 7 8 | # TOTAL: 13 9 | 10 | DOMAIN,ai.google.dev 11 | DOMAIN,alkalimakersuite-pa.clients6.google.com 12 | DOMAIN,makersuite.google.com 13 | DOMAIN-SUFFIX,bard.google.com 14 | DOMAIN-SUFFIX,deepmind.com 15 | DOMAIN-SUFFIX,deepmind.google 16 | DOMAIN-SUFFIX,gemini.google.com 17 | DOMAIN-SUFFIX,generativeai.google 18 | DOMAIN-SUFFIX,proactivebackend-pa.googleapis.com 19 | DOMAIN-SUFFIX,apis.google.com 20 | DOMAIN-KEYWORD,colab 21 | DOMAIN-KEYWORD,developerprofiles 22 | DOMAIN-KEYWORD,generativelanguage 23 | -------------------------------------------------------------------------------- /Rules/Filen/Filen.list: -------------------------------------------------------------------------------- 1 | # NAME: Filen 2 | # AUTHOR: 可莉🅥 3 | # HOMEPAGE: https://gitlab.com/lodepuly/vpn_tool/-/blob/master/Tool/Loon/Rule/Filen.list?ref_type=heads 4 | # UPDATED: 2024-07-20 11:14:56 5 | # DOMAIN: 12 6 | # DOMAIN-SUFFIX: 7 7 | # TOTAL: 19 8 | 9 | DOMAIN,cdn.filen.io 10 | DOMAIN,drive.filen.io 11 | DOMAIN,egest.filen.io 12 | DOMAIN,gateway.filen-1.net 13 | DOMAIN,gateway.filen-2.net 14 | DOMAIN,gateway.filen-3.net 15 | DOMAIN,gateway.filen-4.net 16 | DOMAIN,gateway.filen-5.net 17 | DOMAIN,gateway.filen.io 18 | DOMAIN,gateway.filen.net 19 | DOMAIN,ingest.filen.io 20 | DOMAIN,socket.filen.io 21 | DOMAIN-SUFFIX,filen.io 22 | DOMAIN-SUFFIX,filen.net 23 | DOMAIN-SUFFIX,filen-1.net 24 | DOMAIN-SUFFIX,filen-2.net 25 | DOMAIN-SUFFIX,filen-3.net 26 | DOMAIN-SUFFIX,filen-4.net 27 | DOMAIN-SUFFIX,filen-5.net -------------------------------------------------------------------------------- /Modules/Yangshipin.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=央视频去广告 2 | #!desc=去除赛事直播前的广告。 3 | #!author=Yu9191[https://github.com/Yu9191] 4 | #!category=去广告 5 | #!date=2025-07-12 00:20:00 6 | 7 | [URL Rewrite] 8 | # 解锁[电视]内会员 如果登录提示错误的话 手动屏蔽下面这条 9 | # &guid=[\w-]+&app_version=[\d\.]+&spadseg=\d&userid=(\d*)? &guid=f066be2cdf1c4f4893eb818de454313a&app_version=3.0.0.23522&spadseg=3&userid=234090757 302 10 | 11 | [Map Local] 12 | # > 央视频去广告 13 | ^https?:\/\/cdn\.cmgadx\.com\/sdk\/pool\/.+\.json data-type=text data="{}" status-code=200 14 | 15 | [Script] 16 | 央视频去广告 = type=http-request, pattern=^http:\/\/(liveinfo|bkliveinfo|playvv)\.ysp\.cctv\.cn\/(playvinfo\?.+|.*), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Yangshipin/Yangshipin_remove_ads.js, timeout=60 17 | 18 | [MITM] 19 | hostname = %APPEND% *.ysp.cctv.cn, cdn.cmgadx.com -------------------------------------------------------------------------------- /Modules/NewsPaper.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=新闻会员 2 | #!desc=解锁几个新闻平台会员 3 | #!author=wish[https://github.com/mist-whisper] 4 | #!category=会员解锁 5 | #!date=2025-06-25 21:33:00 6 | 7 | [Map Local] 8 | ^https?:\/\/ftmailbox\.cn\/ad_impression\/.+ data-type=text data=" " status-code=200 9 | 10 | [Script] 11 | 端传媒会员 = type=http-response, pattern=^https?:\/\/app\.theinitium\.com\/subs\/initiummedia_subs\/verify_subscription, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/InitiumMedia/InitiumMedia.js, requires-body=true, timeout=60 12 | 13 | FT中文网 = type=http-response, pattern=^https?:\/\/.*\.cloudfront\.net\/index\.php\/jsapi\/(paywall|get_story_more_info), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/FTchinese/FTchinese.js, requires-body=true, timeout=60 14 | 15 | [MITM] 16 | hostname = %APPEND% app.theinitium.com, *.cloudfront.net, ftmailbox.cn -------------------------------------------------------------------------------- /Modules/MaiMai_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=脉脉去广告 2 | #!desc=移除开屏广告、信息流广告、横幅推广、相关帖子推荐。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-05-13 15:17:08 6 | 7 | [Rewrite] 8 | ^https:\/\/(h3\.)?open\.taou\.com\/maimai\/adshow\? reject-dict 9 | 10 | ^https:\/\/(h3\.)?open\.taou\.com\/maimai\/pay\/v5\/check_gift\? reject-dict 11 | 12 | ^https:\/\/(h3\.)?open\.taou\.com\/maimai\/go_gossip_darwin\/external\/v2\/query_flow_cards\? reject-dict 13 | 14 | ^https:\/\/(h3\.)?open\.taou\.com\/maimai\/feed\/v6\/detail_recommend_feeds\? response-body-json-del feeds 15 | 16 | [Script] 17 | http-response ^https:\/\/(h3\.)?open\.taou\.com\/maimai\/(feed|gossip)\/v\d\/(focus_feed|gossip_detail_comment|feed_detail_comment?)\? script-path=https://kelee.one/Resource/JavaScript/MaiMai/MaiMai_remove_ads.js, requires-body=true, tag=移除信息流和评论区大块广告 18 | 19 | [MitM] 20 | hostname=open.taou.com, h3.open.taou.com -------------------------------------------------------------------------------- /Modules/Panel_Sub-info.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=机场流量信息 2 | #!desc=显示机场剩余流量信息以及套餐到期日期。 3 | #!author=Rabbit-Spec[https://github.com/Rabbit-Spec] 4 | #!category=面板模块 5 | #!date=2024-08-03 6 | 7 | #!arguments=NAME:机场名字,URL:编码后的机场订阅,RESET_Day:重置日期,ICON:externaldrive.fill.badge.icloud,COLOR:#FFB6C1 8 | #!arguments-desc=[参数设置]\n\n⓵ NAME: 可修改成你机场的名字。\n\n⓶ URL: 编码后的机场订阅。\n\n⓷ RESET_DAY: 流量每月重置的日期,如26号就写26,不设置则不显示流量重置日,仅显示到期日期。\n\n⓸ ICON: 自定义面板图标,需为有效的SFSymbolName,如不设置则默认。\n\n⓹ COLOR: 自定义图标颜色,需为颜色的HEX编码,如不设置则默认为"#FFB6C1"。\n\n encode链接: https://www.urlencoder.org 9 | # 更新日期:2024.08.03 10 | # 版本:5.0 11 | 12 | [Panel] 13 | {{{NAME}}}=script-name={{{NAME}}},update-interval=3600 14 | 15 | [Script] 16 | {{{NAME}}}=type=generic,timeout=10,script-path=https://raw.githubusercontent.com/Rabbit-Spec/Surge/Master/Module/Panel/Sub-info/Moore/Sub-info.js,script-update-interval=0,argument=url={{{URL}}}&reset_day={{{RESET_Day}}}&title={{{NAME}}}&icon={{{ICON}}}&color={{{COLOR}}} -------------------------------------------------------------------------------- /Modules/MangoTV.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=芒果TV去广告 2 | #!desc=解锁芒果TV会员,提升画质,移除广告,页面优化。 3 | #!author=WeiGiegie[https://github.com/WeiGiegie],wish[https://github.com/mist-whisper] 4 | #!category=解锁去广告 5 | #!date=2025-07-28 11:53:00 6 | 7 | [Map Local] 8 | ^https?://mobile.da.mgtv.com\/m\/page data-type=text data="{}" status-code=200 header="Content-Type:application/json" 9 | 10 | [Script] 11 | 解锁芒果TV会员 = type=http-request, pattern=^https?:\/\/mobile-stream\.api\.mgtv\.com\/v1\/video\/source\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/CNFTP/Mangotk.js, requires-body=true, timeout=60 12 | 13 | 芒果TV页面优化 = type=http-response, pattern=^https?:\/\/.*mgtv.com.*(GetUserInfo|module\/list\?_support|app\/bdboot|pullReleaseInfo|floor\/detail|video\/source|entry\?_support).*$, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/CNFTP/MangoTV.js, requires-body=true, timeout=60 14 | 15 | [MITM] 16 | hostname = %APPEND% *mgtv.com -------------------------------------------------------------------------------- /Modules/Panel_CFGPT.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=ChatGPT解锁查询 2 | #!desc=Chatgpt可用区域检测随可用性更换ICON 3 | #!author=keywos[https://github.com/keywos],wuhu_zz[https://github.com/wuhu_zz],getsomecat[https://github.com/getsomecat] 4 | #!category=去广告 5 | #!date=2024-11-28 00:00:00 6 | 7 | # 参数说明 8 | # 可选参数"iconerr=xxx" 不支持chatgpt时的图标,内容为任意有效的 SF Symbol Name 9 | # 可选参数"icon=xxx" 支持chatgpt时的图标,内容为任意有效的 SF Symbol Name,如 bolt.horizontal.circle.fill,详细可以下载app https://apps.apple.com/cn/app/sf-symbols-browser/id1491161336 10 | # 可选参数"color=xxx" 当使用 icon 字段时,可传入 color 字段控制图标颜色,字段内容为颜色的 HEX 编码。如:color=#007aff 11 | # 如:argument=icon=lasso.and.sparkles&iconerr=xmark.seal.fill&icon-color=#D7431E 12 | 13 | 14 | [Panel] 15 | CFGPT=script-name=CFGPT,update-interval=-1 16 | [Script] 17 | CFGPT=type=generic,timeout=6,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/CFGPT.js,argument=icon=lasso.and.sparkles&iconerr=xmark.seal.fill&icon-color=#336FA9&iconerr-color=#D65C51 -------------------------------------------------------------------------------- /Modules/SportsiQIYI.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=爱奇艺体育去广告 2 | #!desc=移除爱奇艺体育开屏广告、搜索框热词资讯、我的页面推广和回放模块。 3 | #!author=wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-09-06 04:25:00 6 | 7 | [Map Local] 8 | # 移除爱奇艺体育开屏广告 9 | ^https:\/\/show\.ssports\.com\/s\?brand data-type=text data="{}" status-code=200 header="Content-Type:application/json" 10 | 11 | [Body Rewrite] 12 | # 移除搜索框热词资讯 13 | response-body-json-jq ^https:\/\/json\.ssports\.com\/json\/recommend '.retData |= (del(.mybanner, .databanner10) | select(. != {}))' 14 | 15 | # 移除爱奇艺体育我的页面推广 16 | response-body-json-jq ^https:\/\/show\.ssports\.com\/x\?brand 'del(.retData.mybanner, .retData.databanner10)' 17 | 18 | # 移除爱奇艺体育我的页面回放模块 19 | response-body-json-jq ^https:\/\/json\.ssports\.com\/json\/channel\/ios\/v2\/newMy\.json$ '(.retData.moduleList) |= map(select((.isAd != 1) and (.moduleName | test("回放|集锦") | not)))' 20 | 21 | 22 | [MitM] 23 | hostname = %APPEND% json.ssports.com,show.ssports.com -------------------------------------------------------------------------------- /Rules/1Password/1PasswordUS.list: -------------------------------------------------------------------------------- 1 | # NAME: 1PasswordUS 2 | # AUTHOR: 可莉🅥 3 | # HOMEPAGE: https://gitlab.com/lodepuly/vpn_tool/-/blob/master/Tool/Loon/Rule/1PasswordUS.list 4 | # UPDATED: 2024-04-18 23:54:21 5 | 6 | # 美国 7 | DOMAIN-SUFFIX, 1password.com // 各子域为 1Password 提供核心服务 8 | DOMAIN-SUFFIX, 1passwordservices.com // 各子域为 1Password 提供支持服务,例如 Duo 集成、遥测和订阅管理。 9 | DOMAIN-SUFFIX, 1passwordusercontent.com // 提供 1Password 帐户的用户内容,例如保存的文件和个人资料图片。 10 | 11 | # 其他域名 12 | DOMAIN, accounts.brex.com // 提供对 Brex 虚拟卡的支持 13 | DOMAIN, api.privacy.com // 为虚拟卡片提供支持 14 | DOMAIN, api.pwnedpasswords.com // 使用 haveibeenpwned.com 提供的 Pwned Passwords 服务在 Watchtower 中提供易受攻击的密码功能。 15 | DOMAIN, cache.agilebits.com // 提供登录名和软件许可证项目的图标 16 | DOMAIN, in.appcenter.ms // 在适用于 iOS 的 1Password 7 和适用于 Mac 的 1Password 7.9.10 及更早版本中提供崩溃报告管理。 17 | DOMAIN, jmap.fastmail.com // 为 Fastmail 中的蒙面电子提供支持 18 | DOMAIN, platform.brex.com // 提供对 Brex 虚拟卡的支持 19 | DOMAIN-SUFFIX, 1infra.net // 在 1Password 网络内提供基础设施识别 20 | DOMAIN-SUFFIX, fastmail.com // 为 Fastmail 中的蒙面电子提供支持 21 | DOMAIN-SUFFIX, globalsign.com // 当 1Password 应用程序请求时,提供对 Windows 上代码签名到期日期的检查 22 | -------------------------------------------------------------------------------- /Modules/QQ_Redirect.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=QQ链接解锁 2 | #!desc=解除QQ内访问非白名单之外的地址提示停止访问该页面的限制,并移除跟踪参数,使用前需要清除QQ的缓存数据。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=功能增强 5 | #!date=2025-05-13 15:17:08 6 | 7 | [URL Rewrite] 8 | (^https:\/\/c\.pc\.qq\.com\/middlem\.html\?pfurl=)(http.*)(&pfuin=.*) $2 307 9 | (^https:\/\/c\.pc\.qq\.com\/middlect\.html\?pfuin=.*&pfurl=)(http.*)(&gjsublevel=.*) $2 307 10 | (^https:\/\/c\.pc\.qq\.com\/middlect\.html\?iscontinue=.*pfurl=)(http.*)(&pfuin=.*) $2 307 11 | (^https:\/\/pingtas\.qq\.com\/webview\/pingd\?dm=c\.pc\.qq\.com&pvi=\d+&si=s\d+&url=\/middlem\.html\?pfurl%3d)(http.*)(%26pfuin%3d.*%26pfuin%3d.*) $2 307 12 | (^https:\/\/cgi\.connect\.qq\.com\/qqconnectopen\/get_urlinfoForQQV2\?url=)(http.*) $2 307 13 | (^https:\/\/c\.pc\.qq\.com\/index\.html\?pfurl=)(http.*)(&pfuin=.*) $2 307 14 | (^https:\/\/c\.pc\.qq\.com\/ios\.html\?url=)(http.*)(&level=.*) $2 307 15 | (^https:\/\/pingtas\.qq\.com\/webview\/pingd\?dm=c\.pc\.qq\.com&pvi=\d+&si=s\d+&url=\/ios\.html\?url%3d)(http.*)(%26level.*%26level.*) $2 307 16 | 17 | [MITM] 18 | hostname = %APPEND% pingtas.qq.com, c.pc.qq.com, cgi.connect.qq.com -------------------------------------------------------------------------------- /Modules/Unicom_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=中国联通去广告 2 | #!desc=移除中国联通APP开屏广告、搜索框推广、主页浮窗和底部推广以及我的页面钱包模块,后续还将继续完善。 3 | #!author=wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-09-12 14:00:00 6 | 7 | [Rule] 8 | # 开屏广告 9 | DOMAIN,m1.ad.10010.com,REJECT 10 | 11 | [Body Rewrite] 12 | # 搜索框推广 13 | response-body-json-jq ^https:\/\/m\.client\.10010\.com\/search_service\/tyfbSearch\/searchDiscoverListExpress '.data = []' 14 | response-body-json-jq ^https:\/\/m\.client\.10010\.com\/search_service\/search\/searchScrollWord '.["113000004"] = []' 15 | 16 | # 浮窗推广 17 | response-body-json-jq ^https:\/\/m\.client\.10010\.com\/clientIndex\/v1\/api\/navHome '.datas.homeTopMenuItems |= map(select(.menuName != "通通" and .menuName != "vowifi" and .menuName != "签到" and .menuName != ""))' 18 | response-body-json-jq ^https:\/\/m\.client\.10010\.com\/clientIndex\/homefusion\/fuInter 'del(.["HomeFusion.fuchuangAdv_A8"], .["HomeFusion.bottomLabel"])' 19 | 20 | # 我的页面钱包模块 21 | response-body-json-jq ^https:\/\/m\.client\.10010\.com\/clientMyPage\/v1\/api\/myWallet '.data.payShowFlag = false' 22 | 23 | [MitM] 24 | hostname = %APPEND% m.client.10010.com -------------------------------------------------------------------------------- /Rules/GitHub/GitHub.list: -------------------------------------------------------------------------------- 1 | # NAME: GitHub 2 | # UPDATED: 2024-11-24 3 | # DOMAIN-KEYWORD: 1 4 | # DOMAIN-SUFFIX: 30 5 | # TOTAL: 31 6 | 7 | DOMAIN-SUFFIX,pages.dev 8 | DOMAIN-SUFFIX,atom.io 9 | DOMAIN-SUFFIX,dependabot.com 10 | DOMAIN-SUFFIX,ghcr.io 11 | DOMAIN-SUFFIX,git.io 12 | DOMAIN-SUFFIX,github-atom-io-herokuapp-com.freetls.fastly.net 13 | DOMAIN-SUFFIX,github-avatars.oss-cn-hongkong.aliyuncs.com 14 | DOMAIN-SUFFIX,github-cloud.s3.amazonaws.com 15 | DOMAIN-SUFFIX,github.blog 16 | DOMAIN-SUFFIX,github.com 17 | DOMAIN-SUFFIX,github.community 18 | DOMAIN-SUFFIX,github.dev 19 | DOMAIN-SUFFIX,github.io 20 | DOMAIN-SUFFIX,githubapp.com 21 | DOMAIN-SUFFIX,githubassets.com 22 | DOMAIN-SUFFIX,githubhackathon.com 23 | DOMAIN-SUFFIX,githubnext.com 24 | DOMAIN-SUFFIX,githubpreview.dev 25 | DOMAIN-SUFFIX,githubstatus.com 26 | DOMAIN-SUFFIX,githubuniverse.com 27 | DOMAIN-SUFFIX,githubusercontent.com 28 | DOMAIN-SUFFIX,myoctocat.com 29 | DOMAIN-SUFFIX,npm.community 30 | DOMAIN-SUFFIX,npmjs.com 31 | DOMAIN-SUFFIX,npmjs.org 32 | DOMAIN-SUFFIX,opensource.guide 33 | DOMAIN-SUFFIX,rawgit.com 34 | DOMAIN-SUFFIX,rawgithub.com 35 | DOMAIN-SUFFIX,repo.new 36 | DOMAIN-SUFFIX,thegithubshop.com 37 | DOMAIN-KEYWORD,github 38 | -------------------------------------------------------------------------------- /Rules/Discord/Discord.list: -------------------------------------------------------------------------------- 1 | # NAME: Discord 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Discord/Discord.list 4 | # UPDATED: 2024-07-03 16:16:11 5 | # DOMAIN-SUFFIX: 28 6 | # TOTAL: 28 7 | 8 | DOMAIN-SUFFIX,airhorn.solutions 9 | DOMAIN-SUFFIX,airhornbot.com 10 | DOMAIN-SUFFIX,bigbeans.solutions 11 | DOMAIN-SUFFIX,dis.gd 12 | DOMAIN-SUFFIX,discord-activities.com 13 | DOMAIN-SUFFIX,discord.co 14 | DOMAIN-SUFFIX,discord.com 15 | DOMAIN-SUFFIX,discord.design 16 | DOMAIN-SUFFIX,discord.dev 17 | DOMAIN-SUFFIX,discord.gg 18 | DOMAIN-SUFFIX,discord.gift 19 | DOMAIN-SUFFIX,discord.gifts 20 | DOMAIN-SUFFIX,discord.media 21 | DOMAIN-SUFFIX,discord.new 22 | DOMAIN-SUFFIX,discord.store 23 | DOMAIN-SUFFIX,discord.tools 24 | DOMAIN-SUFFIX,discordactivities.com 25 | DOMAIN-SUFFIX,discordapp.com 26 | DOMAIN-SUFFIX,discordapp.io 27 | DOMAIN-SUFFIX,discordapp.net 28 | DOMAIN-SUFFIX,discordapp.page.link 29 | DOMAIN-SUFFIX,discordcdn.com 30 | DOMAIN-SUFFIX,discordmerch.com 31 | DOMAIN-SUFFIX,discordpartygames.com 32 | DOMAIN-SUFFIX,discordsays.com 33 | DOMAIN-SUFFIX,discordstatus.com 34 | DOMAIN-SUFFIX,hammerandchisel.ssl.zendesk.com 35 | DOMAIN-SUFFIX,watchanimeattheoffice.com 36 | -------------------------------------------------------------------------------- /Rules/TikTok/TikTok.list: -------------------------------------------------------------------------------- 1 | # NAME: TikTok 2 | # AUTHOR: blackmatrix7 3 | # REPO: https://github.com/blackmatrix7/ios_rule_script 4 | # UPDATED: 2024-08-05 02:10:46 5 | # DOMAIN: 3 6 | # DOMAIN-KEYWORD: 2 7 | # DOMAIN-SUFFIX: 22 8 | # PROCESS-NAME: 1 9 | # USER-AGENT: 1 10 | # TOTAL: 29 11 | DOMAIN,lf16-effectcdn.byteeffecttos-g.com 12 | DOMAIN,lf16-pkgcdn.pitaya-clientai.com 13 | DOMAIN,p16-tiktokcdn-com.akamaized.net 14 | DOMAIN-SUFFIX,bytedapm.com 15 | DOMAIN-SUFFIX,bytegecko-i18n.com 16 | DOMAIN-SUFFIX,byteoversea.com 17 | DOMAIN-SUFFIX,capcut.com 18 | DOMAIN-SUFFIX,ibytedtos.com 19 | DOMAIN-SUFFIX,ibyteimg.com 20 | DOMAIN-SUFFIX,ipstatp.com 21 | DOMAIN-SUFFIX,isnssdk.com 22 | DOMAIN-SUFFIX,muscdn.com 23 | DOMAIN-SUFFIX,musical.ly 24 | DOMAIN-SUFFIX,sgpstatp.com 25 | DOMAIN-SUFFIX,snssdk.com 26 | DOMAIN-SUFFIX,tik-tokapi.com 27 | DOMAIN-SUFFIX,tiktok.com 28 | DOMAIN-SUFFIX,tiktokcdn-us.com 29 | DOMAIN-SUFFIX,tiktokcdn.com 30 | DOMAIN-SUFFIX,tiktokd.net 31 | DOMAIN-SUFFIX,tiktokd.org 32 | DOMAIN-SUFFIX,tiktokmusic.app 33 | DOMAIN-SUFFIX,tiktokv.com 34 | DOMAIN-SUFFIX,tiktokv.us 35 | DOMAIN-SUFFIX,ttwebview.com 36 | DOMAIN-KEYWORD,musical.ly 37 | DOMAIN-KEYWORD,tiktok 38 | USER-AGENT,TikTok* 39 | PROCESS-NAME,com.zhiliaoapp.musically 40 | -------------------------------------------------------------------------------- /Rules/Soul/Soul.list: -------------------------------------------------------------------------------- 1 | # NAME: Soul 2 | # AUTHOR: heichaowo 3 | # HOMEPAGE: https://github.com/heichaowo/rule_script/blob/main/rule/app/SOUL/SOUL.list 4 | # UPDATED: 2024-12-30 5 | 6 | DOMAIN-SUFFIX,soulapp.cn 7 | DOMAIN-KEYWORD,soulapp 8 | IP-CIDR,8.210.3.170/32,no-resolve 9 | IP-CIDR,43.231.145.10/32,no-resolve 10 | IP-CIDR,47.75.72.47/32,no-resolve 11 | IP-CIDR,47.96.7.91/32,no-resolve 12 | IP-CIDR,47.96.11.46/32,no-resolve 13 | IP-CIDR,47.96.20.45/32,no-resolve 14 | IP-CIDR,47.98.54.106/32,no-resolve 15 | IP-CIDR,47.98.137.249/32,no-resolve 16 | IP-CIDR,47.110.187.87/32,no-resolve 17 | IP-CIDR,114.215.255.94/32,no-resolve 18 | IP-CIDR,116.62.47.28/32,no-resolve 19 | IP-CIDR,116.62.97.84/32,no-resolve 20 | IP-CIDR,116.62.108.43/32,no-resolve 21 | IP-CIDR,116.62.247.96/32,no-resolve 22 | IP-CIDR,118.31.7.235/32,no-resolve 23 | IP-CIDR,118.31.112.221/32,no-resolve 24 | IP-CIDR,120.55.55.115/32,no-resolve 25 | IP-CIDR,120.55.62.124/32,no-resolve 26 | IP-CIDR,120.26.40.187/32,no-resolve 27 | IP-CIDR,121.40.189.58/32,no-resolve 28 | IP-CIDR,121.43.161.107/32,no-resolve 29 | IP-CIDR,121.196.203.183/32,no-resolve 30 | IP-CIDR6,2400:3200:1500::70/32,no-resolve 31 | IP-CIDR6,2400:3200:1500::169/32,no-resolve 32 | IP-CIDR6,2400:3200:1500::1fb/32,no-resolve -------------------------------------------------------------------------------- /Modules/Spotify_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Spotify去广告 2 | #!desc=移除Spotify播放广告,移除随机播放,自定义移除歌单创建按钮,恢复歌手和专辑列表的正常展示,建议重新登录并清除缓存。 3 | #!author=001ProMax[https://github.com/001ProMax] 4 | #!category=解锁去广告 5 | #!date=2025-08-10 18:34:00 6 | 7 | #!arguments=隐藏底栏创建按钮:1,接力功能:0 8 | #!arguments-desc=隐藏底栏创建按钮: [1, 0]\n- 1: 开启\n- 0: 关闭\n\n接力功能: [1, 0]\n- 1: 开启\n- 0: 关闭 9 | 10 | [Rule] 11 | AND, ((DOMAIN-SUFFIX, spotify.com), (PROTOCOL, QUIC)), REJECT 12 | 13 | [URL Rewrite] 14 | ^https:\/\/(?:\w+-spclient|spclient\.wg)\.spotify\.com(?::443)?\/artistview\/v1\/artist\/(.*)&platform=iphone https://spclient.wg.spotify.com/artistview/v1/artist/$1&platform=ipad header 15 | 16 | [Map Local] 17 | ^https:\/\/(?:\w+-spclient|spclient\.wg)\.spotify\.com(?::443)?\/pendragon\/ data-type=text data="" status-code=200 header="Content-Type:application/json" 18 | 19 | [Script] 20 | Protobuf处理 = type=http-response, pattern=^https:\/\/(?:\w+-spclient|spclient\.wg)\.spotify\.com(?::443)?\/(?:bootstrap|user-customization-service), script-path=https://raw.githubusercontent.com/001ProMax/Surge/refs/heads/main/Script/Spotify.Crack.Dev.js, requires-body=true, binary-body-mode=true, argument="{"tab":{{{隐藏底栏创建按钮}}},"useractivity":{{{接力功能}}}}" 21 | 22 | [MITM] 23 | hostname = %INSERT% *-spclient.spotify.com, spclient.wg.spotify.com -------------------------------------------------------------------------------- /Rules/BBC/BBC.list: -------------------------------------------------------------------------------- 1 | # NAME: BBC 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/BBC/BBC.list 4 | # UPDATED: 2024-07-03 16:16:11 5 | # DOMAIN: 11 6 | # DOMAIN-KEYWORD: 2 7 | # DOMAIN-SUFFIX: 15 8 | # USER-AGENT: 1 9 | # TOTAL: 29 10 | 11 | DOMAIN,aod-dash-uk-live.akamaized.net 12 | DOMAIN,aod-hls-uk-live.akamaized.net 13 | DOMAIN,as-dash-uk-live.akamaized.net 14 | DOMAIN,as-hls-uk-live.akamaized.net 15 | DOMAIN,vod-dash-uk-live.akamaized.net 16 | DOMAIN,vod-dash-ww-live.akamaized.net 17 | DOMAIN,vod-hls-uk-live.akamaized.net 18 | DOMAIN,vod-sub-uk-live.akamaized.net 19 | DOMAIN,vod-thumb-uk-live.akamaized.net 20 | DOMAIN,vod-thumb-ww-live.akamaized.net 21 | DOMAIN,vs-cmaf-push-uk-live.akamaized.net 22 | DOMAIN-SUFFIX,bbc 23 | DOMAIN-SUFFIX,bbc.co 24 | DOMAIN-SUFFIX,bbc.co.uk 25 | DOMAIN-SUFFIX,bbc.com 26 | DOMAIN-SUFFIX,bbc.in 27 | DOMAIN-SUFFIX,bbc.net.uk 28 | DOMAIN-SUFFIX,bbcchinese.com 29 | DOMAIN-SUFFIX,bbcfmt.hs.llnwd.net 30 | DOMAIN-SUFFIX,bbcfmt.s.llnwi.net 31 | DOMAIN-SUFFIX,bbci.co 32 | DOMAIN-SUFFIX,bbci.co.uk 33 | DOMAIN-SUFFIX,bbcmedia.co.uk 34 | DOMAIN-SUFFIX,bbcpersian.com 35 | DOMAIN-SUFFIX,bbcverticals.com 36 | DOMAIN-SUFFIX,bidi.net.uk 37 | DOMAIN-KEYWORD,bbcfmt 38 | DOMAIN-KEYWORD,uk-live 39 | USER-AGENT,BBCiPlayer* 40 | -------------------------------------------------------------------------------- /Modules/Tencent_Video_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=腾讯视频去广告 2 | #!desc=过滤腾讯视频客户端开屏广告和片头广告。 3 | #!author=fmz200[https://github.com/fmz200] 4 | #!category=去广告 5 | #!date=2025-05-28 11:25:00 6 | 7 | [Rule] 8 | DOMAIN,pgdt.gtimg.cn,REJECT 9 | DOMAIN,ugchsy.gtimg.com,REJECT 10 | DOMAIN,adsmind.gdtimg.com,REJECT 11 | DOMAIN,btrace.video.qq.com,REJECT 12 | DOMAIN,info4.video.qq.com,REJECT 13 | DOMAIN,info6.video.qq.com,REJECT 14 | DOMAIN,activity.video.qq.com,REJECT 15 | DOMAIN,ios.video.mpush.qq.com,REJECT 16 | DOMAIN,p.l.qq.com,REJECT 17 | DOMAIN,rpt.gdt.qq.com,REJECT 18 | DOMAIN,tux.qq.com,REJECT 19 | DOMAIN,iacc.qq.com,REJECT 20 | DOMAIN,p2.l.qq.com,REJECT 21 | DOMAIN,v3.gdt.qq.com,REJECT 22 | DOMAIN,rmonitor.qq.com,REJECT 23 | DOMAIN,xs.gdt.qq.com,REJECT 24 | DOMAIN,aegis.qq.com,REJECT 25 | DOMAIN,rdelivery.qq.com,REJECT 26 | DOMAIN,wallpaper-1258344696.file.myqcloud.com,REJECT 27 | DOMAIN,wallpaper-test-1258344696.file.myqcloud.com,REJECT 28 | DOMAIN-SUFFIX,api.poll.video.qq.com,REJECT 29 | DOMAIN-SUFFIX,trace.qq.com,REJECT 30 | DOMAIN-SUFFIX,tetrack.qq.com,REJECT 31 | DOMAIN-SUFFIX,tpns.tencent.com,REJECT 32 | DOMAIN-SUFFIX,stat.tpns.tencent.com,REJECT 33 | DOMAIN-SUFFIX,static-res.qq.com,REJECT 34 | DOMAIN-SUFFIX,omgmta.qq.com,REJECT 35 | DOMAIN-SUFFIX,omgmta1.qq.com,REJECT 36 | IP-CIDR,183.201.213.194/24,REJECT,no-resolve -------------------------------------------------------------------------------- /Modules/YouTube_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=YouTube去广告 2 | #!desc=移除YouTube视频、瀑布流、搜索和Shorts中的广告,移除底部的上传按钮和Shorts按钮,增加画中画及字幕翻译功能,支持后台播放。需要启用QUIC回退保护。支持Premium订阅用户使用,不支持tvOS设备。 3 | #!author=Maasea[https://github.com/Maasea],wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-06-05 16:15:00 6 | 7 | #!arguments=隐藏上传按钮:false,隐藏短视频按钮:false,字幕翻译语言:off 8 | #!arguments-desc=- 屏蔽参数:[true, false] \n- 语言代码:[ off, zh-Hans, zh-Hant, ja, ko, en] \n语言代码遵循 Google Translate Languages Codes, 当填入 off 时关闭翻译。 9 | 10 | [Rule] 11 | AND,((DOMAIN-SUFFIX,googlevideo.com), (PROTOCOL,UDP)),REJECT 12 | AND,((DOMAIN,youtubei.googleapis.com), (PROTOCOL,UDP)),REJECT 13 | 14 | [Map Local] 15 | ^https?:\/\/[\w-]+\.googlevideo\.com\/initplayback.+&oad data-type=text data="" status-code=200 16 | 17 | [Script] 18 | youtube.response = type=http-response,pattern=^https:\/\/youtubei\.googleapis\.com\/youtubei\/v1\/(browse|next|player|search|reel\/reel_watch_sequence|guide|account\/get_setting|get_watch),requires-body=1,max-size=-1,binary-body-mode=1,script-path=https://raw.githubusercontent.com/Maasea/sgmodule/master/Script/Youtube/youtube.response.js,argument="{"blockUpload":{{{隐藏上传按钮}}},"blockShorts":{{{隐藏短视频按钮}}},"captionLang":"{{{字幕翻译语言}}}"}" 19 | 20 | 21 | 22 | [MITM] 23 | hostname = %APPEND% *.googlevideo.com, youtubei.googleapis.com -------------------------------------------------------------------------------- /Rules/X/X.list: -------------------------------------------------------------------------------- 1 | # NAME: X 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Twitter/Twitter.list 4 | # UPDATED: 2024-07-03 16:16:10 5 | # DOMAIN-KEYWORD: 1 6 | # DOMAIN-SUFFIX: 25 7 | # IP-CIDR: 6 8 | # TOTAL: 32 9 | 10 | DOMAIN-SUFFIX,ads-twitter.com 11 | DOMAIN-SUFFIX,cms-twdigitalassets.com 12 | DOMAIN-SUFFIX,periscope.tv 13 | DOMAIN-SUFFIX,pscp.tv 14 | DOMAIN-SUFFIX,t.co 15 | DOMAIN-SUFFIX,tellapart.com 16 | DOMAIN-SUFFIX,tweetdeck.com 17 | DOMAIN-SUFFIX,twimg.co 18 | DOMAIN-SUFFIX,twimg.com 19 | DOMAIN-SUFFIX,twimg.org 20 | DOMAIN-SUFFIX,twitpic.com 21 | DOMAIN-SUFFIX,twitter.biz 22 | DOMAIN-SUFFIX,twitter.com 23 | DOMAIN-SUFFIX,twitter.jp 24 | DOMAIN-SUFFIX,twittercommunity.com 25 | DOMAIN-SUFFIX,twitterflightschool.com 26 | DOMAIN-SUFFIX,twitterinc.com 27 | DOMAIN-SUFFIX,twitteroauth.com 28 | DOMAIN-SUFFIX,twitterstat.us 29 | DOMAIN-SUFFIX,twtrdns.net 30 | DOMAIN-SUFFIX,twttr.com 31 | DOMAIN-SUFFIX,twttr.net 32 | DOMAIN-SUFFIX,twvid.com 33 | DOMAIN-SUFFIX,vine.co 34 | DOMAIN-SUFFIX,x.com 35 | DOMAIN-KEYWORD,twitter 36 | IP-CIDR,192.133.76.0/22,no-resolve 37 | IP-CIDR,199.59.148.0/22,no-resolve 38 | IP-CIDR,199.96.56.0/21,no-resolve 39 | IP-CIDR,202.160.128.0/22,no-resolve 40 | IP-CIDR,209.237.192.0/19,no-resolve 41 | IP-CIDR,69.195.160.0/19,no-resolve 42 | -------------------------------------------------------------------------------- /Rules/Amazon/AmazonPrimeVideo.list: -------------------------------------------------------------------------------- 1 | # NAME: Amazon Prime Video 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/AmazonPrimeVideo/AmazonPrimeVideo.list 4 | # UPDATED: 2024-07-03 16:16:13 5 | # DOMAIN: 5 6 | # DOMAIN-KEYWORD: 1 7 | # DOMAIN-SUFFIX: 19 8 | # PROCESS-NAME: 1 9 | # USER-AGENT: 2 10 | # TOTAL: 28 11 | 12 | DOMAIN,d1v5ir2lpwr8os.cloudfront.net 13 | DOMAIN,d22qjgkvxw22r6.cloudfront.net 14 | DOMAIN,d25xi40x97liuc.cloudfront.net 15 | DOMAIN,d27xxe7juh1us6.cloudfront.net 16 | DOMAIN,dmqdd6hw24ucf.cloudfront.net 17 | DOMAIN-SUFFIX,aiv-cdn.net 18 | DOMAIN-SUFFIX,aiv-delivery.net 19 | DOMAIN-SUFFIX,amazonprimevideo.cn 20 | DOMAIN-SUFFIX,amazonprimevideo.com.cn 21 | DOMAIN-SUFFIX,amazonprimevideos.com 22 | DOMAIN-SUFFIX,amazonvideo.cc 23 | DOMAIN-SUFFIX,amazonvideo.com 24 | DOMAIN-SUFFIX,atv-ps.amazon.com 25 | DOMAIN-SUFFIX,avodmp4s3ww-a.akamaihd.net 26 | DOMAIN-SUFFIX,fls-na.amazon.com 27 | DOMAIN-SUFFIX,llnwd.net 28 | DOMAIN-SUFFIX,media-amazon.com 29 | DOMAIN-SUFFIX,prime-video.com 30 | DOMAIN-SUFFIX,primevideo.cc 31 | DOMAIN-SUFFIX,primevideo.com 32 | DOMAIN-SUFFIX,primevideo.info 33 | DOMAIN-SUFFIX,primevideo.org 34 | DOMAIN-SUFFIX,primevideo.tv 35 | DOMAIN-SUFFIX,pv-cdn.net 36 | DOMAIN-KEYWORD,avoddashs 37 | USER-AGENT,InstantVideo.US* 38 | USER-AGENT,Prime%20Video* 39 | PROCESS-NAME,com.amazon.avod.thirdpartyclient 40 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | > [!CAUTION] 2 | > 禁止在中华人民共和国境内平台公开传播本仓库内的任何内容或以此牟利! 3 | 4 | > [!WARNING] 5 | > 接上游开发者通知,本仓库部分内容不再进行更新,转为线上网站闭源运作。后续可能会对GitHub仓库相关内容进行存档/私有化/删除等操作,如有需要可访问[Kelvin Lab](https://kelvinlab.wuyra.com)继续使用,但请遵守相关[服务条款与用户协议](https://kelvinlab.wuyra.com/Terms)。 6 | > 7 | > 亦可前往其他上游作者仓库或模块网站进行合法使用,比如[LoonKissSurge](https://surge.qingr.moe)等,感谢理解。 8 | 9 | > [!IMPORTANT] 10 | > - 仓库内引用的资源均保留了原作者署名信息,在此感谢各位原作者。尊重每一位原作者和原创者的劳动成果。如果您认为本仓库中的内容侵犯了您的版权或其他合法权益,请及时联系以进行删除或修改。 11 | > 12 | > - 本仓库内的所有内容仅供个人学习、测试和研究使用,严禁用于商业用途或非法目的。仓库中的资源不作任何合法性、准确性、完整性或有效性的保证,使用者应自行评估并承担相应风险。对于由使用本仓库内容引起的任何损失或损害,作者概不负责。 13 | > 14 | > - 本仓库内的所有资源禁止在任何社交媒体、自媒体平台及其他公共场合进行任何形式的转载、发布、传播或分享。感谢您的理解与配合。 15 | > 16 | > - 本人对任何脚本相关问题概不负责,包括但不限于因脚本错误或使用不当导致的损失或损害。使用者应自行评估和承担相关风险,使用前请谨慎考虑。 17 | > 18 | > - 以任何方式查看本仓库或直接或间接使用本仓库内容的用户,均应仔细阅读此声明。作者保留随时修改或补充本使用声明的权利。任何修改一旦发布,即时生效。使用或复制任何相关脚本或规则即视为您已接受此使用声明的所有条款。如有任何异议,请立即停止使用。 19 | > 20 | > - 转载请务必保留原作者署名信息,且遵守 [GNU](LICENSE) 许可协议。 21 | > 22 | > > **您必须在下载后的 24 小时内从计算机或手机中完全删除以上内容。** 23 | > 24 | > > **您使用或者复制了本仓库的任何脚本,则视为`已接受`此声明,请仔细阅读。** 25 | ------ 26 | 27 | #### 配置模板 28 | > [!TIP] 29 | > 仅提供基础配置文件,不提供其他配置和软件教学,详细使用方法请参考[Surge使用手册](https://surge.mitsea.com/overview)自行研究。 30 | > 31 | > 点击下方链接复制配置地址 32 | > 33 | > [深巷有喵的配置](https://raw.githubusercontent.com/mist-whisper/Surge/master/Surge.conf) 34 | 35 | ------ 36 | 37 | #### 模块 38 | 39 | > [!note] 40 | > 不再提供源码链接,如有需求自行拉取raw使用。 41 | -------------------------------------------------------------------------------- /Rules/Spotify/Spotify.list: -------------------------------------------------------------------------------- 1 | # NAME: Spotify 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Spotify/Spotify.list 4 | # UPDATED: 2024-11-25 02:12:13 5 | # DOMAIN: 6 6 | # DOMAIN-KEYWORD: 1 7 | # DOMAIN-SUFFIX: 20 8 | # IP-CIDR: 2 9 | # PROCESS-NAME: 1 10 | # USER-AGENT: 1 11 | # TOTAL: 31 12 | 13 | DOMAIN,audio4-ak-spotify-com.akamaized.net 14 | DOMAIN,cdn-spotify-experiments.conductrics.com 15 | DOMAIN,heads-ak-spotify-com.akamaized.net 16 | DOMAIN,spotify.com.edgesuite.net 17 | DOMAIN,spotify.map.fastly.net 18 | DOMAIN,spotify.map.fastlylb.net 19 | DOMAIN-SUFFIX,audio-ak-spotify-com.akamaized.net 20 | DOMAIN-SUFFIX,byspotify.com 21 | DOMAIN-SUFFIX,heads4-ak-spotify-com.akamaized.net 22 | DOMAIN-SUFFIX,pscdn.co 23 | DOMAIN-SUFFIX,scdn.co 24 | DOMAIN-SUFFIX,spoti.fi 25 | DOMAIN-SUFFIX,spotify-com.akamaized.net 26 | DOMAIN-SUFFIX,spotify-everywhere.com 27 | DOMAIN-SUFFIX,spotify.app.link 28 | DOMAIN-SUFFIX,spotify.com 29 | DOMAIN-SUFFIX,spotify.design 30 | DOMAIN-SUFFIX,spotifycdn.com 31 | DOMAIN-SUFFIX,spotifycdn.net 32 | DOMAIN-SUFFIX,spotifycharts.com 33 | DOMAIN-SUFFIX,spotifycodes.com 34 | DOMAIN-SUFFIX,spotifyforbrands.com 35 | DOMAIN-SUFFIX,spotifyjobs.com 36 | DOMAIN-SUFFIX,spotifynewsroom.jp 37 | DOMAIN-SUFFIX,spotilocal.com 38 | DOMAIN-SUFFIX,tospotify.com 39 | DOMAIN-KEYWORD,spotify 40 | IP-CIDR,104.154.127.126/32,no-resolve 41 | IP-CIDR,35.186.224.47/32,no-resolve 42 | USER-AGENT,Spotify* 43 | PROCESS-NAME,com.spotify.music 44 | -------------------------------------------------------------------------------- /Rules/ChinaDownloadCDN/ChinaDownloadCDN.list: -------------------------------------------------------------------------------- 1 | # NAME: ChinaDownloadCDN 2 | # AUTHOR: 可莉🅥 3 | # HOMEPAGE: https://gitlab.com/lodepuly/vpn_tool/-/blob/master/Tool/Loon/Rule/ChinaDownloadCDN.list 4 | # UPDATED: 2024-07-06 14:16:37 5 | 6 | # EPIC游戏下载、更新[中国] 7 | DOMAIN, epicgames-download1-1251447533.file.myqcloud.com 8 | 9 | # Battle.net 战网游戏下载、更新[中国] 10 | # DOMAIN-SUFFIX, pdl.wow.battlenet.com.cn 11 | # DOMAIN, client05.pdl.wow.battlenet.com.cn 12 | # DOMAIN, client02.pdl.wow.battlenet.com.cn 13 | # DOMAIN, client02-cm.pdl.wow.battlenet.com.cn 14 | 15 | # GOG游戏下载、更新[中国] 16 | # DOMAIN, gog.qtlglb.com 17 | 18 | # 微软商店游戏下载、应用下载、系统更新[中国] 19 | DOMAIN, assets1.xboxlive.cn 20 | DOMAIN, assets2.xboxlive.cn 21 | DOMAIN, dl.delivery.mp.microsoft.com 22 | DOMAIN, tlu.dl.delivery.mp.microsoft.com 23 | 24 | # UBisoft Connect(Uplay)育碧游戏下载、更新[中国] 25 | DOMAIN, uplaypc-s-ubisoft.cdn.ubionline.com.cn 26 | 27 | # Origin艺电游戏平台[中国] 28 | 29 | # EA Desktop游戏下载[中国] 30 | 31 | # Steam游戏下载、更新[中国] 32 | DOMAIN, alibaba.cdn.steampipe.steamcontent.com 33 | DOMAIN, cdn-qc.content.steamchina.com 34 | DOMAIN, cdn-ws.content.steamchina.com 35 | DOMAIN, cdn-ali.content.steamchina.com 36 | DOMAIN, dl.steam.clngaa.com 37 | DOMAIN, lv.queniujq.cn 38 | DOMAIN, st.dl.eccdnx.com 39 | DOMAIN, st.dl.bscstorage.net 40 | DOMAIN, steampipe.steamcontent.tnkjmec.com 41 | DOMAIN, trts.baishancdnx.cn 42 | DOMAIN, xz.pphimalayanrt.com 43 | 44 | # Riot游戏下载、更新[中国] 45 | 46 | # FiveM游戏下载、更新、社区[中国] 47 | 48 | # Bethesda贝塞斯达客户端、游戏及mod的下载、更新[中国] 49 | 50 | # Hikari Field游戏下载及更新[中国] 51 | -------------------------------------------------------------------------------- /Modules/ColorfulClouds.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=彩云天气去广告 2 | #!desc=移除移除首页推广、弹窗、悬浮窗、底栏天气助手和工具箱入口,移除我的页面广告横幅。解锁SVIP功能。 3 | #!author=RuCu6[https://github.com/RuCu6] 4 | #!date=2025-07-28 21:27:00 5 | #!category=解锁去广告 6 | 7 | [Rule] 8 | DOMAIN,abyss.cyapi.cn,REJECT 9 | DOMAIN,ad.cyapi.cn,REJECT 10 | DOMAIN,gather.colorfulclouds.net,REJECT 11 | 12 | [Map Local] 13 | ^https:\/\/biz\.cyapi\.cn\/(p\/v1\/entries|p\/v1\/trial_card\/info|v2\/product) data-type=text data="{}" status-code=200 header="Content-Type:application/json" 14 | 15 | ^https:\/\/starplucker\.cyapi\.cn\/v3\/(config\/cypage\/\w+\/conditions|notification\/message_center|operation\/homefeatures) data-type=text data="{}" status-code=200 header="Content-Type:application/json" 16 | 17 | [Script] 18 | 彩云天气会员=type=http-request, pattern=^https:\/\/wrapper\.cyapi\.cn\/v1\/(nafp\/origin_images|satellite)\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/ColorfulClouds/ColorfulCloudsWeatherPro.js 19 | 20 | 彩云天气会员=type=http-response, pattern=^https:\/\/biz\.cyapi\.cn\/(api\/v1\/user_detail|p\/v1\/vip_info|v2\/user), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/ColorfulClouds/ColorfulCloudsWeatherPro.js, requires-body=true 21 | 22 | 彩云天气去广告=type=http-response, pattern=^https:\/\/(wrapper\.cyapi\.cn|api\.caiyunapp\.com|cdn-w\.caiyunapp\.com)\/v1\/activity\?, script-path=https://kelee.one/Resource/JavaScript/ColorfulClouds/ColorfulClouds_remove_ads.js, requires-body=true 23 | 24 | [MITM] 25 | hostname=%APPEND% biz.cyapi.cn, starplucker.cyapi.cn, api.caiyunapp.com, cdn-w.caiyunapp.com, *.cyapi.cn -------------------------------------------------------------------------------- /Modules/Emby_Unlock.sgmodule: -------------------------------------------------------------------------------- 1 | #!name = Emby解锁 2 | #!desc = 1. Emby 官方 iOS/macOS【客户端】播放权限解锁;2. 【浏览器】中下载视频或外挂字幕 ( 如果影片有外挂字幕且选中,则下载外挂字幕文件,否则下载视频文件 )、使用 Shu 下载 ( 如果影片有外挂字幕,则下载全部外挂字幕 )、使用 iOS 版 VLC 下载 ( 如果影片有外挂字幕且选中,则下载外挂字幕文件,否则下载视频文件 )、使用 iOS 版 nPlayer 播放 ( 不支持外挂字幕 )、使用 VLC 播放 ( 支持选中的外挂字幕 )、使用 iOS 和 macOS 版 Infuse 播放 ( 不支持外挂字幕 )。 3 | #!author = rartv[https://github.com/rartv] 4 | #!category = 会员解锁 5 | #!date = 2022-07-06 20:05:57 6 | 7 | [Script] 8 | 播放解锁 = type=http-response,pattern=^https?:\/\/mb3admin.com\/admin\/service\/registration\/validateDevice,requires-body=true,max-size=0,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Emby/EmbyUnlock.js,debug=false 9 | 视频下载 = type=http-response,pattern=((\/emby)*\/Users\/\w{32}\/Items\/\d+\?)|((\/emby)*\/Items\/\d+\/Download)|(\/web\/modules\/itemcontextmenu\.js)|(\/web\/item\/item\.js),requires-body=true,max-size=0,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Emby/Emby.js,debug=false 10 | 请求路径重命名 = type=http-request,pattern=(\/Videos\/\d+\/stream\/.+\?.+&filename)|(\/Videos\/\d+\/\w{32}\/Subtitles\/\d+\/.+\?.+&filename),script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Emby/Download_Path_Rename.js,debug=false 11 | 下载文件重命名 = type=http-response,pattern=(\/Videos\/\d+\/stream\?.+&filename)|(\/Videos\/\d+\/\w{32}\/Subtitles\/.+&filename),requires-body=false,max-size=0,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Emby/Download_File_Rename.js,debug=false 12 | 13 | [MITM] 14 | hostname = %APPEND% mb3admin.com, *.emby.wtf:0, *.plusmedia.site:0, *.jmsooo.com:0 -------------------------------------------------------------------------------- /Rules/Xbox/Xbox.list: -------------------------------------------------------------------------------- 1 | # NAME: Xbox 2 | # AUTHOR: blackmatrix7 3 | # REPO: https://github.com/blackmatrix7/ios_rule_script 4 | # UPDATED: 2024-07-03 16:14:51 5 | # DOMAIN: 4 6 | # DOMAIN-SUFFIX: 38 7 | # TOTAL: 42 8 | DOMAIN,img-prod-cms-rt-microsoft-com.akamaized.net 9 | DOMAIN,login.live.com 10 | DOMAIN,logincdn.msauth.net 11 | DOMAIN,store-images.s-microsoft.com 12 | DOMAIN-SUFFIX,beth.games 13 | DOMAIN-SUFFIX,bethesda.net 14 | DOMAIN-SUFFIX,bethesdagamestudios.com 15 | DOMAIN-SUFFIX,bethsoft.com 16 | DOMAIN-SUFFIX,callersbane.com 17 | DOMAIN-SUFFIX,forzamotorsport.net 18 | DOMAIN-SUFFIX,forzaracingchampionship.com 19 | DOMAIN-SUFFIX,forzarc.com 20 | DOMAIN-SUFFIX,gamepass.com 21 | DOMAIN-SUFFIX,minecraft.net 22 | DOMAIN-SUFFIX,minecraftshop.com 23 | DOMAIN-SUFFIX,mojang.com 24 | DOMAIN-SUFFIX,msgamestudios.com 25 | DOMAIN-SUFFIX,orithegame.com 26 | DOMAIN-SUFFIX,renovacionxboxlive.com 27 | DOMAIN-SUFFIX,tellmewhygame.com 28 | DOMAIN-SUFFIX,xbox.co 29 | DOMAIN-SUFFIX,xbox.com 30 | DOMAIN-SUFFIX,xbox.eu 31 | DOMAIN-SUFFIX,xbox.org 32 | DOMAIN-SUFFIX,xbox360.co 33 | DOMAIN-SUFFIX,xbox360.com 34 | DOMAIN-SUFFIX,xbox360.eu 35 | DOMAIN-SUFFIX,xbox360.org 36 | DOMAIN-SUFFIX,xboxab.com 37 | DOMAIN-SUFFIX,xboxab.net 38 | DOMAIN-SUFFIX,xboxgamepass.com 39 | DOMAIN-SUFFIX,xboxgamestudios.com 40 | DOMAIN-SUFFIX,xboxlive.cn 41 | DOMAIN-SUFFIX,xboxlive.com 42 | DOMAIN-SUFFIX,xboxone.co 43 | DOMAIN-SUFFIX,xboxone.com 44 | DOMAIN-SUFFIX,xboxone.eu 45 | DOMAIN-SUFFIX,xboxplayanywhere.com 46 | DOMAIN-SUFFIX,xboxservice.com 47 | DOMAIN-SUFFIX,xboxservices.com 48 | DOMAIN-SUFFIX,xboxstudios.com 49 | DOMAIN-SUFFIX,xbx.lv 50 | -------------------------------------------------------------------------------- /Rules/OpenAI/OpenAI_Resolve.list: -------------------------------------------------------------------------------- 1 | # NAME: OpenAI_Resolve 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/OpenAI/OpenAI_Resolve.list 4 | # UPDATED: 2024-07-03 16:18:28 5 | # DOMAIN: 8 6 | # DOMAIN-KEYWORD: 1 7 | # DOMAIN-SUFFIX: 24 8 | # IP-ASN: 1 9 | # IP-CIDR: 2 10 | # TOTAL: 36 11 | 12 | DOMAIN,browser-intake-datadoghq.com 13 | DOMAIN,chat.openai.com.cdn.cloudflare.net 14 | DOMAIN,gemini.google.com 15 | DOMAIN,openai-api.arkoselabs.com 16 | DOMAIN,openaicom-api-bdcpf8c6d2e9atf6.z01.azurefd.net 17 | DOMAIN,openaicomproductionae4b.blob.core.windows.net 18 | DOMAIN,production-openaicom-storage.azureedge.net 19 | DOMAIN,static.cloudflareinsights.com 20 | DOMAIN-SUFFIX,ai.com 21 | DOMAIN-SUFFIX,algolia.net 22 | DOMAIN-SUFFIX,api.statsig.com 23 | DOMAIN-SUFFIX,auth0.com 24 | DOMAIN-SUFFIX,chatgpt.com 25 | DOMAIN-SUFFIX,chatgpt.livekit.cloud 26 | DOMAIN-SUFFIX,client-api.arkoselabs.com 27 | DOMAIN-SUFFIX,events.statsigapi.net 28 | DOMAIN-SUFFIX,featuregates.org 29 | DOMAIN-SUFFIX,host.livekit.cloud 30 | DOMAIN-SUFFIX,identrust.com 31 | DOMAIN-SUFFIX,intercom.io 32 | DOMAIN-SUFFIX,intercomcdn.com 33 | DOMAIN-SUFFIX,launchdarkly.com 34 | DOMAIN-SUFFIX,oaistatic.com 35 | DOMAIN-SUFFIX,oaiusercontent.com 36 | DOMAIN-SUFFIX,observeit.net 37 | DOMAIN-SUFFIX,openai.com 38 | DOMAIN-SUFFIX,openaiapi-site.azureedge.net 39 | DOMAIN-SUFFIX,openaicom.imgix.net 40 | DOMAIN-SUFFIX,segment.io 41 | DOMAIN-SUFFIX,sentry.io 42 | DOMAIN-SUFFIX,stripe.com 43 | DOMAIN-SUFFIX,turn.livekit.cloud 44 | DOMAIN-KEYWORD,openai 45 | IP-CIDR,24.199.123.28/32 46 | IP-CIDR,64.23.132.171/32 47 | IP-ASN,20473 48 | -------------------------------------------------------------------------------- /Rules/OpenAI/OpenAI.list: -------------------------------------------------------------------------------- 1 | # NAME: OpenAI 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/OpenAI/OpenAI.list 4 | # UPDATED: 2024-07-03 16:18:28 5 | # DOMAIN: 8 6 | # DOMAIN-KEYWORD: 1 7 | # DOMAIN-SUFFIX: 24 8 | # IP-ASN: 1 9 | # IP-CIDR: 2 10 | # TOTAL: 36 11 | 12 | DOMAIN,browser-intake-datadoghq.com 13 | DOMAIN,chat.openai.com.cdn.cloudflare.net 14 | DOMAIN,gemini.google.com 15 | DOMAIN,openai-api.arkoselabs.com 16 | DOMAIN,openaicom-api-bdcpf8c6d2e9atf6.z01.azurefd.net 17 | DOMAIN,openaicomproductionae4b.blob.core.windows.net 18 | DOMAIN,production-openaicom-storage.azureedge.net 19 | DOMAIN,static.cloudflareinsights.com 20 | DOMAIN-SUFFIX,ai.com 21 | DOMAIN-SUFFIX,algolia.net 22 | DOMAIN-SUFFIX,api.statsig.com 23 | DOMAIN-SUFFIX,auth0.com 24 | DOMAIN-SUFFIX,chatgpt.com 25 | DOMAIN-SUFFIX,chatgpt.livekit.cloud 26 | DOMAIN-SUFFIX,client-api.arkoselabs.com 27 | DOMAIN-SUFFIX,events.statsigapi.net 28 | DOMAIN-SUFFIX,featuregates.org 29 | DOMAIN-SUFFIX,host.livekit.cloud 30 | DOMAIN-SUFFIX,identrust.com 31 | DOMAIN-SUFFIX,intercom.io 32 | DOMAIN-SUFFIX,intercomcdn.com 33 | DOMAIN-SUFFIX,launchdarkly.com 34 | DOMAIN-SUFFIX,oaistatic.com 35 | DOMAIN-SUFFIX,oaiusercontent.com 36 | DOMAIN-SUFFIX,observeit.net 37 | DOMAIN-SUFFIX,openai.com 38 | DOMAIN-SUFFIX,openaiapi-site.azureedge.net 39 | DOMAIN-SUFFIX,openaicom.imgix.net 40 | DOMAIN-SUFFIX,segment.io 41 | DOMAIN-SUFFIX,sentry.io 42 | DOMAIN-SUFFIX,stripe.com 43 | DOMAIN-SUFFIX,turn.livekit.cloud 44 | DOMAIN-KEYWORD,openai 45 | IP-CIDR,24.199.123.28/32,no-resolve 46 | IP-CIDR,64.23.132.171/32,no-resolve 47 | IP-ASN,20473,no-resolve 48 | -------------------------------------------------------------------------------- /Rules/Swiftgram/Swiftgram.list: -------------------------------------------------------------------------------- 1 | # NAME: Swiftgram 2 | # AUTHOR: Edward 3 | # HOMEPAGE: 4 | # UPDATED: 2024-11-17 04:00:30 5 | 6 | DOMAIN,api.swiftgram.app 7 | DOMAIN-SUFFIX,comments.app 8 | DOMAIN-SUFFIX,contest.com 9 | DOMAIN-SUFFIX,graph.org 10 | DOMAIN-SUFFIX,legra.ph 11 | DOMAIN-SUFFIX,mbrx.app 12 | DOMAIN-SUFFIX,quiz.directory 13 | DOMAIN-SUFFIX,stel.com 14 | DOMAIN-SUFFIX,t.me 15 | DOMAIN-SUFFIX,tdesktop.com 16 | DOMAIN-SUFFIX,telega.one 17 | DOMAIN-SUFFIX,telegra.ph 18 | DOMAIN-SUFFIX,telesco.pe 19 | DOMAIN-SUFFIX,tg.dev 20 | DOMAIN-SUFFIX,tx.me 21 | DOMAIN-SUFFIX,usercontent.dev 22 | DOMAIN-KEYWORD,telegram 23 | DOMAIN-KEYWORD,nicegram 24 | 25 | # 防止TG加载转圈 26 | IP-CIDR,95.161.76.100/31,REJECT-NO-DROP,no-resolve 27 | IP-CIDR,95.161.76.101/32,no-resolve 28 | IP-CIDR,91.108.16.0/22,no-resolve 29 | IP-CIDR,91.108.56.0/23,no-resolve 30 | IP-CIDR,149.154.168.0/22,no-resolve 31 | IP-CIDR,91.108.4.0/22,no-resolve 32 | IP-CIDR,91.108.8.0/22,no-resolve 33 | IP-CIDR,91.108.56.0/22,no-resolve 34 | IP-CIDR,95.161.64.0/20,no-resolve 35 | IP-CIDR,149.154.160.0/22,no-resolve 36 | IP-CIDR,149.154.162.0/23,no-resolve 37 | IP-CIDR,149.154.164.0/22,no-resolve 38 | IP-CIDR,149.154.166.0/23,no-resolve 39 | IP-CIDR,91.108.12.0/22,no-resolve 40 | IP-CIDR,149.154.172.0/22,no-resolve 41 | IP-CIDR,91.108.20.0/22,no-resolve 42 | IP-CIDR,91.105.192.0/23,no-resolve 43 | IP-CIDR,185.76.151.0/24,no-resolve 44 | IP-CIDR6,2001:b28:f23f::/48,no-resolve 45 | IP-CIDR6,2001:67c:4e8::/48,no-resolve 46 | IP-CIDR6,2001:b28:f23d::/48,no-resolve 47 | IP-CIDR6,2001:b28:f23c::/48,no-resolve 48 | IP-CIDR6,2a0a:f280:203::/48,no-resolve 49 | IP-ASN,62014,no-resolve 50 | IP-ASN,62041,no-resolve 51 | IP-ASN,59930,no-resolve 52 | IP-ASN,44907,no-resolve 53 | IP-ASN,211157,no-resolve 54 | -------------------------------------------------------------------------------- /Modules/JD_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=京东去广告 2 | #!desc=移除京东开屏广告,精简我的页面产品推广。 3 | #!author=RuCu6[https://github.com/RuCu6], githubdulong[https://github.com/githubdulong], wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-07-27 15:56:00 6 | 7 | # arguments=账号捕获:获取慢慢买CK 8 | # arguments-desc=[参数设置]\n账号捕获:慢慢买 CK 脚本启停\n ├ 慢慢买CK:启用(默认值)\n └ 填入"#":获取后注释停用 9 | 10 | [Rule] 11 | DOMAIN,dns.jd.com,REJECT,extended-matching,pre-matching 12 | URL-REGEX,"^http:\/\/\w{32}\.jddebug\.com\/diagnose\?",REJECT,extended-matching 13 | IP-CIDR,101.124.19.122/32,REJECT,no-resolve,pre-matching 14 | IP-CIDR6,2402:db40:5100:1011::5/128,REJECT,no-resolve,pre-matching 15 | 16 | [Map Local] 17 | ^https:\/\/api\.m\.jd\.com\/client\.action\?functionId=(searchBoxWord|stationPullService|uniformRecommend[06]) data-type=text data="{}" status-code=200 18 | ^https?:\/\/m\.360buyimg\.com\/mobilecms\/s1125x2436_jfs data-type=text data=" " status-code=200 19 | 20 | [Script] 21 | 移除京东广告 = type=http-response, pattern=^https:\/\/api\.m\.jd\.com\/client\.action\?functionId=(deliverLayer|getTabHomeInfo|myOrderInfo|orderTrackBusiness|personinfoBusiness|start|welcomeHome), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/JD/JD_remove_ads.js, requires-body=true 22 | 23 | # apapia-sqk-weblogic.manmanbuy.com, 24 | # {{{账号捕获}}} = type=http-request, pattern=^https?:\/\/apapia-sqk-weblogic\.manmanbuy\.com\/baoliao\/center\/menu$, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/JD/JD_Price.js, requires-body=true, timeout=60 25 | 26 | # 京东比价 = type=http-response, pattern=^https?:\/\/in\.m\.jd\.com\/product\/graphext\/\d+\.html, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/JD/JD_Price.js, requires-body=true, timeout=60 27 | 28 | [MITM] 29 | hostname = %APPEND% in.m.jd.com, m.360buyimg.com -------------------------------------------------------------------------------- /Modules/PuPuMall_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=朴朴超市去广告 2 | #!desc=移除超市去开屏广告,移除首页顶部轮播图和图标广告、启动小弹图广告、首页右下角悬浮动画、搜索热搜榜、搜索建议词、搜索发现热词、订单页面商,精简我的页面。 3 | #!author=kelv1n1n[https://github.com/kelv1n1n],可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-05-13 15:17:08 6 | 7 | [URL Rewrite] 8 | ^https:\/\/j1\.pupuapi\.com\/client\/account\/discount\/order - reject 9 | ^https:\/\/j1\.pupuapi\.com\/client\/marketing\/banner\/v7\?position_types=100 - reject 10 | 11 | [Script] 12 | 移除朴朴超市广告=type=http-response, pattern=^https:\/\/j1\.pupuapi\.com\/client\/marketing\/banner\/v7, script-path=https://kelee.one/Resource/JavaScript/PuPuMall/PuPuMall_remove_ads.js, requires-body=true 13 | 14 | 移除朴朴超市广告=type=http-response, pattern=^https:\/\/j1\.pupuapi\.com\/client\/marketing\/banner\/search_component_banner, script-path=https://kelee.one/Resource/JavaScript/PuPuMall/PuPuMall_remove_ads.js, requires-body=true 15 | 16 | 移除朴朴超市广告=type=http-response, pattern=^https:\/\/j1\.pupuapi\.com\/client\/search\/hot_keywords\/v3, script-path=https://kelee.one/Resource/JavaScript/PuPuMall/PuPuMall_remove_ads.js, requires-body=true 17 | 18 | 移除朴朴超市广告=type=http-response, pattern=^https:\/\/j1\.pupuapi\.com\/client\/app_resource\/resource_preload\/list_h5_resource, script-path=https://kelee.one/Resource/JavaScript/PuPuMall/PuPuMall_remove_ads.js, requires-body=true 19 | 20 | 移除朴朴超市广告=type=http-response, pattern=^https:\/\/j1\.pupuapi\.com\/client\/recommendation\/interests\/products, script-path=https://kelee.one/Resource/JavaScript/PuPuMall/PuPuMall_remove_ads.js, requires-body=true 21 | 22 | 移除朴朴超市广告=type=http-response, pattern=^https:\/\/j1\.pupuapi\.com\/client\/marketing\/advertisement\/v1, script-path=https://kelee.one/Resource/JavaScript/PuPuMall/PuPuMall_remove_ads.js, requires-body=true 23 | 24 | [MITM] 25 | hostname=%APPEND% j1.pupuapi.com -------------------------------------------------------------------------------- /Rules/Games/Games.list: -------------------------------------------------------------------------------- 1 | # NAME: Games 2 | # UPDATED: 2025-06-27 3 | 4 | DOMAIN,steambroadcast.akamaized.net 5 | DOMAIN,steamcdn-a.akamaihd.net 6 | DOMAIN,steamcommunity-a.akamaihd.net 7 | DOMAIN,steammobile.akamaized.net 8 | DOMAIN,steampipe.akamaized.net 9 | DOMAIN,steamstore-a.akamaihd.net 10 | DOMAIN,steamusercontent-a.akamaihd.net 11 | DOMAIN,steamuserimages-a.akamaihd.net 12 | DOMAIN-SUFFIX,cdn-ali.content.steamchina.com 13 | DOMAIN-SUFFIX,cdn-qc.content.steamchina.com 14 | DOMAIN-SUFFIX,cdn-ws.content.steamchina.com 15 | DOMAIN-SUFFIX,csgo.wmsj.cn 16 | DOMAIN-SUFFIX,dl.steam.clngaa.com 17 | DOMAIN-SUFFIX,dl.steam.ksyna.com 18 | DOMAIN-SUFFIX,dota2.wmsj.cn 19 | DOMAIN-SUFFIX,fanatical.com 20 | DOMAIN-SUFFIX,humblebundle.com 21 | DOMAIN-SUFFIX,playartifact.com 22 | DOMAIN-SUFFIX,s.team 23 | DOMAIN-SUFFIX,st.dl.bscstorage.net 24 | DOMAIN-SUFFIX,st.dl.eccdnx.com 25 | DOMAIN-SUFFIX,st.dl.pinyuncloud.com 26 | DOMAIN-SUFFIX,steam-api.com 27 | DOMAIN-SUFFIX,steam-chat.com 28 | DOMAIN-SUFFIX,steambroadcast.akamaized.net 29 | DOMAIN-SUFFIX,steamcdn-a.akamaihd.net 30 | DOMAIN-SUFFIX,steamcommunity-a.akamaihd.net 31 | DOMAIN-SUFFIX,steamcommunity.com 32 | DOMAIN-SUFFIX,steamcontent.tnkjmec.com 33 | DOMAIN-SUFFIX,steamgames.com 34 | DOMAIN-SUFFIX,steampipe.akamaized.net 35 | DOMAIN-SUFFIX,steampowered.com 36 | DOMAIN-SUFFIX,steampowered.com.8686c.com 37 | DOMAIN-SUFFIX,steamstat.us 38 | DOMAIN-SUFFIX,steamstatic.com 39 | DOMAIN-SUFFIX,steamstatic.com.8686c.com 40 | DOMAIN-SUFFIX,steamstore-a.akamaihd.net 41 | DOMAIN-SUFFIX,steamunlocked.net 42 | DOMAIN-SUFFIX,steamusercontent-a.akamaihd.net 43 | DOMAIN-SUFFIX,steamuserimages-a.akamaihd.net 44 | DOMAIN-SUFFIX,steamvideo-a.akamaihd.net 45 | DOMAIN-SUFFIX,underlords.com 46 | DOMAIN-SUFFIX,valvesoftware.com 47 | DOMAIN-SUFFIX,wmsjsteam.com 48 | DOMAIN-KEYWORD,steambroadcast 49 | DOMAIN-KEYWORD,steamstore 50 | DOMAIN-KEYWORD,steamuserimages 51 | DOMAIN-KEYWORD,epic -------------------------------------------------------------------------------- /Rules/Telegram/Telegram.list: -------------------------------------------------------------------------------- 1 | # NAME: Telegram 2 | # AUTHOR: blackmatrix7 3 | # REPO: https://github.com/blackmatrix7/ios_rule_script 4 | # UPDATED: 2025-05-01 5 | # DOMAIN: 4 6 | # DOMAIN-KEYWORD: 1 7 | # DOMAIN-SUFFIX: 22 8 | # IP-ASN: 5 9 | # IP-CIDR: 4 10 | # IP-CIDR6: 4 11 | # OR: 1 12 | # PROCESS-NAME: 5 13 | # TOTAL: 46 14 | 15 | DOMAIN,ws.intentchat.app 16 | DOMAIN,api.iturrit.com 17 | DOMAIN,api.imem.app 18 | DOMAIN,api.swiftgram.app 19 | 20 | DOMAIN-SUFFIX,cdn-telegram.org 21 | DOMAIN-SUFFIX,comments.app 22 | DOMAIN-SUFFIX,contest.com 23 | DOMAIN-SUFFIX,graph.org 24 | DOMAIN-SUFFIX,legra.ph 25 | DOMAIN-SUFFIX,mbrx.app 26 | DOMAIN-SUFFIX,quiz.directory 27 | DOMAIN-SUFFIX,stel.com 28 | DOMAIN-SUFFIX,t.me 29 | DOMAIN-SUFFIX,tdesktop.com 30 | DOMAIN-SUFFIX,telega.one 31 | DOMAIN-SUFFIX,telegra.ph 32 | DOMAIN-SUFFIX,telegram-cdn.org 33 | DOMAIN-SUFFIX,telegram.dog 34 | DOMAIN-SUFFIX,telegram.me 35 | DOMAIN-SUFFIX,telegram.org 36 | DOMAIN-SUFFIX,telegram.space 37 | DOMAIN-SUFFIX,telegramdownload.com 38 | DOMAIN-SUFFIX,telesco.pe 39 | DOMAIN-SUFFIX,tg.dev 40 | DOMAIN-SUFFIX,tx.me 41 | DOMAIN-SUFFIX,usercontent.dev 42 | 43 | DOMAIN-KEYWORD,nicegram 44 | 45 | IP-CIDR,109.239.140.0/24,no-resolve 46 | IP-CIDR,149.154.160.0/20,no-resolve 47 | IP-CIDR,5.28.192.0/18,no-resolve 48 | IP-CIDR,91.108.0.0/16,no-resolve 49 | IP-CIDR6,2001:67c:4e8::/48,no-resolve 50 | IP-CIDR6,2001:b28:f23c::/47,no-resolve 51 | IP-CIDR6,2001:b28:f23f::/48,no-resolve 52 | IP-CIDR6,2a0a:f280::/29,no-resolve 53 | IP-ASN,211157,no-resolve 54 | IP-ASN,44907,no-resolve 55 | IP-ASN,59930,no-resolve 56 | IP-ASN,62014,no-resolve 57 | IP-ASN,62041,no-resolve 58 | PROCESS-NAME,nekox.messenger 59 | PROCESS-NAME,org.telegram.messenger 60 | PROCESS-NAME,telegram-desktop 61 | PROCESS-NAME,tw.nekomimi.nekogram 62 | PROCESS-NAME,xyz.nextalone.nagram 63 | OR,((IP-ASN,44907,no-resolve),(IP-ASN,59930,no-resolve),(IP-ASN,62014,no-resolve),(IP-ASN,62041,no-resolve),(IP-ASN,211157,no-resolve)) 64 | -------------------------------------------------------------------------------- /Rules/Hulu/HuluUSA.list: -------------------------------------------------------------------------------- 1 | # NAME: HuluUSA 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/HuluUSA/HuluUSA.list 4 | # UPDATED: 2024-07-03 16:16:49 5 | # DOMAIN-SUFFIX: 52 6 | # PROCESS-NAME: 1 7 | # TOTAL: 53 8 | 9 | DOMAIN-SUFFIX,112263.com 10 | DOMAIN-SUFFIX,assetshuluimcom-a.akamaihd.net 11 | DOMAIN-SUFFIX,callhulu.com 12 | DOMAIN-SUFFIX,cws-hulu.conviva.com 13 | DOMAIN-SUFFIX,findyourlimits.com 14 | DOMAIN-SUFFIX,freehulu.com 15 | DOMAIN-SUFFIX,hooloo.tv 16 | DOMAIN-SUFFIX,hoolu.com 17 | DOMAIN-SUFFIX,hoolu.tv 18 | DOMAIN-SUFFIX,hu1u.com 19 | DOMAIN-SUFFIX,huloo.cc 20 | DOMAIN-SUFFIX,huloo.tv 21 | DOMAIN-SUFFIX,hulu.com 22 | DOMAIN-SUFFIX,hulu.hb.omtrdc.net 23 | DOMAIN-SUFFIX,hulu.playback.edge.bamgrid.com 24 | DOMAIN-SUFFIX,hulu.sc.omtrdc.net 25 | DOMAIN-SUFFIX,hulu.tv 26 | DOMAIN-SUFFIX,hulu.us 27 | DOMAIN-SUFFIX,huluaction.com 28 | DOMAIN-SUFFIX,huluad.com 29 | DOMAIN-SUFFIX,huluapp.com 30 | DOMAIN-SUFFIX,huluasks.com 31 | DOMAIN-SUFFIX,hulucall.com 32 | DOMAIN-SUFFIX,hulufree.com 33 | DOMAIN-SUFFIX,hulugans.com 34 | DOMAIN-SUFFIX,hulugermany.com 35 | DOMAIN-SUFFIX,hulugo.com 36 | DOMAIN-SUFFIX,huluim.com 37 | DOMAIN-SUFFIX,huluinstantmessenger.com 38 | DOMAIN-SUFFIX,huluitaly.com 39 | DOMAIN-SUFFIX,hulunet.com 40 | DOMAIN-SUFFIX,hulunetwork.com 41 | DOMAIN-SUFFIX,huluplus.com 42 | DOMAIN-SUFFIX,hulupremium.com 43 | DOMAIN-SUFFIX,hulupurchase.com 44 | DOMAIN-SUFFIX,huluqa.com 45 | DOMAIN-SUFFIX,hulurussia.com 46 | DOMAIN-SUFFIX,huluspain.com 47 | DOMAIN-SUFFIX,hulusports.com 48 | DOMAIN-SUFFIX,hulustream.com 49 | DOMAIN-SUFFIX,huluteam.com 50 | DOMAIN-SUFFIX,hulutv.com 51 | DOMAIN-SUFFIX,huluusa.com 52 | DOMAIN-SUFFIX,joinmaidez.com 53 | DOMAIN-SUFFIX,mushymush.tv 54 | DOMAIN-SUFFIX,myhulu.com 55 | DOMAIN-SUFFIX,originalhulu.com 56 | DOMAIN-SUFFIX,payhulu.com 57 | DOMAIN-SUFFIX,prod.hjholdings.tv 58 | DOMAIN-SUFFIX,registerhulu.com 59 | DOMAIN-SUFFIX,thehulubraintrust.com 60 | DOMAIN-SUFFIX,wwwhuluplus.com 61 | PROCESS-NAME,com.hulu.plus 62 | -------------------------------------------------------------------------------- /Modules/51Job_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=前程无忧去广告 2 | #!desc=移除开屏广告、弹窗、信息流推广、职位页面推广和各类横幅推广。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-07-11 17:40:27 6 | 7 | [Body Rewrite] 8 | http-response-jq ^https:\/\/cupid\.51jobapp\.com\/open\/noauth\/recommend\/job-tab-dynamic\? 'delpaths([["resultbody","adsTabFeeds"]])' 9 | http-response-jq ^https:\/\/cupid\.51jobapp\.com\/open\/user-task\/user\/task\/ 'delpaths([["resultbody","availableTaskList"]])' 10 | http-response-jq ^https:\/\/cupid\.51jobapp\.com\/open\/tab\/good-job\/modules\? 'delpaths([["resultbody","bannerList"]])' 11 | 12 | [Map Local] 13 | ^https:\/\/appapi\.51jobapp\.com\/api\/market\/get_launch\.php\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 14 | 15 | ^https:\/\/cupid\.51jobapp\.com\/open\/operation\/get\/latest\/banner-list\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 16 | 17 | ^https:\/\/cupid\.51jobapp\.com\/open\/51job-activities\/secJob\/queryHomeSecondConfigV2\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 18 | 19 | ^https:\/\/cupid\.51jobapp\.com\/open\/noauth\/jobs\/detail\/sesame-competitive\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 20 | 21 | ^https:\/\/cupid\.51jobapp\.com\/open\/noauth\/jobs\/job-detail\/user-rights\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 22 | 23 | ^https:\/\/cupid\.51jobapp\.com\/open\/resume\/strategy\/resume-build\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 24 | 25 | ^https:\/\/cupid\.51jobapp\.com\/launch-hub\/open\/noauth\/popUp\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 26 | 27 | ^https:\/\/cupid\.51jobapp\.com\/launch-hub\/open\/noauth\/popUp\/getHomePagePopUp\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 28 | 29 | [MITM] 30 | hostname = %APPEND% appapi.51jobapp.com, cupid.51jobapp.com -------------------------------------------------------------------------------- /Rules/HBO/HBO.list: -------------------------------------------------------------------------------- 1 | # NAME: HBO 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/HBO/HBO.list 4 | # UPDATED: 2024-07-03 16:16:13 5 | # DOMAIN: 1 6 | # DOMAIN-SUFFIX: 45 7 | # PROCESS-NAME: 1 8 | # USER-AGENT: 2 9 | # TOTAL: 49 10 | 11 | DOMAIN,wmff.warnermediacdn.com 12 | DOMAIN-SUFFIX,bcbolthboa-a.akamaihd.net 13 | DOMAIN-SUFFIX,cf-images.ap-southeast-1.prod.boltdns.net 14 | DOMAIN-SUFFIX,cinemax.com 15 | DOMAIN-SUFFIX,dai3fd1oh325y.cloudfront.net 16 | DOMAIN-SUFFIX,execute-api.ap-southeast-1.amazonaws.com 17 | DOMAIN-SUFFIX,execute-api.us-east-1.amazonaws.com 18 | DOMAIN-SUFFIX,forthethrone.com 19 | DOMAIN-SUFFIX,hbo.com 20 | DOMAIN-SUFFIX,hbo.com.c.footprint.net 21 | DOMAIN-SUFFIX,hbo.com.edgesuite.net 22 | DOMAIN-SUFFIX,hbo.map.fastly.net 23 | DOMAIN-SUFFIX,hboasia.com 24 | DOMAIN-SUFFIX,hboasia1-i.akamaihd.net 25 | DOMAIN-SUFFIX,hboasia2-i.akamaihd.net 26 | DOMAIN-SUFFIX,hboasia3-i.akamaihd.net 27 | DOMAIN-SUFFIX,hboasia4-i.akamaihd.net 28 | DOMAIN-SUFFIX,hboasia5-i.akamaihd.net 29 | DOMAIN-SUFFIX,hboasialive.akamaized.net 30 | DOMAIN-SUFFIX,hbogeo.cust.footprint.net 31 | DOMAIN-SUFFIX,hbogo.co.th 32 | DOMAIN-SUFFIX,hbogo.com 33 | DOMAIN-SUFFIX,hbogo.eu 34 | DOMAIN-SUFFIX,hbogoasia.com 35 | DOMAIN-SUFFIX,hbogoasia.hk 36 | DOMAIN-SUFFIX,hbogoasia.id 37 | DOMAIN-SUFFIX,hbogoasia.ph 38 | DOMAIN-SUFFIX,hbogoasia.sg 39 | DOMAIN-SUFFIX,hbogoasia.tw 40 | DOMAIN-SUFFIX,hbogoprod-vod.akamaized.net 41 | DOMAIN-SUFFIX,hbolb.onwardsmg.com 42 | DOMAIN-SUFFIX,hbomax.com 43 | DOMAIN-SUFFIX,hbomaxcdn.com 44 | DOMAIN-SUFFIX,hbomaxdash.s.llnwi.net 45 | DOMAIN-SUFFIX,hbonow.com 46 | DOMAIN-SUFFIX,hbounify-prod.evergent.com 47 | DOMAIN-SUFFIX,manifest.prod.boltdns.net 48 | DOMAIN-SUFFIX,maxgo.com 49 | DOMAIN-SUFFIX,now-ashare.com 50 | DOMAIN-SUFFIX,now-tv.com 51 | DOMAIN-SUFFIX,now.com 52 | DOMAIN-SUFFIX,now.com.hk 53 | DOMAIN-SUFFIX,nowe.com 54 | DOMAIN-SUFFIX,nowe.hk 55 | DOMAIN-SUFFIX,players.brightcove.net 56 | DOMAIN-SUFFIX,youboranqs01.com 57 | USER-AGENT,HBO%20NOW* 58 | USER-AGENT,HBOMAX* 59 | PROCESS-NAME,com.hbo.hbonow 60 | -------------------------------------------------------------------------------- /Modules/Spotify_lyrics_translation.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Spotify歌词增强 2 | #!desc=将Spotify的外语歌词翻译为简体中文,并提供双语翻译支持。 3 | #!author=VirgilClyne[https://github.com/VirgilClyne] 4 | #!category=功能增强 5 | #!date=2024-11-28 00:00:00 6 | 7 | [Script] 8 | 跟踪响应·JSON=type=http-response, pattern=^https?:\/\/api\.spotify\.com\/v1\/tracks\?, script-path=https://github.com/DualSubs/Spotify/releases/download/v1.9.9/response.bundle.js, requires-body=true 9 | 10 | 歌词请求·JSON=type=http-request, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/(.+)\?(.*)format=json, script-path=https://github.com/DualSubs/Spotify/releases/download/v1.9.9/request.bundle.js, requires-body=true 11 | 歌词请求·Proto=type=http-request, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/\w+\?(.*), script-path=https://github.com/DualSubs/Spotify/releases/download/v1.9.9/request.bundle.js, requires-body=true, binary-body-mode=true 12 | 13 | 翻译歌词响应·JSON=type=http-response, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/(.+)\?(.*)format=json(.*)subtype=Translate, script-path=https://github.com/DualSubs/Universal/releases/latest/download/Translate.response.bundle.js, requires-body=true 14 | 翻译歌词响应·Proto=type=http-response, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/\w+\?(.*)subtype=Translate, script-path=https://github.com/DualSubs/Universal/releases/latest/download/Translate.response.bundle.js, requires-body=true, binary-body-mode=true 15 | 16 | 外部歌词响应·JSON=type=http-response, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/(.+)\?(.*)format=json(.*)subtype=External, script-path=https://github.com/DualSubs/Universal/releases/latest/download/External.Lyrics.response.bundle.js, requires-body=true 17 | 外部歌词响应·Proto=type=http-response, pattern=^https?:\/\/spclient\.wg\.spotify\.com\/color-lyrics\/v2\/track\/\w+\?(.*)subtype=External, script-path=https://github.com/DualSubs/Universal/releases/latest/download/External.Lyrics.response.bundle.js, requires-body=true, binary-body-mode=true 18 | 19 | [MITM] 20 | hostname=%APPEND% api.spotify.com, spclient.wg.spotify.com -------------------------------------------------------------------------------- /Rules/Riot/Riot.list: -------------------------------------------------------------------------------- 1 | # NAME: Riot 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Riot/Riot.list 4 | # UPDATED: 2024-07-03 16:14:50 5 | # DOMAIN-SUFFIX: 55 6 | # TOTAL: 55 7 | 8 | DOMAIN-SUFFIX,championshipseriesleague.com 9 | DOMAIN-SUFFIX,convrgencegame.com 10 | DOMAIN-SUFFIX,historyofdota.com 11 | DOMAIN-SUFFIX,historyofdota.net 12 | DOMAIN-SUFFIX,historyofdota.org 13 | DOMAIN-SUFFIX,instituteofwar.org 14 | DOMAIN-SUFFIX,lcsmerch.com 15 | DOMAIN-SUFFIX,leaguehighschool.com 16 | DOMAIN-SUFFIX,leagueoflegends.ca 17 | DOMAIN-SUFFIX,leagueoflegends.cn 18 | DOMAIN-SUFFIX,leagueoflegends.co.kr 19 | DOMAIN-SUFFIX,leagueoflegends.com 20 | DOMAIN-SUFFIX,leagueoflegends.info 21 | DOMAIN-SUFFIX,leagueoflegends.kr 22 | DOMAIN-SUFFIX,leagueoflegends.net 23 | DOMAIN-SUFFIX,leagueoflegends.org 24 | DOMAIN-SUFFIX,leagueoflegendsscripts.com 25 | DOMAIN-SUFFIX,leaguesharp.info 26 | DOMAIN-SUFFIX,leaguoflegends.com 27 | DOMAIN-SUFFIX,learnwithleague.com 28 | DOMAIN-SUFFIX,lol-europe.com 29 | DOMAIN-SUFFIX,lolclub.org 30 | DOMAIN-SUFFIX,lolespor.com 31 | DOMAIN-SUFFIX,lolesports.com 32 | DOMAIN-SUFFIX,lolfanart.net 33 | DOMAIN-SUFFIX,lolpcs.com 34 | DOMAIN-SUFFIX,lolshop.co.kr 35 | DOMAIN-SUFFIX,lolstatic-a.akamaihd.net 36 | DOMAIN-SUFFIX,lolstatic.com 37 | DOMAIN-SUFFIX,lolusercontent.com 38 | DOMAIN-SUFFIX,lpl.com.cn 39 | DOMAIN-SUFFIX,molesports.com 40 | DOMAIN-SUFFIX,playvalorant.com 41 | DOMAIN-SUFFIX,pvp.net 42 | DOMAIN-SUFFIX,pvp.tv 43 | DOMAIN-SUFFIX,rgpub.io 44 | DOMAIN-SUFFIX,riot-games.com 45 | DOMAIN-SUFFIX,riot.com 46 | DOMAIN-SUFFIX,riot.net 47 | DOMAIN-SUFFIX,riotcdn.net 48 | DOMAIN-SUFFIX,riotforgegames.com 49 | DOMAIN-SUFFIX,riotgames.co.kr 50 | DOMAIN-SUFFIX,riotgames.com 51 | DOMAIN-SUFFIX,riotgames.info 52 | DOMAIN-SUFFIX,riotgames.jp 53 | DOMAIN-SUFFIX,riotgames.net 54 | DOMAIN-SUFFIX,riotgames.tv 55 | DOMAIN-SUFFIX,riotgames.zendesk.com 56 | DOMAIN-SUFFIX,riotpin.com 57 | DOMAIN-SUFFIX,riotpoints.com 58 | DOMAIN-SUFFIX,rstatic.net 59 | DOMAIN-SUFFIX,ruinedking.com 60 | DOMAIN-SUFFIX,supremacy.com 61 | DOMAIN-SUFFIX,supremacy.net 62 | DOMAIN-SUFFIX,ulol.com 63 | -------------------------------------------------------------------------------- /Rules/Copilot/Copilot.list: -------------------------------------------------------------------------------- 1 | # NAME: Copilot 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Copilot/Copilot.list 4 | # UPDATED: 2024-07-03 16:18:30 5 | # DOMAIN: 20 6 | # DOMAIN-KEYWORD: 1 7 | # DOMAIN-SUFFIX: 26 8 | # IP-ASN: 2 9 | # IP-CIDR: 2 10 | # TOTAL: 51 11 | 12 | DOMAIN,api.msn.com 13 | DOMAIN,api.statsig.com 14 | DOMAIN,assets.msn.com 15 | DOMAIN,browser-intake-datadoghq.com 16 | DOMAIN,chat.openai.com.cdn.cloudflare.net 17 | DOMAIN,copilot.microsoft.com 18 | DOMAIN,gateway.bingviz.microsoft.net 19 | DOMAIN,gateway.bingviz.microsoftapp.net 20 | DOMAIN,in.appcenter.ms 21 | DOMAIN,location.microsoft.com 22 | DOMAIN,odc.officeapps.live.com 23 | DOMAIN,openai-api.arkoselabs.com 24 | DOMAIN,openaicomproductionae4b.blob.core.windows.net 25 | DOMAIN,production-openaicom-storage.azureedge.net 26 | DOMAIN,r.bing.com 27 | DOMAIN,self.events.data.microsoft.com 28 | DOMAIN,services.bingapis.com 29 | DOMAIN,static.cloudflareinsights.com 30 | DOMAIN,sydney.bing.com 31 | DOMAIN,www.bing.com 32 | DOMAIN-SUFFIX,algolia.net 33 | DOMAIN-SUFFIX,api.microsoftapp.net 34 | DOMAIN-SUFFIX,auth0.com 35 | DOMAIN-SUFFIX,bing-shopping.microsoft-falcon.io 36 | DOMAIN-SUFFIX,challenges.cloudflare.com 37 | DOMAIN-SUFFIX,chatgpt.com 38 | DOMAIN-SUFFIX,chatgpt.livekit.cloud 39 | DOMAIN-SUFFIX,client-api.arkoselabs.com 40 | DOMAIN-SUFFIX,edgeservices.bing.com 41 | DOMAIN-SUFFIX,events.statsigapi.net 42 | DOMAIN-SUFFIX,featuregates.org 43 | DOMAIN-SUFFIX,host.livekit.cloud 44 | DOMAIN-SUFFIX,identrust.com 45 | DOMAIN-SUFFIX,intercom.io 46 | DOMAIN-SUFFIX,intercomcdn.com 47 | DOMAIN-SUFFIX,launchdarkly.com 48 | DOMAIN-SUFFIX,oaistatic.com 49 | DOMAIN-SUFFIX,oaiusercontent.com 50 | DOMAIN-SUFFIX,observeit.net 51 | DOMAIN-SUFFIX,openai.com 52 | DOMAIN-SUFFIX,openaiapi-site.azureedge.net 53 | DOMAIN-SUFFIX,openaicom.imgix.net 54 | DOMAIN-SUFFIX,segment.io 55 | DOMAIN-SUFFIX,sentry.io 56 | DOMAIN-SUFFIX,stripe.com 57 | DOMAIN-SUFFIX,turn.livekit.cloud 58 | DOMAIN-KEYWORD,openaicom-api 59 | IP-CIDR,24.199.123.28/32,no-resolve 60 | IP-CIDR,64.23.132.171/32,no-resolve 61 | IP-ASN,14061,no-resolve 62 | IP-ASN,20473,no-resolve 63 | -------------------------------------------------------------------------------- /Rules/Hulu/Hulu.list: -------------------------------------------------------------------------------- 1 | # NAME: Hulu 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Hulu/Hulu.list 4 | # UPDATED: 2024-07-03 16:16:14 5 | # DOMAIN: 1 6 | # DOMAIN-SUFFIX: 57 7 | # PROCESS-NAME: 1 8 | # TOTAL: 59 9 | 10 | DOMAIN,live-mediashield-ava-hulustream-com.akamaized.net 11 | DOMAIN-SUFFIX,112263.com 12 | DOMAIN-SUFFIX,assetshuluimcom-a.akamaihd.net 13 | DOMAIN-SUFFIX,callhulu.com 14 | DOMAIN-SUFFIX,cws-hulu.conviva.com 15 | DOMAIN-SUFFIX,findyourlimits.com 16 | DOMAIN-SUFFIX,freehulu.com 17 | DOMAIN-SUFFIX,happyon.jp 18 | DOMAIN-SUFFIX,hjholdings.jp 19 | DOMAIN-SUFFIX,hooloo.tv 20 | DOMAIN-SUFFIX,hoolu.com 21 | DOMAIN-SUFFIX,hoolu.tv 22 | DOMAIN-SUFFIX,hu1u.com 23 | DOMAIN-SUFFIX,huloo.cc 24 | DOMAIN-SUFFIX,huloo.tv 25 | DOMAIN-SUFFIX,hulu.com 26 | DOMAIN-SUFFIX,hulu.hb.omtrdc.net 27 | DOMAIN-SUFFIX,hulu.jp 28 | DOMAIN-SUFFIX,hulu.playback.edge.bamgrid.com 29 | DOMAIN-SUFFIX,hulu.sc.omtrdc.net 30 | DOMAIN-SUFFIX,hulu.tv 31 | DOMAIN-SUFFIX,hulu.us 32 | DOMAIN-SUFFIX,huluaction.com 33 | DOMAIN-SUFFIX,huluad.com 34 | DOMAIN-SUFFIX,huluapp.com 35 | DOMAIN-SUFFIX,huluasks.com 36 | DOMAIN-SUFFIX,hulucall.com 37 | DOMAIN-SUFFIX,hulufree.com 38 | DOMAIN-SUFFIX,hulugans.com 39 | DOMAIN-SUFFIX,hulugermany.com 40 | DOMAIN-SUFFIX,hulugo.com 41 | DOMAIN-SUFFIX,huluim.com 42 | DOMAIN-SUFFIX,huluinstantmessenger.com 43 | DOMAIN-SUFFIX,huluitaly.com 44 | DOMAIN-SUFFIX,hulunet.com 45 | DOMAIN-SUFFIX,hulunetwork.com 46 | DOMAIN-SUFFIX,huluplus.com 47 | DOMAIN-SUFFIX,hulupremium.com 48 | DOMAIN-SUFFIX,hulupurchase.com 49 | DOMAIN-SUFFIX,huluqa.com 50 | DOMAIN-SUFFIX,hulurussia.com 51 | DOMAIN-SUFFIX,huluspain.com 52 | DOMAIN-SUFFIX,hulusports.com 53 | DOMAIN-SUFFIX,hulustream.com 54 | DOMAIN-SUFFIX,huluteam.com 55 | DOMAIN-SUFFIX,hulutv.com 56 | DOMAIN-SUFFIX,huluusa.com 57 | DOMAIN-SUFFIX,joinmaidez.com 58 | DOMAIN-SUFFIX,mushymush.tv 59 | DOMAIN-SUFFIX,myhulu.com 60 | DOMAIN-SUFFIX,originalhulu.com 61 | DOMAIN-SUFFIX,payhulu.com 62 | DOMAIN-SUFFIX,prod.hjholdings.tv 63 | DOMAIN-SUFFIX,registerhulu.com 64 | DOMAIN-SUFFIX,streaks.jp 65 | DOMAIN-SUFFIX,thehulubraintrust.com 66 | DOMAIN-SUFFIX,wwwhuluplus.com 67 | DOMAIN-SUFFIX,yb.uncn.jp 68 | PROCESS-NAME,com.hulu.plus 69 | -------------------------------------------------------------------------------- /Modules/Location.sgmodule: -------------------------------------------------------------------------------- 1 | #!name= iRingo: 📍 Location 2 | #!desc=自定义定位服务内容\n添加国际版功能\n自定义服务版本 3 | #!author=VirgilClyne[https://github.com/VirgilClyne] 4 | #!category= iRingo 5 | #!version=1.0.1 6 | #!date=2025-10-24 08:48:41 7 | 8 | #!arguments = GeoCountryCode:"US",Dispatcher.Hybrid:true,LogLevel:"WARN" 9 | #!arguments-desc = GeoCountryCode: [地区检测] 地理国家或地区代码\n ├ AUTO: 🇺🇳自动(跟随地区检测结果)\n ├ CN: 🇨🇳中国大陆\n ├ HK: 🇭🇰中国香港\n ├ TW: 🇹🇼中国台湾\n ├ SG: 🇸🇬新加坡\n ├ US: 🇺🇸美国\n ├ JP: 🇯🇵日本\n ├ AU: 🇦🇺澳大利亚\n ├ GB: 🇬🇧英国\n ├ KR: 🇰🇷韩国\n ├ CA: 🇨🇦加拿大\n └ IE: 🇮🇪爱尔兰\n要更改为的地区或国家,此选项影响GPS/Wi-Fi/有线网络下国家和地区检测的结果。\n\nDispatcher.Hybrid: [调度器] 融合数据\n地点数据接口,此选项影响公共指南,兴趣点(POI)与位置信息等功能。(注:使用国际版调度器时,不会进行数据融合)\n\nLogLevel: [调试] 日志等级\n ├ OFF: 关闭\n ├ ERROR: ❌ 错误\n ├ WARN: ⚠️ 警告\n ├ INFO: ℹ️ 信息\n ├ DEBUG: 🅱️ 调试\n └ ALL: 全部\n选择脚本日志的输出等级,低于所选等级的日志将全部输出。\n 10 | 11 | [Rule] 12 | # 📍 Country Code 13 | DOMAIN,gspe1-ssl.ls.apple.com,DIRECT 14 | # 📍 Amap Dispatcher 15 | DOMAIN,dispatcher.is.autonavi.com,DIRECT 16 | 17 | [Script] 18 | # 📍 Country Code 19 | 📍 LocationService.pep.gcc.response = type=http-response, pattern=^https?:\/\/gspe1-ssl\.ls\.apple\.com\/pep\/gcc, requires-body=1, script-path=https://github.com/NSRingo/LocationService/releases/download/v1.0.1/response.bundle.js, argument=GeoCountryCode="{{{GeoCountryCode}}}"&Dispatcher.Hybrid="{{{Dispatcher.Hybrid}}}"&LogLevel="{{{LogLevel}}}" 20 | # 📍 Dispatcher 21 | 📍 LocationService.Dispatcher.request = type=http-request, pattern=^https?:\/\/dispatcher\.is\.autonavi\.com\/dispatcher, requires-body=1, binary-body-mode=1, debug=1, script-path=https://github.com/NSRingo/LocationService/releases/download/v1.0.1/request.bundle.js, argument=GeoCountryCode="{{{GeoCountryCode}}}"&Dispatcher.Hybrid="{{{Dispatcher.Hybrid}}}"&LogLevel="{{{LogLevel}}}" 22 | 📍 LocationService.Dispatcher.response = type=http-response, pattern=^https?:\/\/dispatcher\.is\.autonavi\.com\/dispatcher, requires-body=1, binary-body-mode=1, debug=1, script-path=https://github.com/NSRingo/LocationService/releases/download/v1.0.1/response.bundle.js, argument=GeoCountryCode="{{{GeoCountryCode}}}"&Dispatcher.Hybrid="{{{Dispatcher.Hybrid}}}"&LogLevel="{{{LogLevel}}}" 23 | 24 | [MITM] 25 | hostname = %APPEND% gspe1-ssl.ls.apple.com, dispatcher.is.autonavi.com -------------------------------------------------------------------------------- /Modules/KuaiShou_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=快手去广告 2 | #!desc=移除开屏广告、视频流广告、底栏皮肤、右下角悬浮推广,精简我的页面。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-09-06 00:53:21 6 | 7 | [Map Local] 8 | ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/n\/nearby\/widget\/info\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 9 | 10 | ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/n\/taskCenter\/task\/report\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 11 | 12 | ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/n\/ad\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 13 | 14 | [Body Rewrite] 15 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/system\/startup\? 'delpaths([["reskinConfig"]])' 16 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/system\/startup\? 'delpaths([["sidebarExSquareStyle","moreList"]])' 17 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/system\/startup\? 'delpaths([["sidebarExSquareStyle","topList"]])' 18 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/system\/startup\? '.sidebarExSquareStyle.commonlyUsedList |= map(select(.title == "设置" or .title == "历史记录" or .title == "草稿箱" or .title == "我的钱包" or .title == "小程序" or .title == "未成年人模式" or .title == "官方客服" or .title == "内容偏好" or .title == "离线模式" or .title == "稍后再看" or .title == "举报中心" or .title == "挂件"))' 19 | http-response-jq ^https:\/\/(apissl|az\d-live|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/n\/live\/feed\/square\/refresh\? 'delpaths([["data","banners"]])' 20 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/n\/feed\/selectionFast\? 'if (.feeds | type) == "array" then .feeds |= map(select(.ad | not)) else . end' 21 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/n\/user\/profile\/v2\? 'delpaths([["postRecommends"]])' 22 | http-response-jq ^https:\/\/(apissl|az\d-api(-js|-idc)?)\.(gifshow|ksapisrv)\.com\/rest\/im\/wd\/top\/navigation\/getRecommendedSession\? 'delpaths([["data","operationRecommendationList"]])' 23 | 24 | [MITM] 25 | hostname = %APPEND% az*-api.ksapisrv.com, az4-api-idc.ksapisrv.com, az*-api-idc.ksapisrv.com, apissl.gifshow.com, apissl.ksapisrv.com, az*-api-js.gifshow.com, az*-live.ksapisrv.com -------------------------------------------------------------------------------- /Rules/AI/AI.list: -------------------------------------------------------------------------------- 1 | # NAME: AI 2 | # AUTHOR: 可莉🅥,wish 3 | # UPDATED: 2025-11-09 4 | 5 | # Apple Intelligence 6 | DOMAIN-SUFFIX,guzzoni.apple.com 7 | DOMAIN-SUFFIX,smoot.apple.com 8 | DOMAIN-SUFFIX,apple-relay.mask.apple-dns.net 9 | DOMAIN-SUFFIX,apple-relay.cloudflare.com 10 | DOMAIN-SUFFIX,apple-relay.cloudflare.com 11 | DOMAIN-SUFFIX,apple-relay.fastly-edge.com 12 | DOMAIN-SUFFIX,apple-relay.apple.com 13 | DOMAIN-SUFFIX,cp4.cloudflare.com 14 | DOMAIN-SUFFIX,gspe1-ssl.ls.apple.com 15 | 16 | # ChatGPT 17 | AND,((DOMAIN-KEYWORD,chatgpt-async-webps-prod-),(DOMAIN-SUFFIX,webpubsub.azure.com)) 18 | AND,((DOMAIN-KEYWORD,openaicom-api-),(DOMAIN-SUFFIX,azurefd.net)) 19 | DOMAIN,chatgpt.livekit.cloud 20 | DOMAIN,host.livekit.cloud 21 | DOMAIN,openai.com.cdn.cloudflare.net 22 | DOMAIN,openaiapi-site.azureedge.net 23 | DOMAIN,openaicomproductionae4b.blob.core.windows.net 24 | DOMAIN,production-openaicom-storage.azureedge.net 25 | DOMAIN,turn.livekit.cloud 26 | DOMAIN-SUFFIX,chat.com 27 | DOMAIN-SUFFIX,chatgpt.com 28 | DOMAIN-SUFFIX,oaistatic.com 29 | DOMAIN-SUFFIX,oaiusercontent.com 30 | DOMAIN-SUFFIX,openai.com 31 | DOMAIN-SUFFIX,sora.com 32 | 33 | # Copilot 34 | DOMAIN,api.githubcopilot.com 35 | DOMAIN,copilot-proxy.githubusercontent.com 36 | DOMAIN,copilot.microsoft.com 37 | DOMAIN,sydney.bing.com 38 | DOMAIN,www.bing.com 39 | 40 | # Gemini 41 | DOMAIN,ai.google.dev 42 | DOMAIN,aida.googleapis.com 43 | DOMAIN,aistudio.google.com 44 | DOMAIN,alkalicore-pa.clients6.google.com 45 | DOMAIN,alkalimakersuite-pa.clients6.google.com 46 | DOMAIN,bard.google.com 47 | DOMAIN,deepmind.com 48 | DOMAIN,deepmind.google 49 | DOMAIN,geller-pa.googleapis.com 50 | DOMAIN,gemini.google.com 51 | DOMAIN,generativeai.google 52 | DOMAIN,generativelanguage.googleapis.com 53 | DOMAIN,makersuite.google.com 54 | DOMAIN,proactivebackend-pa.googleapis.com 55 | 56 | # Claude 57 | DOMAIN-SUFFIX,anthropic.com 58 | DOMAIN-SUFFIX,claude.ai 59 | DOMAIN-SUFFIX,claudeusercontent.com 60 | IP-CIDR,160.79.104.0/23,no-resolve 61 | IP-CIDR6,2607:6bc0::/48,no-resolve 62 | 63 | # JetBrains AI 64 | DOMAIN-SUFFIX,grazie.ai 65 | DOMAIN-SUFFIX,grazie.aws.intellij.net 66 | DOMAIN-SUFFIX,jetbrains.ai 67 | 68 | # Meta AI 69 | DOMAIN,imagine.meta.com 70 | DOMAIN-SUFFIX,meta.ai 71 | 72 | # Perplexity 73 | DOMAIN-SUFFIX,pplx.ai 74 | DOMAIN-SUFFIX,perplexity.ai 75 | DOMAIN-SUFFIX,perplexity.com 76 | 77 | # Mistral AI 78 | DOMAIN,chat.mistral.ai 79 | DOMAIN,console.mistral.ai 80 | DOMAIN-SUFFIX,mistral.ai 81 | 82 | # Grok AI 83 | DOMAIN,api.x.ai 84 | DOMAIN-SUFFIX,x.ai 85 | 86 | # Trae AI 87 | DOMAIN, trae-api-sg.mchost.guru 88 | DOMAIN-SUFFIX, trae.ai 89 | 90 | # OpenRouter 91 | DOMAIN-SUFFIX, openrouter.ai 92 | -------------------------------------------------------------------------------- /Modules/Weibo_intl_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=微博轻享版去广告 2 | #!desc=移除开屏广告、时间线广告及评论区广告,移除发现页面横幅推广、最常访问、主页访客及热门视频,移除搜索填充词。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category = 去广告 5 | #!date=2025-07-09 14:07:46 6 | 7 | [Body Rewrite] 8 | http-response-jq ^https:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends 'delpaths([["data","banner"]])' 9 | http-response-jq ^https:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends 'delpaths([["data","user_footprint"]])' 10 | http-response-jq ^https:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends 'delpaths([["data","profile_accessrecord"]])' 11 | http-response-jq ^https:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends 'delpaths([["data","native_content"]])' 12 | http-response-jq ^https:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=trends '.data.discover |= map(select(.schema != "尊享会员"))' 13 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/friends\/timeline$ 'delpaths([["advertises"]])' 14 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/friends\/timeline$ 'delpaths([["ad"]])' 15 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/friends\/timeline$ 'delpaths([["ad_version_2_weibo"]])' 16 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/friends\/timeline$ '.statuses|=map(select(.ad_marked!=true))' 17 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/unread_hot_timeline$ 'delpaths([["ad"]])' 18 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/unread_hot_timeline$ 'delpaths([["ad_version_2_weibo"]])' 19 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/statuses\/unread_hot_timeline$ '.statuses|=map(select(.ad_marked!=true))' 20 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/comments\/build_comments\? '.datas[].data.ad_from_comment? = true' 21 | http-response-jq ^https:\/\/api\.weibo\.cn\/2\/cardlist\?aid= '.cards |= map(select((.mblog?|(.ad_marked?|type=="boolean")and.ad_marked==true)or(.card_group?|type=="array"and any(.[]?;.mblog?|(.ad_marked?|type=="boolean")and.ad_marked==true))|not))' 22 | 23 | [Map Local] 24 | ^https:\/\/bootpreload\.uve\.weibo\.com\/v1\/ad\/preload$ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 25 | 26 | ^https:\/\/api\.weibo\.cn\/2\/cardlist\?v_f=2 data-type=text data="{}" status-code=200 header="Content-Type:application/json" 27 | 28 | ^https:\/\/api\.weibo\.cn\/2\/ad\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 29 | 30 | ^https:\/\/weibointl\.api\.weibo\.cn\/portal\.php\?a=get_searching_info data-type=text data="{}" status-code=200 header="Content-Type:application/json" 31 | 32 | [MITM] 33 | hostname = %APPEND% bootpreload.uve.weibo.com, weibointl.api.weibo.cn, api.weibo.cn -------------------------------------------------------------------------------- /Modules/Taobao_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=淘宝去广告 2 | #!desc=过滤淘宝开屏广告 3 | #!author=RuCu6[https://github.com/RuCu6],kelv1n1n[https://github.com/kelv1n1n] 4 | #!category=去广告 5 | #!date=2025-06-19 18:34:00 6 | 7 | [Rule] 8 | DOMAIN,adashx.m.taobao.com,REJECT 9 | DOMAIN,ossgw.alicdn.com,REJECT 10 | DOMAIN,ems.youku.com,REJECT 11 | DOMAIN,hudong.alicdn.com,REJECT 12 | DOMAIN,h-adashx.ut.taobao.com,REJECT 13 | DOMAIN,ut.taobao.com,REJECT 14 | 15 | [Map Local] 16 | ^https:\/\/(?:gw|heic)\.alicdn\.com\/imgextra\/i\d\/\d*\/?[\w!]+-\d-(?:octopus|tps)-(?:1080|1125)-\d{4}\.(?:jpg|png)_(?:1\d{3}|9\d{2})x(?:1\d{3}|9\d{2})q[59]0 data-type=text data="{}" status-code=200 header="Content-Type:application/json" 17 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.fliggy\.crm\.screen\.(allresource|predict) data-type=text data="{}" status-code=200 header="Content-Type:application/json" 18 | 19 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.alibaba\.advertisementservice\.getadv data-type=text data="{}" status-code=200 header="Content-Type:application/json" 20 | 21 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.alimama\.etao\.config\.query\/.+?etao_advertise data-type=text data="{}" status-code=200 header="Content-Type:application/json" 22 | 23 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.alimusic\.common\.mobileservice\.startinit data-type=text data="{}" status-code=200 header="Content-Type:application/json" 24 | 25 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.etao\.noah\.query\/.+tao_splash data-type=text data="{}" status-code=200 header="Content-Type:application/json" 26 | 27 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.film\.mtopadvertiseapi\.queryadvertise data-type=text data="{}" status-code=200 header="Content-Type:application/json" 28 | 29 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.o2o\.ad\.gateway\.get data-type=text data="{}" status-code=200 header="Content-Type:application/json" 30 | 31 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.taobao\.idle\.home\.welcome data-type=text data="{}" status-code=200 header="Content-Type:application/json" 32 | 33 | ^https:\/\/acs\.m\.taobao\.com\/gw\/mtop\.trip\.activity\.querytmsresources data-type=text data="{}" status-code=200 header="Content-Type:application/json" 34 | 35 | [Script] 36 | 移除淘宝开屏广告 = type=http-response, pattern=^https:\/\/guide-acs\.m\.taobao\.com\/gw\/mtop\.taobao\.(cloudvideo\.video\.query|wireless\.home\.splash\.awesome\.get), script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/taobao.js?token=209863, requires-body=true 37 | 38 | 移除淘宝开屏广告 = type=http-response, pattern=^https:\/\/poplayer\.template\.alibaba\.com\/\w+\.json, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/taobao.js?token=209863, requires-body=true 39 | 40 | [MITM] 41 | hostname = %APPEND% acs.m.taobao.com, heic.alicdn.com, guide-acs.m.taobao.com, poplayer.template.alibaba.com -------------------------------------------------------------------------------- /Modules/HKDouYin_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=香港抖音去广告 2 | #!desc=精简左右侧边栏、移除底栏切换。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-05-13 15:17:08 6 | 7 | [Rule] 8 | AND,((IP-CIDR,101.126.58.201/32,no-resolve),(DEST-PORT,6443)),REJECT 9 | AND,((IP-CIDR,110.249.199.75/32,no-resolve),(DEST-PORT,6443)),REJECT 10 | AND,((IP-CIDR,111.225.147.191/32,no-resolve),(DEST-PORT,6443)),REJECT 11 | AND,((IP-CIDR,111.63.61.101/32,no-resolve),(DEST-PORT,6443)),REJECT 12 | AND,((IP-CIDR,220.243.141.0/32,no-resolve),(DEST-PORT,6443)),REJECT 13 | AND,((OR,((DOMAIN-SUFFIX,bytegecko.com),(DOMAIN-SUFFIX,byteeffecttos.com))),(DOMAIN-KEYWORD,ncdn)),REJECT 14 | 15 | [URL Rewrite] 16 | ^https:\/\/api5-normal-lq\.amemv\.com\/api\/ad\/ - reject 17 | ^https:\/\/(aweme\.snssdk\.com|api5-normal-m\.amemv\.com)\/api\/ad\/ - reject 18 | ^https:\/\/zlink\.ugsdk\.cn\/ad\/ - reject 19 | 20 | [Body Rewrite] 21 | http-response-jq ^https:\/\/((aweme\.snssdk\.com|api5-normal-m\.amemv\.com)|api5-normal-m\.amemv\.com)\/aweme\/homepage\/sidebar_data\/\? 'delpaths([["data_map","recently_apps"]])' 22 | http-response-jq ^https:\/\/((aweme\.snssdk\.com|api5-normal-m\.amemv\.com)|api5-normal-m\.amemv\.com)\/aweme\/homepage\/sidebar_data\/\? 'delpaths([["data_map","recently_users"]])' 23 | http-response-jq ^https:\/\/(aweme\.snssdk\.com|api5-normal-m\.amemv\.com)\/aweme\/homepage\/render\/\? 'delpaths([["data","tab_config"]])' 24 | http-response-jq ^https:\/\/(aweme\.snssdk\.com|api5-normal-m\.amemv\.com)\/aweme\/homepage\/render\/\? '.data.tab_list[]? |= (if .extra.side_bar.modules != null then .extra.side_bar.modules[]?.items[]? |= (if .data.first_page_module?.module_title == "常用功能" then .data={} else . end) else . end) | .data.tab_list |= map(if .extra.tab_list != null then .extra.tab_list |= map(select(.tab_id | IN("homepage_tablive", "homepage_follow", "homepage_hot_container"))) else . end) | .data.tab_list |= map(select(.extra.tab_list != null and (.extra.tab_list | length > 0)))' 25 | http-response-jq ^https:\/\/(aweme\.snssdk\.com|api5-normal-m\.amemv\.com)\/tfe\/api\/request_combine\/v1\/\?need_personal_recommend 'if (getpath(["data","/service/settings/v3/","body","data","settings"]) | has("homepage_two_session_tab_skin_2025")) then (setpath(["data","/service/settings/v3/","body","data","settings","homepage_two_session_tab_skin_2025"]; false)) else . end' 26 | http-response-jq ^https:\/\/(aweme\.snssdk\.com|api5-normal-m\.amemv\.com)\/tfe\/api\/request_combine\/v1\/\?need_personal_recommend 'if (getpath(["data","/service/settings/v3/","body","data","settings"]) | has("homepage_tab_skin_enable")) then (setpath(["data","/service/settings/v3/","body","data","settings","homepage_tab_skin_enable"]; false)) else . end' 27 | 28 | [MITM] 29 | hostname = %APPEND% aweme.snssdk.com, api5-normal-m.amemv.com -------------------------------------------------------------------------------- /Surge.conf: -------------------------------------------------------------------------------- 1 | # 深巷有喵的「Surge_Developer」配置 2 | # 日期:2024-10-01 3 | # 版本:3.5.1 4 | # 配置作者:https://github.com/Rabbit-Spec/Surge 5 | # 适用版本:iOS/macOS的Surge 5 6 | 7 | [General] 8 | # > Wi-Fi助理 9 | wifi-assist = true 10 | # > IPv6 支持(默认关闭,如无特殊需求不应开启 IPv6,目前网络环境下 IPv6 只会带来问题。) 11 | ipv6 = false 12 | # > 跳过代理 13 | skip-proxy = 192.168.0.0/24, 10.0.0.0/8, 172.16.0.0/12, 127.0.0.1, localhost, *.local 14 | # > 排除简单主机名 15 | exclude-simple-hostnames = true 16 | # > 测试超时(秒) 17 | test-timeout = 2 18 | # > Internet 测试 URL 19 | internet-test-url = http://www.baidu.com 20 | # > 代理测速 URL 21 | proxy-test-url = http://www.apple.com/library/test/success.html 22 | # > DNS 服务器 23 | dns-server = 223.5.5.5, 114.114.114.114 24 | # > DNS 加密服务器(除非当地 ISP 有严重的 DNS 污染问题,否则没必要开启 DoH,传统 DNS 的性能最优,网络异常后恢复速度最快。) 25 | # encrypted-dns-server = h3://223.5.5.5/dns-query 26 | 27 | [Proxy Group] 28 | Proxy = select, 🇭🇰 香港节点, 🇺🇸 美国节点, 🇯🇵 日本节点, 🇨🇳 台湾节点, 🇸🇬 新加坡节点, ✈️ 我的节点, icon-url=https://raw.githubusercontent.com/Irrucky/Tool/main/Surge/icon/surge_2.png 29 | 30 | # > 外部节点 31 | 🇭🇰 香港节点 = smart, include-other-group=✈️ 我的节点, update-interval=0, no-alert=0, hidden=1, include-all-proxies=0, policy-regex-filter=(🇭🇰)|(香港)|(Hong)|(HK), icon-url=https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Hong_Kong.png 32 | 33 | 🇺🇸 美国节点 = smart, include-other-group=✈️ 我的节点, update-interval=0, no-alert=0, hidden=1, include-all-proxies=0, policy-regex-filter=(🇺🇸)|(美国)|(States)|(US), icon-url=https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/United_States.png 34 | 35 | 🇯🇵 日本节点 = smart, include-other-group=✈️ 我的节点, update-interval=0, no-alert=0, hidden=1, include-all-proxies=0, policy-regex-filter=(🇯🇵)|(日本)|(Japan)|(JP), icon-url=https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Japan.png 36 | 37 | 🇨🇳 台湾节点 = smart, include-other-group=✈️ 我的节点, update-interval=0, no-alert=0, hidden=1, include-all-proxies=0, policy-regex-filter=(🇨🇳)|(台湾)|(Tai)|(TW), icon-url=https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/China.png 38 | 39 | 🇸🇬 新加坡节点 = smart, include-other-group=✈️ 我的节点, update-interval=0, no-alert=0, hidden=1, include-all-proxies=0, policy-regex-filter=(🇸🇬)|(新加坡)|(Singapore)|(SG), icon-url=https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Rounded_Rectangle/Singapore.png 40 | 41 | ✈️ 我的节点 = select, policy-path=你的订阅地址, update-interval=0, no-alert=0, hidden=0, include-all-proxies=0, icon-url=https://raw.githubusercontent.com/Semporia/Hand-Painted-icon/master/Universal/Final.png 42 | 43 | [Rule] 44 | RULE-SET,https://github.com/Blankwonder/surge-list/raw/master/blocked.list,Proxy 45 | RULE-SET,https://github.com/Blankwonder/surge-list/raw/master/cn.list,DIRECT 46 | DOMAIN,apps.apple.com,Proxy 47 | DOMAIN-SUFFIX,ls.apple.com,DIRECT // Apple Maps 48 | DOMAIN-SUFFIX,store.apple.com,DIRECT // Apple Store Online 49 | RULE-SET,SYSTEM,Proxy 50 | RULE-SET,https://github.com/Blankwonder/surge-list/raw/master/apple.list,Proxy 51 | # 以下规则将触发本地 DNS 解析 52 | RULE-SET,LAN,DIRECT 53 | GEOIP,CN,DIRECT 54 | FINAL,Proxy,dns-failed -------------------------------------------------------------------------------- /Modules/Panel_NetISP_X.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=网络信息𝕏 2 | #!desc=国内外IP, 运营商, ASN, ORG, 位置, 策略; IPv6; 入口落地; 隐私; LAN; SSID. 自己设置对应域名的分流. 支持网络变化时进行查询通知. 提供 https://net-lsp-x.com 数据接口, 参数与模块参数相同。 3 | #!author=keywos[https://github.com/keywos],xream[https://github.com/keywos] 4 | #!category=面板模块 5 | #!date=2024-07-06 20:05:57 6 | 7 | #!arguments=DOMESTIC_IPv4:spcn,DOMESTIC_IPv4_KEY:若接口需要就填这里,DOMESTIC_IPv6:ddnspod,LANDING_IPv4:ipapi,LANDING_IPv6:ipsb,DNS:ali,FLAG:1,ASN:0,ORG:0,PRIVACY:0,LAN:0,SSID:0,IPv6:0,MASK:0,TIMEOUT:5,RETRIES:1,RETRY_DELAY:1,ENTRANCE_DELAY:0,EVENT_SCRIPT_NAME:网络信息变化,EVENT_DELAY:3,PANEL_NAME:网络信息面板,UPDATE-INTERVAL:-1,ICON:globe.asia.australia,ICON-COLOR:#6699FF 8 | #!arguments-desc=完整说明: https://github.com/xream/scripts/blob/main/surge/modules/network-info/README.md\n\n1 为开启, 0 为关闭\n\n · [LAN]: 显示 LAN IP\n\n · [SSID]: 显示 SSID\n\n · [IPv6]: 显示 IPv6 地址\n\n · [MASK]: 打码 保护隐私\n\n · [DOMESTIC_IPv4]: 国内 IPv4 来源, 可选 spcn(请设置分流 DOMAIN-SUFFIX,speedtest.cn), cip, bilibili, 126, ipip, ip233, pingan, qixin, muhan, ipim(请设置分流 DOMAIN-SUFFIX,ip.im), ali(将阿里云 IP 服务的 APPCODE 填到 DOMESTIC_IPv4_KEY)\n\n · [DOMESTIC_IPv4_KEY]: 若接口需要就填(多个 key 用 , 分隔)\n\n · [DOMESTIC_IPv6]: 国内 IPv6 来源, 可选 ddnspod, neu6\n\n · [LANDING_IPv4]: 落地 IPv4 来源, 可选 ipapi, ipsb, ipinfo, ipscore, ipwhois\n\n · [LANDING_IPv6]: 落地 IPv6 来源, 可选 ipsb, ident, ipify\n\n · [DNS]: 解析域名, 可选 google, cf, ali, tencent\n\n · [ASN]: 显示 ASN 信息\n\n · [ORG]: 显示 ORG 信息\n\n · [PRIVACY]: (当落地为 ipwhois, ipinfo 时)显示 Privacy/Security 等信息\n\n · [FLAG]: 是否显示国旗\n\n · [TIMEOUT]: 超时设置(单位: 秒)\n\n · [RETRIES]: 请求重试次数\n\n · [RETRY_DELAY]: 请求重试等待时间(单位: 秒)\n\n · [ENTRANCE_DELAY]: 查询落地之后紧接着查询入口可能会导致请求太频繁而风控\n可适当调节此延时(单位: 秒)\n\n · [EVENT_SCRIPT_NAME]: 网络变化时进行查询通知的脚本名称\n若要禁用此脚本, 请输入 #\n\n · [EVENT_DELAY]: 网络变化时, 延后查询信息(单位: 秒)\n\n · [PANEL_NAME]: 网络信息面板名称\n若要禁用此面板, 请输入 #\n\n · [UPDATE-INTERVAL]: 面板刷新时间\n您可以在这里指定一个小的时间(例如1),以使面板每次自动更新。 9 | 10 | [Script] 11 | # Request 12 | 网络信息请求=type=http-request,pattern=^https?:\/\/net-lsp-x\.com,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/Network-info/Net-lsp-x.js,timeout=120 13 | 14 | # Event 15 | {{{EVENT_SCRIPT_NAME}}}=type=event,event-name=network-changed,timeout=120,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/Network-info/Net-lsp-x.js,argument="TYPE=EVENT&icon={{{ICON}}}&icon-color={{{ICON-COLOR}}}&LAN={{{LAN}}}&SSID={{{SSID}}}&IPv6={{{IPv6}}}&MASK={{{MASK}}}&DOMESTIC_IPv4={{{DOMESTIC_IPv4}}}&DOMESTIC_IPv6={{{DOMESTIC_IPv6}}}&LANDING_IPv4={{{LANDING_IPv4}}}&LANDING_IPv6={{{LANDING_IPv6}}}&PRIVACY={{{PRIVACY}}}&FLAG={{{FLAG}}}&ENTRANCE_DELAY={{{ENTRANCE_DELAY}}}&TIMEOUT={{{TIMEOUT}}}&EVENT_DELAY={{{EVENT_DELAY}}}&RETRIES={{{RETRIES}}}&RETRY_DELAY={{{RETRY_DELAY}}}&ASN={{{ASN}}}&ORG={{{ORG}}}&DOMESTIC_IPv4_KEY={{{DOMESTIC_IPv4_KEY}}}" 16 | 17 | # Panel 18 | 网络信息面板=type=generic,timeout=120,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/Tools/Network-info/Net-lsp-x.js,argument="icon={{{ICON}}}&icon-color={{{ICON-COLOR}}}&LAN={{{LAN}}}&SSID={{{SSID}}}&IPv6={{{IPv6}}}&MASK={{{MASK}}}&DOMESTIC_IPv4={{{DOMESTIC_IPv4}}}&DOMESTIC_IPv6={{{DOMESTIC_IPv6}}}&LANDING_IPv4={{{LANDING_IPv4}}}&LANDING_IPv6={{{LANDING_IPv6}}}&PRIVACY={{{PRIVACY}}}&FLAG={{{FLAG}}}&ENTRANCE_DELAY={{{ENTRANCE_DELAY}}}&TIMEOUT={{{TIMEOUT}}}&EVENT_DELAY={{{EVENT_DELAY}}}&RETRIES={{{RETRIES}}}&RETRY_DELAY={{{RETRY_DELAY}}}&ASN={{{ASN}}}&ORG={{{ORG}}}&DOMESTIC_IPv4_KEY={{{DOMESTIC_IPv4_KEY}}}" 19 | 20 | [Panel] 21 | {{{PANEL_NAME}}}=script-name=网络信息面板,update-interval={{{UPDATE-INTERVAL}}} 22 | 23 | [MITM] 24 | hostname=%APPEND% net-lsp-x.com -------------------------------------------------------------------------------- /Modules/Manager-Tools.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Manager Tools 2 | #!desc=重写及规则集转换\n高级订阅管理工具和Boxjs管理工具合集。 3 | #!author=小白脸,xream[https://github.com/xream],keywos[https://github.com/keywos],ckyb[https://github.com/chengkongyiban] 4 | #!category=工具 5 | #!date=2025-05-13 00:59:00 6 | 7 | #!arguments=Notify:开启通知,ability:http-client-policy,cronexp:55 23 * * *,sync:"Sub-Store Sync",timeout:120,engine:auto,produce:"# Sub-Store Produce",produce_cronexp:50 */6 * * *,produce_sub:"sub1,sub2",produce_col:"col1,col2" 8 | #!arguments-desc=Notify:\nScriptHub通知设置, 可选 开启通知, 关闭通知, 跟随链接\n1️⃣ ability\n\n默认已开启测落地能力\n需要配合脚本操作\n如 https://raw.githubusercontent.com/Keywos/rule/main/cname.js\n填写任意其他值关闭\n\n2️⃣ cronexp\n\n同步配置定时任务\n默认为每天 23 点 55 分\n\n定时任务指定时将订阅/文件上传到私有 Gist. 在前端, 叫做 '同步' 或 '同步配置'\n\n3️⃣ sync\n\n自定义定时任务名\n便于在脚本编辑器中选择\n若设为 # 可取消定时任务\n\n4️⃣ timeout\n\n脚本超时, 单位为秒\n\n5️⃣ engine\n\n默认为自动使用 webview 引擎, 可设为指定 jsc, 但 jsc 容易爆内存\n\n6️⃣ produce\n\n自定义处理订阅的定时任务名\n一般用于定时处理耗时较长的订阅, 以更新缓存\n这样 Surge 中拉取的时候就能用到缓存, 不至于总是超时\n若设为 # 可取消此定时任务\n默认不开启\n\n7️⃣ produce_cronexp\n\n配置处理订阅的定时任务\n\n默认为每 6 小时\n\n9️⃣ produce_sub\n\n自定义需定时处理的单条订阅名\n多个用 , 连接\n\n🔟 produce_col\n\n自定义需定时处理的组合订阅名\n多个用 , 连接\n\n⚠️ 注意: 是 名称(name) 不是 显示名称(displayName)\n如果名称需要编码, 请编码后再用 , 连接\n顺序: 并发执行单条订阅, 然后并发执行组合订阅 9 | 10 | [General] 11 | force-http-engine-hosts=%APPEND% script.hub, *.script.hub, boxjs.com, boxjs.net, *.boxjs.com, *.boxjs.net 12 | 13 | [Script] 14 | Script Hub: 前端=type=http-request, pattern=^https?:\/\/script\.hub\/($|edit\/|reload), script-path=https://raw.githubusercontent.com/Script-Hub-Org/Script-Hub/main/script-hub.js, timeout=300 15 | 16 | Script Hub: 重写转换=type=http-request, pattern=^https?:\/\/script\.hub\/file\/_start_\/.+type=(?:qx-rewrite|surge-module|loon-plugin|all-module), script-path=https://raw.githubusercontent.com/Script-Hub-Org/Script-Hub/main/Rewrite-Parser.js, timeout=300, argument=Notify={{{Notify}}} 17 | 18 | Script Hub: 规则集转换=type=http-request, pattern=^https?:\/\/script\.hub\/file\/_start_\/.+type=rule-set, script-path=https://raw.githubusercontent.com/Script-Hub-Org/Script-Hub/main/rule-parser.js, timeout=300, argument=Notify={{{Notify}}} 19 | 20 | Script Hub: 脚本转换=type=http-request, pattern=^https?:\/\/script\.hub\/convert\/, script-path=https://raw.githubusercontent.com/Script-Hub-Org/Script-Hub/main/script-converter.js, timeout=300 21 | 22 | Sub-Store Core=type=http-request,pattern=^https?:\/\/sub\.store\/((download)|api\/(preview|sync|(utils\/node-info))),script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/sub-store-1.min.js,requires-body=true,timeout={{{timeout}}},ability="{{{ability}}}",engine={{{engine}}} 23 | 24 | Sub-Store Simple=type=http-request,pattern=^https?:\/\/sub\.store,script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/sub-store-0.min.js,requires-body=true,timeout={{{timeout}}},engine={{{engine}}} 25 | 26 | {{{sync}}}=type=cron,cronexp="{{{cronexp}}}",wake-system=1,timeout={{{timeout}}},script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js,engine={{{engine}}} 27 | 28 | {{{produce}}}=type=cron,cronexp="{{{produce_cronexp}}}",wake-system=1,timeout={{{timeout}}},script-path=https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/cron-sync-artifacts.min.js,engine={{{engine}}},argument="sub={{{produce_sub}}}&col={{{produce_col}}}" 29 | 30 | Rewrite: BoxJs=type=http-request,pattern=^https?:\/\/(.+\.)?boxjs\.(com|net),script-path=https://raw.githubusercontent.com/chavyleung/scripts/master/box/chavy.boxjs.js, requires-body=true, timeout=120 31 | 32 | [MITM] 33 | hostname=%APPEND% script.hub, *.script.hub, sub.store, boxjs.com, boxjs.net, *.boxjs.com, *.boxjs.net -------------------------------------------------------------------------------- /Modules/BodianMusic.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=波点音乐 2 | #!desc=解锁波点音乐会员、下载功能以及付费专辑,移除开屏广告、横幅推广、悬浮广告以及商城Tab,建议卸载重装使用。 3 | #!author=WeiGiegie[https://github.com/WeiGiegie],可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md],ZenmoFeiShi[https://github.com/ZenmoFeiShi],wish[https://github.com/mist-whisper] 4 | #!category=解锁去广告 5 | #!date=2025-10-16 19:56:30 6 | 7 | [Body Rewrite] 8 | http-response-jq ^https:\/\/bd-api\.kuwo\.cn\/api\/service\/global\/config\/scene '.data.showShopEntry=false | .data.idolTabShow=true | .' 9 | http-response-jq ^https:\/\/bd-api\.kuwo\.cn\/api\/service\/home\/index '.data.moduleList |= (if type=="array" then map(select(.type != 8 and .type != 5 and .type != 1 and .type != 9 and .type != 6 and .type != 4)) else . end)' 10 | http-response-jq ^https:\/\/bd-api\.kuwo\.cn\/api\/service\/resource\/recommend\? 'if .data.resourceList then .data.resourceList |= map(del(.resource)) else . end' 11 | http-response-jq ^https:\/\/bd-api\.kuwo\.cn\/api\/comments\/v3\/topInfo 'if .data then del(.data.putao) else . end' 12 | http-response-jq ^https:\/\/bd-api\.kuwo\.cn\/api\/voice\/room\/v2\/sidebar '.data = {}' 13 | 14 | [Map Local] 15 | # 移除开屏广告 16 | ^https://ad\.tencentmusic\.com/config/uni data-type=text data="{}" status-code=200 header="Content-Type:application/json" 17 | 18 | ^https:\/\/bd-api\.kuwo\.cn\/api\/(play|service|advert)\/advert\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 19 | 20 | # 移除悬浮广告 21 | ^https:\/\/bd-api\.kuwo\.cn\/api\/popup\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 22 | 23 | ^https:\/\/bd-api\.kuwo\.cn\/api\/pay\/vip\/invitation\/assist\/popup\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 24 | 25 | # 移除横幅推广 26 | ^https:\/\/bd-api\.kuwo\.cn\/api\/service\/banner\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 27 | 28 | ^https:\/\/bd-api\.kuwo\.cn\/api\/service\/home\/module\?.*&moduleId=6 data-type=text data="{}" status-code=200 header="Content-Type:application/json" 29 | 30 | # 移除会员角标 31 | ^https:\/\/bd-api\.kuwo\.cn\/api\/pay\/vip\/lowPriceText\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 32 | 33 | ^https:\/\/bd-api\.kuwo\.cn\/api\/service\/global\/config\/vipEnter\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 34 | 35 | ^https:\/\/bd-api\.kuwo\.cn\/api\/ucenter\/vip\/give\/config\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 36 | 37 | # 移除搜索框热词 38 | ^https:\/\/bd-api\.kuwo\.cn\/api\/search\/topic\/word data-type=text data="{}" status-code=200 header="Content-Type:application/json" 39 | 40 | [Script] 41 | 波点音乐 = type=http-response, pattern=^https?:\/\/(?:(?:bd-api|h5app|bodianyin|ab-bodian)\.kuwo\.cn\/(?:api\/(?:ucenter\/users\/(?:pub|login)|play\/(?:music\/v2\/(?:audioUrl|checkRight)|advert\/info)|service\/(?:music\/(?:info|download\/(?:info|config))|home\/module|global\/config\/(?:scene|vipEnter)|banner\/positions|advert\/config)|search\/topic\/word\/list|pay\/(?:vip\/(?:invitation\/(?:assist\/popup|swell)|lowPriceText)|sp\/actVip|audition\/url)|advert\/free\/config|popup\/start\/info|abtest\/ui\/info|rec\/feed)|abtest\/ui\/info)|us\.l\.qq\.com\/exapp|xs\.gdt\.qq\.com\/style_factory\/template_list), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/BodianMusic/BodianMusic.js, requires-body=true, timeout=60 42 | 43 | [MITM] 44 | hostname = %APPEND% bd-api.kuwo.cn, *.kuwo.*, ad.tencentmusic.com, *.l.qq.com, 39.156.123.46:443, bd-api.kuwo.com, 39.156.123.46, 39.156.12*.*:443, h5app.kuwo.cn, bodianimgcdn.kuwo.cn, h5s.kuwo.cn, 39.156.121.20:443, 111.30.171.170:443, 39.156.121.21:443, 101.42.133.54:443, ab-bodian.kuwo.cn, 39.156.121.65:443, 39.156.121.*:443, bd-api.kuwo.cn:443, ab-bodian.kuwo.cn:443, 39.156.121.60:80, xs.gdt.qq.com 45 | -------------------------------------------------------------------------------- /Rules/BlockAds/BlockAds.list: -------------------------------------------------------------------------------- 1 | # NAME: BlockAds 2 | # AUTHOR: RuCu6 3 | # HOMEPAGE: https://github.com/RuCu6 4 | # UPDATED: 2024-09-17 22:35 5 | 6 | # ======= A ======= # 7 | ## 阿里云 8 | IP-CIDR, 203.107.1.1/24, no-resolve 9 | # Apple 10 | DOMAIN, api-adservices.apple.com 11 | DOMAIN-SUFFIX, iadsdk.apple.com 12 | # 安全浏览限制解除 13 | DOMAIN, lookup.api.bsb.baidu.com 14 | DOMAIN, proxy.safebrowsing.apple 15 | DOMAIN, safebrowsing.g.applimg.com 16 | DOMAIN, safebrowsing.googleapis.com 17 | DOMAIN, safebrowsing.urlsec.qq.com 18 | DOMAIN, token.safebrowsing.apple 19 | DOMAIN, vs6.bj2ct.u3.ucweb.com 20 | DOMAIN-SUFFIX, safebrowsing.apple 21 | DOMAIN-SUFFIX, u3.ucweb.com 22 | 23 | # ======= B ======= # 24 | # 百度 25 | DOMAIN-SUFFIX, pos.baidu.com 26 | # 百度贴吧 27 | IP-CIDR, 180.76.76.200/32 28 | 29 | # ======= C ======= # 30 | # ChatGPT 31 | DOMAIN, o33249.ingest.sentry.io 32 | # Clue 智库 33 | DOMAIN, api.helloclue.com 34 | DOMAIN, brahe.apptimize.com 35 | DOMAIN, collector.clue.run 36 | DOMAIN, mapi.apptimize.com 37 | DOMAIN, md-i-s.apptimize.com 38 | DOMAIN, images.ctfassets.net 39 | 40 | # ======= F ======= # 41 | # Flurry 42 | DOMAIN, data.flurry.com 43 | # Foreca & Google 44 | DOMAIN, adservice.google.com 45 | DOMAIN, googleads.g.doubleclick-cn.net 46 | DOMAIN, googleads.g.doubleclick.net 47 | DOMAIN, pubads.g.doubleclick.net 48 | DOMAIN, pagead2.googlesyndication.com 49 | DOMAIN, www.googleadservices.com 50 | DOMAIN-KEYWORD, adservice.google.com. 51 | 52 | # ======= G ======= # 53 | # 工商银行 开屏广告 54 | DOMAIN, pageviewp.icbc.com.cn 55 | # 广告联盟 56 | #DOMAIN, is.snssdk.com 57 | DOMAIN, mi.gdt.qq.com 58 | DOMAIN, open.e.kuaishou.com 59 | DOMAIN-SUFFIX, pangolin-sdk-toutiao.com 60 | DOMAIN-SUFFIX, pangolin-sdk-toutiao-b.com 61 | 62 | # ======= K ======= # 63 | # 酷我音乐 64 | DOMAIN, ad.tencentmusic.com 65 | DOMAIN, g.koowo.com 66 | DOMAIN, mobilead.kuwo.cn 67 | DOMAIN, rich.kuwo.cn 68 | DOMAIN, tmead.y.qq.com 69 | DOMAIN, tmeadcomm.y.qq.com 70 | 71 | # ======= L ======= # 72 | # 蓝奏云 73 | DOMAIN, statics.woozooo.com 74 | 75 | # ======= M ======= # 76 | # 美颜相机 77 | DOMAIN, aaid.uyunad.com 78 | DOMAIN, adui.tg.meitu.com 79 | 80 | # ======= O ======= # 81 | # Outlook 82 | DOMAIN, acdn.adnxs.com 83 | DOMAIN, mediation.adnxs.com 84 | DOMAIN, sin3-ib.adnxs.com 85 | 86 | # ======= R ======= # 87 | # RARBG 推广跳转 88 | DOMAIN, bravetense.com 89 | DOMAIN, furiousfar.com 90 | DOMAIN, swallowcrockerybless.com 91 | 92 | # ======= S ======= # 93 | # 什么值得买 94 | DOMAIN, api.zuihuimai.com 95 | # 数字联盟 96 | DOMAIN-SUFFIX, shuzilm.cn 97 | 98 | # ======= T ======= # 99 | # 腾讯 无法使用的推送服务 100 | DOMAIN, tpns.qq.com 101 | 102 | # ======= W ======= # 103 | # 网易云音乐 104 | DOMAIN, gdt.qq.com 105 | DOMAIN, httpdns.n.netease.com 106 | DOMAIN, iadmat.nosdn.127.net 107 | DOMAIN, iadmusicmat.music.126.net 108 | DOMAIN, iadmusicmatvideo.music.126.net 109 | DOMAIN-SUFFIX, 163jiasu.com 110 | # 微博 开屏广告 111 | DOMAIN, adstrategy.biz.weibo.com 112 | DOMAIN, kadmimage.biz.weibo.com 113 | DOMAIN, sdkaction.biz.weibo.com 114 | DOMAIN, sdkclick.biz.weibo.com 115 | DOMAIN, sdkmonitor.biz.weibo.com 116 | 117 | # ======= X ======= # 118 | # 小米 119 | DOMAIN, sdkconfig.ad.xiaomi.com 120 | # 迅雷 解除版权限制 121 | #DOMAIN, hub5btmain.v6.shub.sandai.net 122 | #DOMAIN, hub5emu.v6.shub.sandai.net 123 | #DOMAIN, hub5idx.v6.shub.sandai.net 124 | 125 | # ======= Y ======= # 126 | # 云闪付 开屏广告 127 | DOMAIN, ads.95516.com 128 | DOMAIN, cm-10-138.getui.com 129 | DOMAIN, sdk.open.talk.getui.net 130 | DOMAIN, sdk-conf.getui.com 131 | DOMAIN, switch.cup.com.cn 132 | DOMAIN, tysdk.95516.com 133 | 134 | # ======= Z ======= # 135 | # 知乎 136 | DOMAIN, appcloud.zhihu.com 137 | DOMAIN, appcloud2.in.zhihu.com 138 | DOMAIN, crash2.zhihu.com 139 | DOMAIN, mqtt.zhihu.com 140 | DOMAIN, sugar.zhihu.com 141 | IP-CIDR, 118.89.204.198/32, no-resolve 142 | IP-CIDR, 103.41.167.237/32, no-resolve 143 | IP-CIDR6, 2402:4e00:1200:ed00:0:9089:6dac:96b6/128, no-resolve 144 | # 字节跳动 145 | DOMAIN, ad.zijieapi.com 146 | DOMAIN-KEYWORD, -ad-sign.byteimg.com 147 | -------------------------------------------------------------------------------- /Modules/DiDi_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=滴滴出行去广告 2 | #!desc=移除开屏广告、精简首页、底栏和我的页面。 3 | #!author=ZenmoFeiShi[https://github.com/ZenmoFeiShi],可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-11-13 20:33:12 6 | 7 | [Rule] 8 | DOMAIN,gwp.xiaojukeji.com,REJECT 9 | AND,((IP-ASN,45090,no-resolve),(DEST-PORT,25641),(PROTOCOL,TCP)),REJECT 10 | AND,((IP-ASN,55990,no-resolve),(DEST-PORT,25641),(PROTOCOL,TCP)),REJECT 11 | AND,((IP-ASN,63646,no-resolve),(DEST-PORT,25641),(PROTOCOL,TCP)),REJECT 12 | 13 | [Body Rewrite] 14 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/core\? '.data.disorder_cards.bottom_nav_list.data |= map(select(.id == "home_page" or .id == "user_center")) | .data.order_cards.nav_list_card.data |= map(select(.nav_id == "dache_anycar" or .nav_id == "carmate" or .nav_id == "driverservice" or .nav_id == "zhandianbashi" or .nav_id == "yuancheng" or .nav_id == "pincheche" or .nav_id == "bike" or .nav_id == "special_ride" or .nav_id == "nav_more_v3"))' 15 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","disorder_cards","communicate_card"]])' 16 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","disorder_cards","not_login_bottom_bar"]])' 17 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","disorder_cards","riding_code_card"]])' 18 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","order_cards","car_owner_widget_card"]])' 19 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","order_cards","marketing_card"]])' 20 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","order_cards","super_banner_card"]])' 21 | http-response-jq ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/fast\? 'delpaths([["data","disorder_cards","car_icon","data","icon_info_new_agreement"]])' 22 | http-response-jq ^https:\/\/res\.xiaojukeji\.com\/resapi\/activity\/mget\? 'delpaths([["data","mult_home_banner"]])' 23 | http-response-jq ^https:\/\/common\.diditaxi\.com\.cn\/common\/v5\/usercenter\/layout$ 'delpaths([["data","instances","center_marketing_card"]])' 24 | http-response-jq ^https:\/\/common\.diditaxi\.com\.cn\/common\/v5\/usercenter\/layout$ 'delpaths([["data","instances","center_widget_list"]])' 25 | http-response-jq ^https:\/\/common\.diditaxi\.com\.cn\/common\/v5\/usercenter\/layout$ 'delpaths([["data","instances","center_member_card"]])' 26 | http-response-jq ^https:\/\/common\.diditaxi\.com\.cn\/common\/v5\/usercenter\/layout$ '.data.instances.center_wallet_finance_card.data.view_info |= map(select(.title == "优惠卡券" or .title == "余额" or .title == "福利金"))' 27 | http-response-jq ^https:\/\/api\.udache\.com\/gulfstream\/porsche\/v1\/dache_homepage_layout\? 'delpaths([["data","instances","car_icon_01","data","icon_info_new_agreement"]])' 28 | http-response-jq ^https:\/\/as\.xiaojukeji\.com\/ep\/as\/toggles\? '.data |= map(if .name|IN("daijia_journey_new_tcp_switch","daijia_tcp_init","daijia_tcp_msg_encrypt","daijia_tcp_site_info","daijia_tcp_site_report")then.allow=false else. end)' 29 | 30 | [Map Local] 31 | ^https:\/\/res\.xiaojukeji\.com\/resapi\/activity\/mget data-type=text data="{}" status-code=200 header="Content-Type:application/json" 32 | 33 | ^https:\/\/lion\.didialift\.com\/broker\/\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 34 | 35 | ^https:\/\/conf\.diditaxi\.com\.cn\/homepage\/v1\/other\/slow\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 36 | 37 | ^https:\/\/ct\.xiaojukeji\.com\/agent\/v3\/feeds\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 38 | 39 | ^https:\/\/conf\.diditaxi\.com\.cn\/dynamic\/conf data-type=text data="{}" status-code=200 header="Content-Type:application/json" 40 | 41 | [MITM] 42 | hostname = %APPEND% as.xiaojukeji.com, common.diditaxi.com.cn, conf.diditaxi.com.cn, lion.didialift.com, api.udache.com, ct.xiaojukeji.com, res.xiaojukeji.com -------------------------------------------------------------------------------- /Modules/DailyBonus.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=定时任务合集 2 | #!desc=每天自动完成相关任务,根据需求进入插件打开相应开关即可。\nB站扫码获取cookie时,保持相关脚本开启,打开APP根据推送提示操作,使用后需关闭脚本,失效后再次打开即可。B站两种获取方式不可兼用。\n首次安装插件需打开对应 APP 或 小程序 获取Cookie。 3 | #!author=FoKit[https://github.com/FoKit], Sliverkiss[https://github.com/Sliverkiss], ClydeTime[https://github.com/ClydeTime], wish[https://github.com/mist-whisper], ZenmoFeiShi[https://github.com/ZenmoFeiShi],chavyleung[https://github.com/chavyleung] 4 | #!category=功能增强 5 | #!date=2025-08-08 15:56:00 6 | 7 | #!arguments=B站Cookie(扫码):通过扫码获取cookie,B站Cookie(APP):#,蜜雪冰城Cookie:获取Cookie,小蚕霸王餐Cookie:获取Cookie,晓晓优选Cookie:获取Cookie,歪麦霸王餐Cookie:获取Cookie,支付有优惠Cookie:获取Cookie,BiliBili_CRONEXP:99 99 31 2 7,Mixue_CRONEXP:99 99 31 2 7,Soul_CRONEXP:99 99 31 2 7,Xiaocan_CRONEXP:99 99 31 2 7,Xiaoxiao_CRONEXP:99 99 31 2 7,Waimai_CRONEXP:99 99 31 2 7,WechatPay_CRONEXP:99 99 31 2 7 8 | #!arguments-desc=[参数设置]\nCookie:获取cookie 脚本启停\n\n├ 获取Cookie脚本:启用(默认值)\n └ 填入"#":注释停用\n\nCRONEXP:定时任务参数,若想启用定时任务输入正确表达式即可,例如 0 8 * * * 9 | 10 | [Script] 11 | {{{B站每日任务}}}=type=cron,cronexp="{{{BiliBili_CRONEXP}}}",script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/DailyBonus/BiliBili.js,wake-system=1,timeout=15 12 | 13 | {{{B站Cookie(扫码)}}} = type=http-response,pattern=^https?:\/\/app\.bilibili\.com\/x\/resource\/fingerprint\?,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/DailyBonus/BiliBili.js,requires-body=0,timeout=30 14 | 15 | {{{B站Cookie(APP)}}} = type=http-request,pattern=^https?:\/\/app\.bilibili\.com\/x\/resource\/fingerprint\?,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/DailyBonus/BiliBili.js,requires-body=0 16 | 17 | # 蜜雪冰城 18 | {{{蜜雪冰城每日签到}}} = type=cron, cronexp="{{{Mixue_CRONEXP}}}", script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/DailyBonus/Mixue.js 19 | 20 | {{{蜜雪冰城Cookie}}} = type=http-response, pattern=^https:\/\/mxsa\.mxbc\.net\/api\/v1\/customer\/info, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/DailyBonus/Mixue.js, requires-body=true, timeout=60 21 | 22 | # Soul 23 | {{{Soul金币签到}}} = type=cron, cronexp="{{{Soul_CRONEXP}}}", script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/SoulSing.js, timeout=120 24 | 25 | {{{SoulCookie}}} = type=http-request, pattern=^https:\/\/increase-openapi\.soulapp\.cn\/increase\/sign\/userSign, script-path=https://raw.githubusercontent.com/ZenmoFeiShi/Qx/refs/heads/main/SoulSing.js, timeout=60 26 | 27 | # 小蚕霸王餐 28 | {{{小蚕霸王餐签到}}} = type=cron, cronexp="{{{Xiaocan_CRONEXP}}}", script-path=https://gist.githubusercontent.com/Sliverkiss/250a02315f0a2c99f42da3b3573375c8/raw 29 | 30 | {{{小蚕霸王餐Cookie}}} = type=http-response, pattern=^https:\/\/gw\.xiaocantech\.com\/rpc, script-path=https://gist.githubusercontent.com/Sliverkiss/250a02315f0a2c99f42da3b3573375c8/raw, requires-body=true, timeout=60 31 | 32 | # 晓晓优选 33 | {{{晓晓优选签到}}} = type=cron, cronexp="{{{Xiaoxiao_CRONEXP}}}", script-path=https://gist.githubusercontent.com/Sliverkiss/991a81be1fc8cf2a1937432be68f5521/raw/xxyx.js 34 | 35 | {{{晓晓优选Cookie}}} = type=http-response, pattern=^https:\/\/xxyx-client-api\.xiaoxiaoyouxuan\.com\/my, script-path=https://gist.githubusercontent.com/Sliverkiss/991a81be1fc8cf2a1937432be68f5521/raw/xxyx.js, requires-body=true, timeout=60 36 | 37 | # 歪麦霸王餐 38 | {{{歪麦每日任务}}}=type=cron,cronexp="{{{Waimai_CRONEXP}}}",script-path=https://gist.githubusercontent.com/Sliverkiss/49a9ffb2169a2becc33bf4fdbf6eb99a/raw/wmbwc.js,wake-system=1,timeout=15 39 | 40 | {{{歪麦霸王餐Cookie}}} = type=http-request, pattern=^https:\/\/wmapp-api\.waimaimingtang\.com\/api\/api\/v2\/user\/api_user_info_one, script-path=https://gist.githubusercontent.com/Sliverkiss/49a9ffb2169a2becc33bf4fdbf6eb99a/raw/wmbwc.js, requires-body=true, max-size=-1, timeout=60 41 | 42 | # 微信支付有优惠 43 | {{{支付有优惠金币获取}}} = type=cron, cronexp="{{{WechatPay_CRONEXP}}}", script-path=https://raw.githubusercontent.com/FoKit/Scripts/main/scripts/wechat_pay_coupon.js 44 | 45 | {{{支付有优惠Cookie}}} = type=http-response, pattern=https:\/\/payapp\.weixin\.qq\.com\/(coupon-center-user\/home\/login|coupon-center-award\/award\/detail), script-path=https://raw.githubusercontent.com/FoKit/Scripts/main/scripts/wechat_pay_coupon.js, requires-body=true 46 | 47 | [MITM] 48 | hostname = %APPEND% app.bilibili.com, mxsa.mxbc.net, payapp.weixin.qq.com, increase-openapi.soulapp.cn, maicai.api.ddxq.mobi, wmapp-api.waimaimingtang.com, gw.xiaocantech.com, xxyx-client-api.xiaoxiaoyouxuan.com -------------------------------------------------------------------------------- /Modules/PinDuoDuo_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=拼多多去广告 2 | #!desc=移除开屏广告、底栏多多视频、会场入口、聊天页面精选推荐及推广、精简我的页面。 3 | #!author=RuCu6[https://github.com/RuCu6], ZenmoFeiShi[https://github.com/ZenmoFeiShi], 可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-05-13 15:17:08 6 | 7 | [Rule] 8 | AND,((URL-REGEX,"^http:\/\/((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\/d"),(USER-AGENT,"*com.xunmeng.pinduoduo*")),REJECT 9 | AND,((URL-REGEX,"^http:\/\/\[((([0-9A-Fa-f]{1,4}:){7}([0-9A-Fa-f]{1,4}|:))|(([0-9A-Fa-f]{1,4}:){6}(:[0-9A-Fa-f]{1,4}|((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){5}(((:[0-9A-Fa-f]{1,4}){1,2})|:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(([0-9A-Fa-f]{1,4}:){4}(((:[0-9A-Fa-f]{1,4}){1,3})|((:[0-9A-Fa-f]{1,4})?:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){3}(((:[0-9A-Fa-f]{1,4}){1,4})|((:[0-9A-Fa-f]{1,4}){0,2}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){2}(((:[0-9A-Fa-f]{1,4}){1,5})|((:[0-9A-Fa-f]{1,4}){0,3}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(([0-9A-Fa-f]{1,4}:){1}(((:[0-9A-Fa-f]{1,4}){1,6})|((:[0-9A-Fa-f]{1,4}){0,4}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(:(((:[0-9A-Fa-f]{1,4}){1,7})|((:[0-9A-Fa-f]{1,4}){0,5}:((25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))\]\/d4\?"),(USER-AGENT,"*com.xunmeng.pinduoduo*")),REJECT 10 | DOMAIN,titan.pinduoduo.com,REJECT 11 | DOMAIN,ta-a.pinduoduo.com,REJECT 12 | DOMAIN,ta.pinduoduo.com,REJECT 13 | DOMAIN,th-a.pinduoduo.com,REJECT 14 | DOMAIN,th-b.pinduoduo.com,REJECT 15 | DOMAIN,th.pinduoduo.com,REJECT 16 | 17 | [Body Rewrite] 18 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/oak\/integration\/render 'delpaths([["bottom_section_list"]])' 19 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/oak\/integration\/render 'delpaths([["ui","bottom_section"]])' 20 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/oak\/integration\/render 'delpaths([["ui","live_section","float_info"]])' 21 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/philo\/personal\/hub\? 'delpaths([["monthly_card_entrance"]])' 22 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/philo\/personal\/hub\? 'delpaths([["personal_center_style_v2_vo"]])' 23 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/philo\/personal\/hub\? 'delpaths([["icon_set","icons"]])' 24 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/philo\/personal\/hub\? 'delpaths([["icon_set","top_personal_icons"]])' 25 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/api\/philo\/personal\/hub\? 'delpaths([["title_bar_items"]])' 26 | http-response-jq ^https:\/\/api\.pinduoduo\.com\/search 'delpaths([["expansion"]])' 27 | 28 | [Map Local] 29 | ^https:\/\/api\.(?:pinduoduo|yangkeduo)\.com\/api\/cappuccino\/splash\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 30 | 31 | ^https:\/\/api\.pinduoduo\.com\/api\/alexa\/goods\/back_up\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 32 | 33 | ^https:\/\/api\.pinduoduo\.com\/api\/aquarius\/hungary\/global\/homepage\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 34 | 35 | ^https:\/\/api\.pinduoduo\.com\/api\/brand-olay\/goods_detail\/bybt_guide data-type=text data="{}" status-code=200 header="Content-Type:application/json" 36 | 37 | ^https:\/\/api\.pinduoduo\.com\/api\/caterham\/v3\/query\/(?:likes|my_order_group|new_chat_group|order_express_group|personal) data-type=text data="{}" status-code=200 header="Content-Type:application/json" 38 | 39 | ^https:\/\/api\.pinduoduo\.com\/api\/engels\/reviews\/require\/append data-type=text data="{}" status-code=200 header="Content-Type:application/json" 40 | 41 | ^https:\/\/api\.pinduoduo\.com\/api\/flow\/hungary\/window\/global\/v2\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 42 | 43 | ^https:\/\/api\.pinduoduo\.com\/api\/zaire_biz\/chat\/resource\/get_list_data data-type=text data="{}" status-code=200 header="Content-Type:application/json" 44 | 45 | ^https:\/\/api\.pinduoduo\.com\/search_hotquery\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 46 | 47 | [Script] 48 | 精简首页 = type=http-response, pattern=^https:\/\/api\.pinduoduo\.com\/api\/alexa\/homepage\/hub\?, script-path=https://kelee.one/Resource/JavaScript/PinDuoDuo/PinDuoDuo_remove_ads.js, requires-body=true 49 | 50 | [MITM] 51 | hostname = %APPEND% api.pinduoduo.com, api.yangkeduo.com -------------------------------------------------------------------------------- /Modules/REDnote_beta.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=小红书去广告 2 | #!desc=过滤信息流推广,移除笔记和评论区图片视频以及live图水印。\n移除评论区表情包水印和下载限制,如有异常,请先清除缓存再尝试。 3 | #!author=RuCu6[https://github.com/RuCu6], fmz200[https://github.com/fmz200], wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-06-01 19:00:00 6 | 7 | [Module Arguments] 8 | xhs_sticker = type=bool, label="表情包图片模式", desc="关闭后,评论区表情包即可正常添加。", value=true 9 | 10 | 11 | [Rule] 12 | AND,((PROTOCOL,QUIC),(DOMAIN-SUFFIX,xiaohongshu.com)),REJECT 13 | 14 | [Map Local] 15 | # 惊喜弹窗 16 | ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v1\/surprisebox\/(?:get_style|open|submit_action) data-type=text data="{}" status-code=200 17 | 18 | ^https?:\/\/www\.xiaohongshu\.com\/api\/marketing\/box\/trigger\? data-type=text data="{}" status-code=200 19 | 20 | # 信息流 21 | ^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/note\/guide\? data-type=text data="{}" status-code=200 22 | 23 | ^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/guide\/user_banner data-type=text data="{}" status-code=200 24 | 25 | ^https?:\/\/www\.xiaohongshu\.com\/api\/sns\/(v\d\/ads\/resource|v\d\/hey\/\w+\/hey_gallery) data-type=text data="{}" status-code=200 26 | 27 | # 评论区图片水印 28 | ^https?:\/\/ci\.xiaohongshu\.com\/system_config\/watermark data-type=tiny-gif status-code=200 29 | 30 | [Script] 31 | # 搜索页 32 | 移除搜索页广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/search\/(banner|hot)_list, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 33 | 34 | 移除搜索页广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/search\/(hint|trending)\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 35 | 36 | 移除搜索页广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/search\/notes\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 37 | 38 | # 开屏广告 39 | 移除开屏广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/system_service\/config\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 40 | 41 | 移除开屏广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/system_service\/splash_config, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 42 | 43 | # 详情页,小部件 44 | 移除详情页感兴趣的人 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/note\/widgets, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 45 | 46 | # 图片水印,视频水印 47 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/v\d\/note\/(imagefeed|live_photo\/save), script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 48 | 49 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/v\d\/(followfeed|homefeed)\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 50 | 51 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/(v2\/note\/feed|v3\/note\/videofeed)\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 52 | 53 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/(v4\/note\/videofeed|v10\/note\/video\/save)\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 54 | 55 | # 评论区图片、live图水印,表情包下载 56 | 移除小红书评论区水印并存储 = type=http-response, pattern=^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/(v5\/note\/comment\/list|v3\/note\/comment\/sub_comments)\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60, argument="enable=%$MODULE_ARGS#xhs_sticker%" 57 | 58 | 移除小红书评论区去水印并下载 = type=http-response, pattern=^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v1\/interaction\/comment\/video\/download\?, script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/REDnote/REDnote_remove_ads.js, requires-body=true, timeout=60 59 | 60 | [MITM] 61 | hostname = %APPEND% edith.xiaohongshu.com, www.xiaohongshu.com, ci.xiaohongshu.com, rec.xiaohongshu.com -------------------------------------------------------------------------------- /Modules/Cainiao_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=菜鸟去广告 2 | #!desc=过滤菜鸟广告,移除推广模块 3 | #!author = RuCu6[https://github.com/RuCu6] 4 | #!category=去广告 5 | #!date=2025-05-13 15:17:08 6 | 7 | [Rule] 8 | AND,((URL-REGEX,"^http:\/\/.+\/amdc\/mobileDispatch"),(USER-AGENT,"Cainiao4iPhone*")),REJECT 9 | DOMAIN,acs4baichuan.m.taobao.com,REJECT 10 | DOMAIN,adsmind.ugdtimg.com,REJECT 11 | DOMAIN,amdc.m.youku.com,REJECT 12 | DOMAIN,api.sm.cn,REJECT 13 | DOMAIN,apiv4-iyes.youku.com,REJECT 14 | DOMAIN,baichuan-sdk.alicdn.com,REJECT 15 | DOMAIN,cad.youku.com,REJECT 16 | DOMAIN,huichuan-mc.sm.cn,REJECT 17 | DOMAIN,huichuan.sm.cn,REJECT 18 | DOMAIN,iyes.youku.com,REJECT 19 | DOMAIN,m-vali.cp31.ott.cibntv.net,REJECT 20 | DOMAIN,mc.atm.youku.com,REJECT 21 | DOMAIN,nbsdk-baichuan.alicdn.com,REJECT 22 | DOMAIN,pre-acs.youku.com,REJECT 23 | DOMAIN,vali-g1.cp31.ott.cibntv.net,REJECT 24 | DOMAIN,vali-ugc.cp31.ott.cibntv.net,REJECT 25 | DOMAIN,yk-ssp.ad.youku.com,REJECT 26 | DOMAIN,ykad-data.youku.com,REJECT 27 | DOMAIN,youku-acs.m.taobao.com,REJECT 28 | 29 | [Map Local] 30 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.app\.home\.tabbar\.marketing\.get\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 31 | 32 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.adkeyword\.get\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 33 | 34 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.cncommunity\.my\.station\.query\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 35 | 36 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.nbopen\.miniapp\.recommend\.cpc\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 37 | 38 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.nbmensa\.research\.researchservice\.(?:acquire|event|close)\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 39 | 40 | ^https:\/\/(?:cn-acs\.m|netflow-mtop)\.cainiao\.com\/gw\/mtop\.cainiao\.guoguo\.nbnetflow\.ads\.(?:batch\.show\.v2|click\.reply|expose\.m?reply|index)\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 41 | 42 | ^https:\/\/(?:cn-acs\.m|mtop-bff-mtop)\.cainiao\.com\/gw\/mtop\.cainiao\.nbpresentation\.(?:homepage\.merge|tabbar\.marketing)\.get\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 43 | 44 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.nbcps\.presentation\.fetch\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 45 | 46 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.com\.cainiao\.cnactivitycenter data-type=text data="{}" status-code=200 header="Content-Type:application/json" 47 | 48 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.com\.cainiao\.cncreditmarket\.hit\.getactivityhit\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 49 | 50 | ^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.com\.cainiao\.longquan\.place\.getpageresourcecontent\.cn data-type=text data="{}" status-code=200 header="Content-Type:application/json" 51 | 52 | ^https:\/\/guide-acs\.m\.taobao\.com\/gw\/mtop\.cainiao\.adx\.flyad\.getad data-type=text data="{}" status-code=200 header="Content-Type:application/json" 53 | 54 | [Script] 55 | 移除新版我的页面推广 = type=http-response, pattern=^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.app\.e2e\.engine\.page\.fetch\.cn, script-path=https://kelee.one/Resource/JavaScript/Cainiao/Cainiao_remove_ads.js, requires-body=true 56 | 57 | 移除我的页面推广 = type=http-response, pattern=^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.app\.mine\.main\.cn, script-path=https://kelee.one/Resource/JavaScript/Cainiao/Cainiao_remove_ads.js, requires-body=true 58 | 59 | 移除主页图标 = type=http-response, pattern=^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.cainiao\.nbpresentation\.(?:pickup\.empty\.page|protocol\.homepage)\.get\.cn, script-path=https://kelee.one/Resource/JavaScript/Cainiao/Cainiao_remove_ads.js, requires-body=true 60 | 61 | 移除消息中心推广 = type=http-response, pattern=^https:\/\/cn-acs\.m\.cainiao\.com\/gw\/mtop\.nbfriend\.message\.conversation\.list\.cn, script-path=https://kelee.one/Resource/JavaScript/Cainiao/Cainiao_remove_ads.js, requires-body=true 62 | 63 | 移除支付宝菜鸟小程序推广 = type=http-response, pattern=^https:\/\/guide-acs\.m\.taobao\.com\/gw\/mtop\.cainiao\.guoguo\.nbnetflow\.ads\.mshow, script-path=https://kelee.one/Resource/JavaScript/Cainiao/Cainiao_remove_ads.js, requires-body=true 64 | 65 | 移除首页推广 = type=http-response, pattern=^https:\/\/(?:cn-acs\.m|netflow-mtop)\.cainiao\.com\/gw\/mtop\.cainiao\.guoguo\.nbnetflow\.ads\.m?show\.cn, script-path=https://kelee.one/Resource/JavaScript/Cainiao/Cainiao_remove_ads.js, requires-body=true 66 | 67 | [MITM] 68 | hostname = %APPEND% *-mtop.cainiao.com, cn-acs.m.cainiao.com, guide-acs.m.taobao.com -------------------------------------------------------------------------------- /Modules/Himalaya_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=喜马拉雅去广告 2 | #!desc=移除开屏广告、播放器广告、各类推荐内容,精简频道和我的页面。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-07-11 17:53:22 6 | 7 | [Rule] 8 | DOMAIN,adse.ximalaya.com,REJECT 9 | DOMAIN,adsehera.ximalaya.com,REJECT 10 | DOMAIN,adse.wsa.ximalaya.com,REJECT 11 | DOMAIN,adbehavior.ximalaya.com,REJECT 12 | DOMAIN,adbehavior.wsa.ximalaya.com,REJECT 13 | 14 | [Body Rewrite] 15 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/discovery-feed\/v\d\/mix\/ '.heData |= map(select(.item.list[].bizType != "SceneListenCard"))' 16 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/discovery-category\/customCategories\/ '.categoryList |= map(.itemList |= map(select(.title | test("直播|123狂欢节|SVIP"; "i") | not))) | .customCategoryList |= map(select(.title | test("直播|123狂欢节|SVIP"; "i") | not))' 17 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/football-portal\/diff2\/batch\? 'delpaths([["json","ad"]])' 18 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/football-portal\/diff2\/batch\? 'delpaths([["json","toc"]])' 19 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/nexus-web\/v\d\/tabs\/customTabs\? '.data.feedTabs |= map(select(.name != "大赛"))' 20 | http-response-jq ^https:\/\/mobwsa\.ximalaya\.com\/mobile-playpage\/playpage\/tabs\/v2\/ 'delpaths([["data","playpage","resourceMap","defaultResource"]])' 21 | http-response-jq ^https:\/\/mobwsa\.ximalaya\.com\/mobile-playpage\/playpage\/tabs\/v2\/ 'delpaths([["data","playpage","resourceMap","playPageTip"]])' 22 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/mobile-user\/v\d\/homePage\/ 'delpaths([["data","freeListenV2"]])' 23 | http-response-jq ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/mobile-user\/v\d\/homePage\/ '.data.serviceModule.entrances |= map(select(.name == "全部服务"))' 24 | 25 | [Map Local] 26 | ^https:\/\/(search|searchwsa)\.ximalaya\.com\/hub\/(guideWord|hotWord)V\d\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 27 | 28 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/discovery-feed\/v\d\/scene\/listen\/refresh\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 29 | 30 | ^https:\/\/(m|mwsa)\.ximalaya\.com\/x-web-activity\/signIn\/getHomePageSignInInfo\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 31 | 32 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/subscribe\/v\d\/subscribe\/tagAlbumList$ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 33 | 34 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/track-feed\/v\d\/chase\/recommend\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 35 | 36 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/social-web\/follow-stream\/category\/\d+$ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 37 | 38 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/mobile-playpage\/playpage\/recommendContentV\d\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 39 | 40 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/mobile-playpage\/playpage\/recommend\/resource\/allocation\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 41 | 42 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/firework-portal\/v\d+\/sync\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 43 | 44 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/business-sale-promotion-guide-mobile-web\/popup\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 45 | 46 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/app-skin-service\/skin\/setting\/info\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 47 | 48 | ^https:\/\/(live|livewsa)\.ximalaya\.com\/lamia\/v1\/subscribe\/status$ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 49 | 50 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/subscribe\/v\d\/subscribe\/recommend\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 51 | 52 | ^https:\/\/(mobile|mobilehera|mobwsa)\.ximalaya\.com\/mobile-user\/v\d\/purchased\/recommend\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 53 | 54 | ^https:\/\/(m|mwsa)\.ximalaya\.com\/community\/square\/v\d\/stream\? data-type=text data="{"data":{"cards":[{"content":{},"type":"RECOMMENDS"}]},"ret":0}" status-code=200 header="Content-Type:application/json" 55 | 56 | [MITM] 57 | hostname = %APPEND% gslbali.ximalaya.com, search.ximalaya.com, searchwsa.ximalaya.com, mobile.ximalaya.com, mobilehera.ximalaya.com, mobwsa.ximalaya.com, m.ximalaya.com, mwsa.ximalaya.com -------------------------------------------------------------------------------- /Modules/FleaMarket_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=闲鱼去广告 2 | #!desc=移除开屏广告、商品信息流广告、关注推荐、搜索栏填充词、首页签到入口及悬浮广告,精简我的页面。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md],ZenMoFiShi[https://github.com/ZenmoFeiShi],RuCu6[https://github.com/RuCu6],wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-10-28 17:47:12 6 | 7 | [Rule] 8 | AND,((URL-REGEX,"^http:\/\/.+\/amdc\/mobileDispatch"),(USER-AGENT,"%E9%97%B2%E9%B1%BC*")),REJECT 9 | 10 | [Body Rewrite] 11 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlehome\.home\.nextfresh\/ '.data.homeTopList |= map(select(.sectionType == "kingkongDo")) | .data.sections |= map(select(.data.clickParam.args.cardType as $ct | $ct != "homeMultiBanner" and $ct != "mamaAD")) | .data.sections |= map(select((.template.name|type=="string")and(.template.name=="idlefish_home_new_commodity_card"or(.template.name|contains("fish_home_tags_item_card")))))' 12 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlehome\.widget\.refresh\.get\/ '.data.homeTopList |= map(select(.sectionType == "kingkongDo"))' 13 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.home\.whale\.modulet\/ '.data.container.sections |= map(select(.template.name == "fish_home_miniapp"))' 14 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.fun\.follow\.feed\.list\/ '.data.sections|=map(select(.cardType==2001))' 15 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlehome\.home\.community\/ '.data.feedsList |= map(select(.template.name == "idlefish_home_new_commodity_card" or .template.name == "idlefish_home_new_content_card"))' 16 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlehome\.home\.newitem\.page\/ '.data.sections |= map(select(.data.clickParam.args.cardType as $ct | $ct != "banner" and $ct != "mamaAD"))' 17 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.local\.flow\.plat\.section\/ '.data.data.components |= map(select(.data and (.data|type=="object") and .data.template and (.data.template|type=="object") and .data.template.name and (.data.template.name|type=="string") and (.data.template.name|contains("fish_city_kingkong"))))' 18 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.local\.home\/ '.data.sections |= map(select((.template.cardEnum != "ads") and (.cardType == "common")))' 19 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlehome\.home\.circle\.list\/ '.data.circleList[].showInfo.titleImage |= (.lightUrl="" | .url="" | del(.width, .height))' 20 | http-response-jq ^https:\/\/g-acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlemtopsearch\.search\/ '.data.resultList |= map(if .data.item.main.exContent.dislikeFeedback.clickParam.args.bizType == "ad" then empty else . end)' 21 | http-response-jq ^https:\/\/g-acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlemtopsearch\.search\/ 'delpaths([["data","resultPrefixBar"]])' 22 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.trade\.full\.info\/ '.data.components |= map(select(.render | . == "orderStatusVO" or . == "addressInfoVO" or . == "orderInfoVO"))' 23 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlemtopsearch\.search\.discover\/ '.data.resultList = []' 24 | http-response-jq ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlemtopsearch\.item\.search\.activate\/ '.data.cardList = []' 25 | 26 | [Map Local] 27 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlecommerce\.splash\.ads\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 28 | 29 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.user\.strategy\.list\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 30 | 31 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.item\.recommend\.list\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 32 | 33 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.local\.near\.by\.corner\.info\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 34 | 35 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.item\.buy\.feeds\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 36 | 37 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idlemtopsearch\.search\.shade\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 38 | 39 | ^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.taobao\.idle\.playboy\.recommend\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 40 | 41 | [Script] 42 | 简化我的页面 = type=http-response,pattern=^https:\/\/acs\.m\.goofish\.com\/gw\/mtop\.idle\.user\.page\.my\.adapter\/,requires-body=1,max-size=-1,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/FleaMarket/FleaMarket_remove_ads.js 43 | 44 | [MITM] 45 | hostname = %APPEND% acs.m.goofish.com, g-acs.m.goofish.com -------------------------------------------------------------------------------- /Modules/REDnote_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=小红书去广告 2 | #!desc=过滤信息流推广,移除笔记和评论区图片视频以及live图水印,移除评论区表情包水印和下载限制。如有异常,请先清除缓存或重装再尝试。 3 | #!author=RuCu6[https://github.com/RuCu6], fmz200[https://github.com/fmz200], wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-09-18 13:41:00 6 | 7 | [Rule] 8 | DOMAIN, ads-img-qc.xhscdn.com, REJECT 9 | DOMAIN, ads-video-al.xhscdn.com, REJECT 10 | DOMAIN, ads-video-qc.xhscdn.com, REJECT 11 | DOMAIN, t-ads.xiaohongshu.com, REJECT 12 | AND, ((PROTOCOL, QUIC), (DOMAIN-SUFFIX, xiaohongshu.com)), REJECT 13 | 14 | [Map Local] 15 | # 惊喜弹窗 16 | ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v1\/surprisebox\/(?:get_style|open|submit_action) data-type=text data="{}" status-code=200 17 | ^https?:\/\/www\.xiaohongshu\.com\/api\/marketing\/box\/trigger\? data-type=text data="{}" status-code=200 18 | 19 | # 信息流 20 | ^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/note\/guide\? data-type=text data="{}" status-code=200 21 | ^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d+\/note\/detailfeed\/preload\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 22 | ^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/guide\/user_banner data-type=text data="{}" status-code=200 23 | ^https?:\/\/www\.xiaohongshu\.com\/api\/sns\/(v\d\/ads\/resource|v\d\/hey\/\w+\/hey_gallery) data-type=text data="{}" status-code=200 24 | 25 | # 评论区图片水印 26 | ^https?:\/\/ci\.xiaohongshu\.com\/system_config\/watermark data-type=tiny-gif status-code=200 27 | 28 | [Body Rewrite] 29 | # 搜同款 30 | response-body-json-jq ^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v1\/note\/longpress 'del(.data.image_press_result.anchor_detail)' 31 | 32 | [Script] 33 | # 搜索页 34 | 移除搜索页广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/search\/(banner|hot)_list, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 35 | 移除搜索页广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/search\/(hint|trending)\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 36 | 移除搜索页广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/search\/notes\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 37 | 38 | # 开屏广告 39 | 移除开屏广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/system_service\/config\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 40 | 移除开屏广告 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/system_service\/splash_config, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 41 | 42 | # 详情页,小部件 43 | 移除详情页感兴趣的人 = type=http-response, pattern=^https?:\/\/edith\.xiaohongshu\.com\/api\/sns\/v\d\/note\/widgets, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 44 | 45 | # 图片水印,视频水印 46 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/v\d\/note\/(imagefeed|live_photo\/save), script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 47 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/v\d\/(followfeed|homefeed)\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 48 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/(v2\/note\/feed|v3\/note\/videofeed)\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 49 | 移除图片视频水印 = type=http-response, pattern=^https?:\/\/(edith|rec|www)\.xiaohongshu\.com\/api\/sns\/(v4\/note\/videofeed|v10\/note\/video\/save)\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 50 | 51 | # 评论区图片、live图水印,表情包下载 52 | 移除小红书评论区水印并存储 = type=http-response, pattern=^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/(v5\/note\/comment\/list|v3\/note\/comment\/sub_comments)\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 53 | 移除小红书评论区去水印并下载 = type=http-response, pattern=^https:\/\/edith\.xiaohongshu\.com\/api\/sns\/v1\/interaction\/comment\/video\/download\?, script-path=https://raw.githubusercontent.com/fmz200/wool_scripts/main/Scripts/xiaohongshu/xiaohongshu.js, requires-body=true, timeout=60 54 | 55 | [MITM] 56 | hostname = %APPEND% edith.xiaohongshu.com, www.xiaohongshu.com, ci.xiaohongshu.com, rec.xiaohongshu.com, so.xiaohongshu.com 57 | -------------------------------------------------------------------------------- /Rules/Proxy/Proxy.list: -------------------------------------------------------------------------------- 1 | # NAME: Proxy 2 | # AUTHOR: blackmatrix7 3 | # REPO: https://github.com/blackmatrix7/ios_rule_script 4 | # UPDATED: 2025-01-21 02:12:56 5 | # DOMAIN: 11 6 | # DOMAIN-KEYWORD: 26 7 | # DOMAIN-SUFFIX: 5948 8 | # IP-CIDR: 93 9 | # IP-CIDR6: 4 10 | # USER-AGENT: 8 11 | # TOTAL: 6090 12 | DOMAIN-KEYWORD,1drv 13 | DOMAIN-KEYWORD,1e100 14 | DOMAIN-KEYWORD,abema 15 | DOMAIN-KEYWORD,appledaily 16 | DOMAIN-KEYWORD,avtb 17 | DOMAIN-KEYWORD,beetalk 18 | DOMAIN-KEYWORD,blogspot 19 | DOMAIN-KEYWORD,dlercloud 20 | DOMAIN-KEYWORD,dropbox 21 | DOMAIN-KEYWORD,facebook 22 | DOMAIN-KEYWORD,fbcdn 23 | DOMAIN-KEYWORD,gmail 24 | DOMAIN-KEYWORD,google 25 | DOMAIN-KEYWORD,instagram 26 | DOMAIN-KEYWORD,onedrive 27 | DOMAIN-KEYWORD,paypal 28 | DOMAIN-KEYWORD,porn 29 | DOMAIN-KEYWORD,sci-hub 30 | DOMAIN-KEYWORD,skydrive 31 | DOMAIN-KEYWORD,spotify 32 | DOMAIN-KEYWORD,telegram 33 | DOMAIN-KEYWORD,ttvnw 34 | DOMAIN-KEYWORD,twitter 35 | DOMAIN-KEYWORD,uk-live 36 | DOMAIN-KEYWORD,whatsapp 37 | DOMAIN-KEYWORD,youtube 38 | IP-CIDR,1.201.0.0/24,no-resolve 39 | IP-CIDR,103.2.28.0/22,no-resolve 40 | IP-CIDR,103.246.56.0/22,no-resolve 41 | IP-CIDR,103.27.148.0/22,no-resolve 42 | IP-CIDR,103.4.96.0/22,no-resolve 43 | IP-CIDR,109.239.140.0/24,no-resolve 44 | IP-CIDR,110.76.140.0/22,no-resolve 45 | IP-CIDR,113.61.104.0/22,no-resolve 46 | IP-CIDR,119.235.224.0/21,no-resolve 47 | IP-CIDR,119.235.232.0/23,no-resolve 48 | IP-CIDR,119.235.235.0/24,no-resolve 49 | IP-CIDR,119.235.236.0/23,no-resolve 50 | IP-CIDR,120.232.181.162/32,no-resolve 51 | IP-CIDR,120.241.147.226/32,no-resolve 52 | IP-CIDR,120.253.253.226/32,no-resolve 53 | IP-CIDR,120.253.255.162/32,no-resolve 54 | IP-CIDR,120.253.255.34/32,no-resolve 55 | IP-CIDR,120.253.255.98/32,no-resolve 56 | IP-CIDR,125.209.208.0/20,no-resolve 57 | IP-CIDR,125.6.146.0/24,no-resolve 58 | IP-CIDR,125.6.149.0/24,no-resolve 59 | IP-CIDR,125.6.190.0/24,no-resolve 60 | IP-CIDR,129.134.0.0/17,no-resolve 61 | IP-CIDR,13.32.0.0/15,no-resolve 62 | IP-CIDR,13.35.0.0/17,no-resolve 63 | IP-CIDR,14.102.250.18/31,no-resolve 64 | IP-CIDR,147.92.128.0/17,no-resolve 65 | IP-CIDR,149.154.160.0/20,no-resolve 66 | IP-CIDR,157.240.0.0/17,no-resolve 67 | IP-CIDR,158.85.224.160/27,no-resolve 68 | IP-CIDR,158.85.46.128/27,no-resolve 69 | IP-CIDR,158.85.5.192/27,no-resolve 70 | IP-CIDR,173.192.222.160/27,no-resolve 71 | IP-CIDR,173.192.231.32/27,no-resolve 72 | IP-CIDR,173.194.0.0/16,no-resolve 73 | IP-CIDR,173.252.64.0/18,no-resolve 74 | IP-CIDR,174.142.105.153/32,no-resolve 75 | IP-CIDR,174.37.0.0/16,no-resolve 76 | IP-CIDR,179.60.192.0/22,no-resolve 77 | IP-CIDR,18.184.0.0/15,no-resolve 78 | IP-CIDR,18.194.0.0/15,no-resolve 79 | IP-CIDR,18.208.0.0/13,no-resolve 80 | IP-CIDR,18.232.0.0/14,no-resolve 81 | IP-CIDR,180.163.150.162/32,no-resolve 82 | IP-CIDR,180.163.150.34/32,no-resolve 83 | IP-CIDR,180.163.151.162/32,no-resolve 84 | IP-CIDR,180.163.151.34/32,no-resolve 85 | IP-CIDR,184.173.128.0/17,no-resolve 86 | IP-CIDR,185.60.216.0/22,no-resolve 87 | IP-CIDR,185.76.151.0/24,no-resolve 88 | IP-CIDR,203.104.103.0/24,no-resolve 89 | IP-CIDR,203.104.128.0/19,no-resolve 90 | IP-CIDR,203.174.66.64/26,no-resolve 91 | IP-CIDR,203.174.77.0/24,no-resolve 92 | IP-CIDR,203.208.39.0/24,no-resolve 93 | IP-CIDR,203.208.40.0/23,no-resolve 94 | IP-CIDR,203.208.43.0/24,no-resolve 95 | IP-CIDR,203.208.50.0/24,no-resolve 96 | IP-CIDR,204.15.20.0/22,no-resolve 97 | IP-CIDR,208.43.0.0/16,no-resolve 98 | IP-CIDR,220.181.174.162/32,no-resolve 99 | IP-CIDR,220.181.174.226/32,no-resolve 100 | IP-CIDR,220.181.174.34/32,no-resolve 101 | IP-CIDR,27.0.236.0/22,no-resolve 102 | IP-CIDR,31.13.24.0/21,no-resolve 103 | IP-CIDR,31.13.64.0/18,no-resolve 104 | IP-CIDR,34.224.0.0/12,no-resolve 105 | IP-CIDR,45.64.40.0/22,no-resolve 106 | IP-CIDR,50.22.198.204/30,no-resolve 107 | IP-CIDR,52.200.0.0/13,no-resolve 108 | IP-CIDR,52.58.0.0/15,no-resolve 109 | IP-CIDR,52.74.0.0/16,no-resolve 110 | IP-CIDR,52.77.0.0/16,no-resolve 111 | IP-CIDR,52.84.0.0/15,no-resolve 112 | IP-CIDR,54.156.0.0/14,no-resolve 113 | IP-CIDR,54.226.0.0/15,no-resolve 114 | IP-CIDR,54.230.156.0/22,no-resolve 115 | IP-CIDR,54.242.0.0/15,no-resolve 116 | IP-CIDR,54.93.0.0/16,no-resolve 117 | IP-CIDR,66.220.144.0/20,no-resolve 118 | IP-CIDR,67.220.91.15/32,no-resolve 119 | IP-CIDR,67.220.91.18/32,no-resolve 120 | IP-CIDR,67.220.91.23/32,no-resolve 121 | IP-CIDR,69.171.224.0/19,no-resolve 122 | IP-CIDR,69.63.176.0/20,no-resolve 123 | IP-CIDR,69.65.19.160/32,no-resolve 124 | IP-CIDR,72.52.81.22/32,no-resolve 125 | IP-CIDR,74.119.76.0/22,no-resolve 126 | IP-CIDR,74.125.0.0/16,no-resolve 127 | IP-CIDR,74.86.0.0/16,no-resolve 128 | IP-CIDR,75.126.0.0/16,no-resolve 129 | IP-CIDR,91.105.192.0/23,no-resolve 130 | IP-CIDR,91.108.0.0/16,no-resolve 131 | IP-CIDR6,2001:67c:4e8::/48,no-resolve 132 | IP-CIDR6,2001:b28:f23d::/48,no-resolve 133 | IP-CIDR6,2001:b28:f23f::/48,no-resolve 134 | IP-CIDR6,2a0a:f280::/32,no-resolve 135 | USER-AGENT,Duolingo* 136 | USER-AGENT,OneDrive* 137 | USER-AGENT,PayPal* 138 | USER-AGENT,Roam* 139 | USER-AGENT,WhatsApp* 140 | USER-AGENT,battleroyale* 141 | USER-AGENT,com.apple.trustd* 142 | USER-AGENT,hearthstone* 143 | -------------------------------------------------------------------------------- /Modules/KuGou_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=酷狗音乐去广告 2 | #!desc=移除开屏广告、应用各类弹窗、各类横幅广告、评论区广告和播放器界面广告。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-10-14 02:01:00 6 | 7 | [Rule] 8 | DOMAIN,ads.service.kugou.com,REJECT 9 | DOMAIN,adstats.tencentmusic.com,REJECT 10 | DOMAIN,adsmind.gdtimg.com,REJECT 11 | DOMAIN,adserviceretry.kugou.com,REJECT 12 | DOMAIN,adserviceretry.kglink.cn,REJECT 13 | DOMAIN,ad.tencentmusic.com,REJECT 14 | DOMAIN,adservice.kugou.com,REJECT 15 | DOMAIN,splashimgretrybssdl.cloud.kugou.com,REJECT 16 | URL-REGEX,"^http:\/\/log\.stat\.kugou\.com\/mobile\/ad\.html",REJECT 17 | 18 | [Body Rewrite] 19 | http-response-jq ^https:\/\/gateway(retry)?\.kugou\.com\/ocean\/v\d\/tab\/list_v\d 'def namesToRemove:["AI帮唱","长相思2","K歌","小说","游戏"];def removeParentIfNameMatches:if type=="object"then with_entries(select(.value|(type=="object"and .name as $name|$name|IN(namesToRemove[])|not)))|map_values(removeParentIfNameMatches)else .end;removeParentIfNameMatches' 20 | http-response-jq ^https?:\/\/ads\.service\.kugou\.com\/v4\/mobile_splash.*$ '.data.boot_ads = [] | .data.front_ads = []' 21 | http-response-jq ^https?:\/\/ads\.service\.kugou\.com\/v4\/mobile_splash_sort(\?.*)?$ '.data.ads = [] | .data.retry_local_ads = [] | .data.retry_ads = [] | .data.least_ads = []' 22 | http-response-jq ^https?:\/\/gateway\.kugou\.com\/(?:\w+\/)*combo\/startup 'del(.data.responses[] | select(.module == "overseas_check_v2" or .module == "tab_bottom_list"))' 23 | http-response-jq ^https:\/\/gateway\.kugou\.com\/location\/v1\/location\/locate\? '.data.info.province = "上海市" | .data.info.city = "上海" | .data.info.adcode = "310000"' 24 | http-response-jq ^https?:\/\/gateway\.kugou\.com\/searchnofocus\/v1\/search_no_focus_word(\?.*)?$ '.data.ads = [] | .data.fallback = []' 25 | http-response-jq # ^https?:\/\/gateway\.kugou\.com\/hotsearch\/v1\/search_hotword(\?.*)?$ '.data.list = [] | .data.extension = []' 26 | http-response-jq ^https?:\/\/gateway\.kugou\.com\/guessyousearch\/v1\/guess_you_search(\?.*)?$ '.data.words = []' 27 | http-response-jq ^https?://gateway\.kugou\.com/mstc/musicsymbol/v1/system/profile '.data.task = [] | .data.ads = []' 28 | http-response-jq ^https:\/\/gateway\.kugou\.com\/card\/v1\/pxy\/recommend_stream_v2\?.*$ 'del(.data.responses[] | select((.module | startswith("song_module")) or .module == "realtime_songlist" or .module == "follow_newsong_album" or .module == "longaudio_picked_show" or .module == "video_tab" or .module == "store_recommend" or .module == "perfection_album" or .module == "ai_songlist" or .module == "kroom_kuqun" or .module == "ys_recommend_sing" or .module == "ad_fx_recommend" or .module == "longaudio_category" or .module == "fx_recommend_star"))' 29 | 30 | [Map Local] 31 | ^https:\/\/fx\.service\.kugou\.com\/mfx-kugoulive\/ad\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 32 | 33 | ^https:\/\/gateway(retry)?\.kugou\.com\/adp\/ad\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 34 | 35 | ^https:\/\/gateway(retry)?\.kugou\.com\/ads\.gateway\/ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 36 | 37 | ^https:\/\/gateway(retry)?\.kugou\.com\/v\d\/feeds\/follow_feed_fallback data-type=text data="{}" status-code=200 header="Content-Type:application/json" 38 | 39 | ^https:\/\/gateway(retry)?\.kugou\.com\/mstc\/musicsymbol\/v\d\/system\/profile data-type=text data="{}" status-code=200 header="Content-Type:application/json" 40 | 41 | ^https:\/\/gateway(retry)?\.kugou\.com\/searchnofocus\/v\d\/search_no_focus_word data-type=text data="{}" status-code=200 header="Content-Type:application/json" 42 | 43 | ^https:\/\/gateway(retry)?\.kugou\.com\/adp\/bubble\/v\d\/song_play data-type=text data="{}" status-code=200 header="Content-Type:application/json" 44 | 45 | ^https:\/\/gateway(retry)?\.kugou\.com\/singerdiscuss\/v\d\/entrance\/comment data-type=text data="{}" status-code=200 header="Content-Type:application/json" 46 | 47 | ^https:\/\/gateway(retry)?\.kugou\.com\/r\/v\d\/general\/putin\/midad data-type=text data="{}" status-code=200 header="Content-Type:application/json" 48 | 49 | ^https:\/\/gateway(retry)?\.kugou\.com\/ocean\/v\d\/sound\/banner data-type=text data="{}" status-code=200 header="Content-Type:application/json" 50 | 51 | ^https:\/\/gzacshow\.kugou\.com\/mfanxing-home\/cdn\/room\/index\/list_v2 data-type=text data="{}" status-code=200 header="Content-Type:application/json" 52 | 53 | ^https:\/\/gzacshow\.kugou\.com\/mfx-rt-show\/cdn\/mo\/show\/headline data-type=text data="{}" status-code=200 header="Content-Type:application/json" 54 | 55 | ^https:\/\/m1fxgroup\.kugou\.com\/fxsing\/yqc\/alongInfo\/getUserAlongInfo data-type=text data="{}" status-code=200 header="Content-Type:application/json" 56 | 57 | ^https:\/\/hwstore\.kugou\.com\/v\d\/get_store_data data-type=text data="{}" status-code=200 header="Content-Type:application/json" 58 | 59 | ^https:\/\/ep\.kugou\.com\/v\d\/album_shop\/get_entrance_info data-type=text data="{}" status-code=200 header="Content-Type:application/json" 60 | 61 | [MITM] 62 | hostname = %APPEND% gateway.kugou.com, fx.service.kugou.com, hwstore.kugou.com, ep.kugou.com, gatewayretry.kugou.com, gzacshow.kugou.com, m1fxgroup.kugou.com, ads.service.kugou.com -------------------------------------------------------------------------------- /Modules/SMZDM_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=什么值得买去广告 2 | #!desc=移除开屏广告、信息流广告、各类横幅广告、搜索页广告,移除活动皮肤,精简我的页面。 3 | #!author=可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md] 4 | #!category=去广告 5 | #!date=2025-06-29 18:19:35 6 | 7 | [Rule] 8 | DOMAIN,adx-api.zdmimg.com,REJECT 9 | 10 | [URL Rewrite] 11 | ^https:\/\/h5\.smzdm\.com\/user\/coupon\/coupon_list\? - reject 12 | 13 | [Body Rewrite] 14 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'if (getpath(["data"]) | has("silence_local_push")) then (setpath(["data","silence_local_push"]; 0)) else . end' 15 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'if (getpath(["data"]) | has("baichuan_redirect_switch")) then (setpath(["data","baichuan_redirect_switch"]; 0)) else . end' 16 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'delpaths([["data","silence_local_push_msg"]])' 17 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'delpaths([["data","video_cache_num_configs"]])' 18 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'delpaths([["data","haojia_widget"]])' 19 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'delpaths([["data","widget"]])' 20 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'delpaths([["data","operation_float"]])' 21 | http-response-jq ^https:\/\/app-api\.smzdm\.com\/util\/update$ 'def r: if type=="object" then if has("ad_campaign_name") and (.ad_campaign_name|type=="string") and (.ad_campaign_name|test("\\S")) then empty else . end elif type=="array" then map(r) else . end; .data.operation_float |= map(map(r))' 22 | http-response-jq ^https:\/\/homepage-api\.smzdm\.com\/v3\/home\? ' .data.component |= map( if (.zz_content | type) == "array" then .zz_content |= map( select( ( (.ad_campaign_id? | type == "string" and length > 0)// false ) or ( (.tag? | type == "string" and length > 0)// false ) or ( (.model_type? == "ads" and (type == "string"))// false ) | not ) ) else . end ) | .data.component |= map( select( if has("zz_type") then .zz_type | IN(["circular_banner", "filter", "list"][]) else true end ) ) | del(.data.theme) | .data.component |= map( if .zz_content | type == "object" then .zz_content |= del(.circular_banner_option) else . end )' 23 | http-response-jq ^https:\/\/haojia-api\.smzdm\.com\/home\/list\? 'delpaths([["data","header_operation","theme"]])' 24 | http-response-jq ^https:\/\/haojia-api\.smzdm\.com\/home\/list\? '.data.rows |= map(select(.cell_type == "39001")) | .data.banner_v2 |= map(select(.cell_type == "21028"))' 25 | http-response-jq ^https:\/\/haojia\.m\.smzdm\.com\/detail_modul\/user_related_modul\? 'delpaths([["data","super_coupon"]])' 26 | http-response-jq ^https:\/\/haojia\.m\.smzdm\.com\/detail_modul\/other_modul\? 'delpaths([["data","banner"]])' 27 | http-response-jq ^https:\/\/user-api\.smzdm\.com\/vip$ 'delpaths([["data","activity_entrance_info"]])' 28 | http-response-jq ^https:\/\/user-api\.smzdm\.com\/vip$ 'delpaths([["data","big_banner"]])' 29 | http-response-jq ^https:\/\/user-api\.smzdm\.com\/vip$ 'delpaths([["data","top_banner"]])' 30 | http-response-jq ^https:\/\/user-api\.smzdm\.com\/vip$ 'delpaths([["data","banner_switch"]])' 31 | http-response-jq ^https:\/\/s-api\.smzdm\.com\/sou\/list_v10\? '.data.rows |= map(select(.model_type != "ads")) | .data.top_aladdin |= map(select(has("ad") | not))' 32 | http-response-jq ^https:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags\? 'delpaths([["data","search_faxian"]])' 33 | http-response-jq ^https:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags\? 'delpaths([["data","tonglan"]])' 34 | http-response-jq ^https:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags\? 'delpaths([["data","hongbao"]])' 35 | http-response-jq ^https:\/\/s-api\.smzdm\.com\/sou\/filter\/tags\/hot_tags\? '.data.search_hot.home |= map(select(.article_tag.article_title != "广告"))' 36 | http-response-jq ^https:\/\/haojia-api\.smzdm\.com\/detail\/\d+\? 'delpaths([["data","quan_log"]])' 37 | http-response-jq ^https:\/\/haojia-cdn\.smzdm\.com\/preload\/\d+\/fiphone\/v\d+_\d+_\d+\/wx\d+\/im\d+\/[0-9a-z]+\/[0-9a-z]+\.json$ 'delpaths([["data","quan_log"]])' 38 | 39 | [Map Local] 40 | ^https:\/\/app-api\.smzdm\.com\/util\/loading\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 41 | 42 | ^https:\/\/app-api\.smzdm\.com\/mychannel\/list$ data-type=text data="{}" status-code=200 header="Content-Type:application/json" 43 | 44 | ^https:\/\/user-api\.smzdm\.com\/vip\/bottom_card_list\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 45 | 46 | ^https:\/\/article-api\.smzdm\.com\/publish\/get_bubble\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 47 | 48 | ^https:\/\/s-api\.smzdm\.com\/sou\/search_default_keyword\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 49 | 50 | ^https:\/\/s-api\.smzdm\.com\/sou\/popup_coupon\? data-type=text data="{}" status-code=200 header="Content-Type:application/json" 51 | 52 | [MITM] 53 | hostname = %APPEND% app-api.smzdm.com, homepage-api.smzdm.com, h5.smzdm.com, haojia-api.smzdm.com, haojia.m.smzdm.com, user-api.smzdm.com, article-api.smzdm.com, s-api.smzdm.com, haojia-cdn.smzdm.com -------------------------------------------------------------------------------- /Rules/BiliBili/BiliBili.list: -------------------------------------------------------------------------------- 1 | # NAME: BiliBili 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/BiliBili/BiliBili.list 4 | # UPDATED: 2024-07-03 16:16:17 5 | # DOMAIN: 53 6 | # DOMAIN-SUFFIX: 62 7 | # IP-CIDR: 8 8 | # PROCESS-NAME: 6 9 | # USER-AGENT: 4 10 | # TOTAL: 133 11 | 12 | DOMAIN,0gr4uqmtt8y41hcjsgrzdrc31.ourdvsss.com 13 | DOMAIN,0gr4uqmtt8y41hcjsgrzdrc3s.ourdvsss.com 14 | DOMAIN,0gr4uqmtt8y41hcjsgrzdrc3z.ourdvsss.com 15 | DOMAIN,0gr4uqmtt8y41hcjsgrzdrctt.ourdvsss.com 16 | DOMAIN,0gr4uqmtt8y41hcjsgrzdrctu.ourdvsss.com 17 | DOMAIN,0gr4uqmtt8y41hcjz8yzdnc31.ourdvsss.com 18 | DOMAIN,0gr4uqmtt8y41hcjz8yzdnc3t.ourdvsss.com 19 | DOMAIN,0gr4uqmtt8y41hcjzgazdrpba.ourdvsss.com 20 | DOMAIN,0gr4uqmtt8y41hcjzgazdrpbz.ourdvsss.com 21 | DOMAIN,0gr4uqmtt8y41hcjzgazdrpjt.ourdvsss.com 22 | DOMAIN,0gr5dgmttgha1hcj38yzdncb3.ourdvsss.com 23 | DOMAIN,112-81-125-43.dhost.00cdn.com 24 | DOMAIN,113-219-145-1.ksyungslb.com 25 | DOMAIN,114-236-92-129.ksyungslb.com 26 | DOMAIN,180-101-74-1.ksyungslb.com 27 | DOMAIN,1geadrmttge3nhcjwgazdope.ourdvsss.com 28 | DOMAIN,1geadrmttge3nhcjwgwzdqqe.ourdvsss.com 29 | DOMAIN,1gr3uomttgr31hcjo8yzdnco.ourdvsss.com 30 | DOMAIN,1gr3uomttgr31hcjo8yzdnpy.ourdvsss.com 31 | DOMAIN,1gr3uomttgr31hcjtgezdkcy.ourdvsss.com 32 | DOMAIN,1gr4uqmtt8y41hcjigazdqca.ourdvsss.com 33 | DOMAIN,1gr4uqmtt8y41hcjigazdqce.ourdvsss.com 34 | DOMAIN,1gr4uqmtt8y41hcjigazdqco.ourdvsss.com 35 | DOMAIN,1gr4uqmtt8y41hcjigazdqpo.ourdvsss.com 36 | DOMAIN,1gr4uqmtt8y41hcjzgwzdkqe.ourdvsss.com 37 | DOMAIN,1gr5dgmttgha1hcj38yzdcca.ourdvsss.com 38 | DOMAIN,1gr5dgmttgha1hcj38yzdcco.ourdvsss.com 39 | DOMAIN,1gr5dgmttgha1hcj38yzdkca.ourdvsss.com 40 | DOMAIN,1gr5dgmttgha1hcj38yzdkco.ourdvsss.com 41 | DOMAIN,1gr5dgmttgha1hcj38yzdkpe.ourdvsss.com 42 | DOMAIN,1gr5dgmttgha1hcj38yzdkpy.ourdvsss.com 43 | DOMAIN,1gr5dgmttgha1hcj38yzdkqy.ourdvsss.com 44 | DOMAIN,1gr5dgmttgha1hcj3gczdcpa.ourdvsss.com 45 | DOMAIN,1gr5dgmttgha1hcj3gczdcpe.ourdvsss.com 46 | DOMAIN,1gr5dgmttgha1hcj3gczdcpo.ourdvsss.com 47 | DOMAIN,1gr5dgmttgha1hcj3gczdcqy.ourdvsss.com 48 | DOMAIN,1gr5dgmttgha1hcttgrzdnpo.ourdvsss.com 49 | DOMAIN,1graukmttga4nhcjtgozdgce.ourdvsss.com 50 | DOMAIN,218-91-225-1.ksyungslb.com 51 | DOMAIN,219-155-150-1.ksyungslb.com 52 | DOMAIN,222-188-6-1.ksyungslb.com 53 | DOMAIN,36-104-134-1.ksyungslb.com 54 | DOMAIN,36-25-252-1.ksyungslb.com 55 | DOMAIN,3ge3drmttga5nhcbqge3ur.ourdvsss.com 56 | DOMAIN,3geauymtsgrzdnqbofa5do.ourdvsss.com 57 | DOMAIN,3geauymtsgrzdnqbofa5dy.ourdvsss.com 58 | DOMAIN,3geauymtsgrzdrcbzfahue.ourdvsss.com 59 | DOMAIN,3geauymtsgrzdrcbzfahuk.ourdvsss.com 60 | DOMAIN,4go41hcjtgazdoctqge4o.ourdvsss.com 61 | DOMAIN,p-bstarstatic.akamaized.net 62 | DOMAIN,p.bstarstatic.com 63 | DOMAIN,upos-bstar-mirrorakam.akamaized.net 64 | DOMAIN,upos-bstar1-mirrorakam.akamaized.net 65 | DOMAIN-SUFFIX,acg.tv 66 | DOMAIN-SUFFIX,acgvideo.com 67 | DOMAIN-SUFFIX,animetamashi.cn 68 | DOMAIN-SUFFIX,animetamashi.com 69 | DOMAIN-SUFFIX,anitama.cn 70 | DOMAIN-SUFFIX,anitama.net 71 | DOMAIN-SUFFIX,b23.tv 72 | DOMAIN-SUFFIX,baka.im 73 | DOMAIN-SUFFIX,bigfun.cn 74 | DOMAIN-SUFFIX,bigfunapp.cn 75 | DOMAIN-SUFFIX,bili22.cn 76 | DOMAIN-SUFFIX,bili2233.cn 77 | DOMAIN-SUFFIX,bili23.cn 78 | DOMAIN-SUFFIX,bili33.cn 79 | DOMAIN-SUFFIX,biliapi.com 80 | DOMAIN-SUFFIX,biliapi.net 81 | DOMAIN-SUFFIX,bilibili.cc 82 | DOMAIN-SUFFIX,bilibili.cn 83 | DOMAIN-SUFFIX,bilibili.co 84 | DOMAIN-SUFFIX,bilibili.com 85 | DOMAIN-SUFFIX,bilibili.net 86 | DOMAIN-SUFFIX,bilibili.tv 87 | DOMAIN-SUFFIX,bilibiligame.cn 88 | DOMAIN-SUFFIX,bilibiligame.co 89 | DOMAIN-SUFFIX,bilibiligame.net 90 | DOMAIN-SUFFIX,bilibilipay.cn 91 | DOMAIN-SUFFIX,bilibilipay.com 92 | DOMAIN-SUFFIX,bilicdn1.com 93 | DOMAIN-SUFFIX,bilicdn2.com 94 | DOMAIN-SUFFIX,bilicdn3.com 95 | DOMAIN-SUFFIX,bilicdn4.com 96 | DOMAIN-SUFFIX,bilicdn5.com 97 | DOMAIN-SUFFIX,bilicomics.com 98 | DOMAIN-SUFFIX,biligame.cn 99 | DOMAIN-SUFFIX,biligame.co 100 | DOMAIN-SUFFIX,biligame.com 101 | DOMAIN-SUFFIX,biligame.net 102 | DOMAIN-SUFFIX,biligo.com 103 | DOMAIN-SUFFIX,biliimg.com 104 | DOMAIN-SUFFIX,biliintl.co 105 | DOMAIN-SUFFIX,biliintl.com 106 | DOMAIN-SUFFIX,biliplus.com 107 | DOMAIN-SUFFIX,bilivideo.cn 108 | DOMAIN-SUFFIX,bilivideo.com 109 | DOMAIN-SUFFIX,bilivideo.net 110 | DOMAIN-SUFFIX,corari.com 111 | DOMAIN-SUFFIX,dreamcast.hk 112 | DOMAIN-SUFFIX,dyhgames.com 113 | DOMAIN-SUFFIX,hdslb.com 114 | DOMAIN-SUFFIX,hdslb.com.w.kunlunhuf.com 115 | DOMAIN-SUFFIX,hdslb.com.w.kunlunpi.com 116 | DOMAIN-SUFFIX,hdslb.net 117 | DOMAIN-SUFFIX,hdslb.org 118 | DOMAIN-SUFFIX,im9.com 119 | DOMAIN-SUFFIX,maoercdn.com 120 | DOMAIN-SUFFIX,mcbbs.net 121 | DOMAIN-SUFFIX,mincdn.com 122 | DOMAIN-SUFFIX,sharejoytech.com 123 | DOMAIN-SUFFIX,smtcdns.net 124 | DOMAIN-SUFFIX,upos-hz-mirrorakam.akamaized.net 125 | DOMAIN-SUFFIX,uposdash-302-bilivideo.yfcdn.net 126 | DOMAIN-SUFFIX,yo9.com 127 | IP-CIDR,106.75.74.76/32,no-resolve 128 | IP-CIDR,111.206.25.147/32,no-resolve 129 | IP-CIDR,119.3.238.64/32,no-resolve 130 | IP-CIDR,120.92.108.182/32,no-resolve 131 | IP-CIDR,120.92.113.99/32,no-resolve 132 | IP-CIDR,120.92.153.217/32,no-resolve 133 | IP-CIDR,134.175.207.130/32,no-resolve 134 | IP-CIDR,203.107.1.0/24,no-resolve 135 | USER-AGENT,*bili* 136 | USER-AGENT,Bilibili* 137 | USER-AGENT,bili* 138 | USER-AGENT,bili-inter* 139 | PROCESS-NAME,com.bilibili.app.blue 140 | PROCESS-NAME,com.bilibili.app.in 141 | PROCESS-NAME,com.bilibili.comic 142 | PROCESS-NAME,com.bilibili.comic.intl 143 | PROCESS-NAME,tv.danmaku.bili 144 | PROCESS-NAME,tv.danmaku.bilibilihd 145 | -------------------------------------------------------------------------------- /Modules/WeatherKit.sgmodule: -------------------------------------------------------------------------------- 1 | #!name= iRingo: 🌤 WeatherKit 2 | #!desc=1.解锁全部天气功能\n2.替换空气质量数据\n3.添加下一小时降水数据\n4.添加天气数据 3 | #!author=VirgilClyne[https://github.com/VirgilClyne],WordlessEcho[https://github.com/WordlessEcho],001[https://github.com/001ProMax] 4 | #!version=2.0.6 5 | #!category= iRingo 6 | #!date=2025-09-09 16:47:30 7 | 8 | #!arguments = DataSets:"airQuality,currentWeather,forecastDaily,forecastHourly,forecastNextHour,locationInfo,news,historicalComparisons,weatherAlerts,weatherChanges",Weather.Provider:"WeatherKit",NextHour.Provider:"ColorfulClouds",AQI.Provider:"ColorfulClouds",AQI.ReplaceProviders:"QWeather",AQI.ComparisonProvider:"Auto",AQI.Local.ReplaceScales:"HJ6332012",AQI.Local.Scale:"EPA_NowCast",AQI.Local.ConvertUnits:false,API.ColorfulClouds.Token:"",API.QWeather.Host:"devapi.qweather.com",API.QWeather.Token:"",API.WAQI.Token:"",LogLevel:"WARN" 9 | #!arguments-desc = DataSets: [数据集]\n ├ airQuality: 空气质量\n ├ currentWeather: 当前天气\n ├ forecastDaily: 每日预报\n ├ forecastHourly: 每小时预报\n ├ forecastNextHour: 未来一小时降水强度\n ├ locationInfo: 位置信息\n ├ news: 新闻\n ├ historicalComparisons: 历史对比\n ├ weatherAlerts: 天气预警\n └ weatherChanges: 天气变化\n选中的数据集会被包含在请求中。\n\nWeather.Provider: [天气] 数据源\n ├ WeatherKit: WeatherKit (不进行替换)\n ├ ColorfulClouds: 彩云天气\n └ QWeather: 和风天气\n始终会使用选定的数据源,替换天气数据。\n\nNextHour.Provider: [未来一小时降水强度] 数据源\n ├ WeatherKit: WeatherKit (不进行替换)\n ├ ColorfulClouds: 彩云天气\n └ QWeather: 和风天气\n始终会使用选定的数据源,填补无降水监测地区的数据。\n\nAQI.Provider: [空气质量] 数据源\n ├ WeatherKit: WeatherKit (不进行替换)\n ├ ColorfulClouds: 彩云天气\n ├ QWeather: 和风天气\n └ WAQI: The World Air Quality Project\n始终会使用选定的数据源,填补无空气质量监测地区的数据。\n\nAQI.ReplaceProviders: [空气质量] 需要替换的供应商\n ├ QWeather: 和风天气\n ├ BreezoMeter: BreezoMeter\n └ TWC: The Weather Channel\n选中的空气质量数据源会被替换。\n\nAQI.ComparisonProvider: [空气质量] 对比昨日数据源\n ├ Auto: 自动选择 (与[空气质量] 数据源一致)\n ├ WeatherKit: WeatherKit (不进行替换)\n ├ ColorfulClouds: 彩云天气\n └ QWeather: 和风天气\n始终会使用选定的数据源,填补无对比昨日地区的数据。\n\nAQI.Local.ReplaceScales: [空气质量] 需要修改的标准\n ├ HJ6332012: 中国 (HJ 633—2012)\n └ EPA_NowCast: 美国 (EPA NowCast)\n选中的空气质量标准会被替换。请注意各国监测的污染物种类可能有所不同,转换算法或API未必适合当地。\n\nAQI.Local.Scale: [空气质量] 本地替换算法\n ├ NONE: None (不进行替换)\n ├ EPA_NowCast: 美国 (EPA NowCast)\n └ WAQI_InstantCast: WAQI InstantCast\n本地替换时使用的算法\n\nAQI.Local.ConvertUnits: [空气质量] 转换污染物计量单位\n将污染物数据替换为转换单位后的数据,方便对照转换后的标准。(不推荐。不同单位互转可能会损失精度,导致数值偏大)\n\nAPI.ColorfulClouds.Token: [API] 彩云天气令牌\n彩云天气 API 令牌\n\nAPI.QWeather.Host: [API] 和风天气主机\n和风天气 API 使用的主机名\n\nAPI.QWeather.Token: [API] 和风天气令牌\n和风天气 API 令牌\n\nAPI.WAQI.Token: [API] WAQI 令牌\nWAQI API 令牌,填写此字段将自动使用WAQI高级API\n\nLogLevel: [调试] 日志等级\n ├ OFF: 关闭\n ├ ERROR: ❌ 错误\n ├ WARN:⚠️ 警告\n ├ INFO: ℹ️ 信息\n ├ DEBUG: 🅱️ 调试\n └ ALL: 全部\n选择脚本日志的输出等级,低于所选等级的日志将全部输出。\n 10 | 11 | [Rule] 12 | DOMAIN,weather-analytics-events.apple.com,REJECT-DROP 13 | DOMAIN-SUFFIX,tthr.apple.com,REJECT-DROP,extended-matching 14 | DOMAIN,tether.edge.apple,REJECT-DROP,extended-matching 15 | 16 | [Script] 17 | 🌤 WeatherKit.api.v1.availability.response = type=http-response, pattern=^https?:\/\/weatherkit\.apple\.com\/api\/v1\/availability\/, requires-body=1, engine=webview, script-path=https://github.com/NSRingo/WeatherKit/releases/download/v2.0.6/response.bundle.js, argument=DataSets="{{{DataSets}}}"&Weather.Provider="{{{Weather.Provider}}}"&NextHour.Provider="{{{NextHour.Provider}}}"&AQI.Provider="{{{AQI.Provider}}}"&AQI.ReplaceProviders="{{{AQI.ReplaceProviders}}}"&AQI.ComparisonProvider="{{{AQI.ComparisonProvider}}}"&AQI.Local.ReplaceScales="{{{AQI.Local.ReplaceScales}}}"&AQI.Local.Scale="{{{AQI.Local.Scale}}}"&AQI.Local.ConvertUnits="{{{AQI.Local.ConvertUnits}}}"&API.ColorfulClouds.Token="{{{API.ColorfulClouds.Token}}}"&API.QWeather.Host="{{{API.QWeather.Host}}}"&API.QWeather.Token="{{{API.QWeather.Token}}}"&API.WAQI.Token="{{{API.WAQI.Token}}}"&LogLevel="{{{LogLevel}}}" 18 | 🌤 WeatherKit.api.v2.weather.request = type=http-request, pattern=^https?:\/\/weatherkit\.apple\.com\/api\/v2\/weather\/, engine=webview, script-path=https://github.com/NSRingo/WeatherKit/releases/download/v2.0.6/request.bundle.js, argument=DataSets="{{{DataSets}}}"&Weather.Provider="{{{Weather.Provider}}}"&NextHour.Provider="{{{NextHour.Provider}}}"&AQI.Provider="{{{AQI.Provider}}}"&AQI.ReplaceProviders="{{{AQI.ReplaceProviders}}}"&AQI.ComparisonProvider="{{{AQI.ComparisonProvider}}}"&AQI.Local.ReplaceScales="{{{AQI.Local.ReplaceScales}}}"&AQI.Local.Scale="{{{AQI.Local.Scale}}}"&AQI.Local.ConvertUnits="{{{AQI.Local.ConvertUnits}}}"&API.ColorfulClouds.Token="{{{API.ColorfulClouds.Token}}}"&API.QWeather.Host="{{{API.QWeather.Host}}}"&API.QWeather.Token="{{{API.QWeather.Token}}}"&API.WAQI.Token="{{{API.WAQI.Token}}}"&LogLevel="{{{LogLevel}}}" 19 | 🌤 WeatherKit.api.v2.weather.response = type=http-response, pattern=^https?:\/\/weatherkit\.apple\.com\/api\/v2\/weather\/, requires-body=1, binary-body-mode=1, engine=webview, script-path=https://github.com/NSRingo/WeatherKit/releases/download/v2.0.6/response.bundle.js, argument=DataSets="{{{DataSets}}}"&Weather.Provider="{{{Weather.Provider}}}"&NextHour.Provider="{{{NextHour.Provider}}}"&AQI.Provider="{{{AQI.Provider}}}"&AQI.ReplaceProviders="{{{AQI.ReplaceProviders}}}"&AQI.ComparisonProvider="{{{AQI.ComparisonProvider}}}"&AQI.Local.ReplaceScales="{{{AQI.Local.ReplaceScales}}}"&AQI.Local.Scale="{{{AQI.Local.Scale}}}"&AQI.Local.ConvertUnits="{{{AQI.Local.ConvertUnits}}}"&API.ColorfulClouds.Token="{{{API.ColorfulClouds.Token}}}"&API.QWeather.Host="{{{API.QWeather.Host}}}"&API.QWeather.Token="{{{API.QWeather.Token}}}"&API.WAQI.Token="{{{API.WAQI.Token}}}"&LogLevel="{{{LogLevel}}}" 20 | 21 | [MITM] 22 | hostname = %APPEND% weatherkit.apple.com -------------------------------------------------------------------------------- /Modules/Siri.sgmodule: -------------------------------------------------------------------------------- 1 | #!name= iRingo: ⭕ Siri 2 | #!desc=iOS 18⬆️ & macOS 15⬆️\n全面自定义「Siri 请求」功能。\n⚠️ 不含自定义「Siri 建议」功能。 3 | #!author=VirgilClyne[https://github.com/VirgilClyne] 4 | #!version=4.2.7 5 | #!category= iRingo 6 | #!date=2024-12-24 04:25:06 7 | 8 | #!arguments = CountryCode:"US",SiriLocale:"zh_CN",Region:"OFF",SiriResponseLanguageVariant:"zh_CN",LogLevel:"WARN" 9 | #!arguments-desc = CountryCode: 国家或地区代码\n ├ OFF: 🔴 关闭(不修改)\n ├ AUTO: 🇺🇳 自动(跟随系统地区设置)\n ├ CN: 🇨🇳 中国大陆\n ├ HK: 🇭🇰 中国香港\n ├ TW: 🇹🇼 中国台湾\n ├ SG: 🇸🇬 新加坡\n ├ US: 🇺🇸 美国\n ├ JP: 🇯🇵 日本\n ├ AU: 🇦🇺 澳大利亚\n ├ GB: 🇬🇧 英国\n ├ KR: 🇰🇷 韩国\n ├ CA: 🇨🇦 加拿大\n └ IE: 🇮🇪 爱尔兰\n不同国家或地区提供的内容或有差别,此选项同时会影响分配给您不同地区的 Siri 服务器。\n\nSiriLocale: Siri 区域\n ├ OFF: 🔴 关闭(不修改)\n ├ AUTO: 🇺🇳 自动 (跟随“Siri”的“语言”设置)\n ├ zh_CN: 🇨🇳 中文 (普通话 - 中国大陆)\n ├ zh_TW: 🇹🇼 中文 (普通话 - 台湾)\n ├ yue_CN: 🇨🇳 中文 (粤语 - 中国大陆)\n ├ zh_HK: 🇭🇰 中文 (粤语 - 香港)\n ├ ja_JP: 🇯🇵 日语\n ├ en_CA: 🇨🇦 英语 (加拿大)\n ├ en_SG: 🇸🇬 英语 (新加坡)\n ├ en_AU: 🇦🇺 英语 (澳大利亚)\n ├ en_IE: 🇮🇪 英语 (爱尔兰)\n ├ en_US: 🇺🇸 英语 (美国)\n ├ en_GB: 🇬🇧 英语 (英国)\n └ ko_KR: 🇰🇷 韩语\n忽略系统中“Siri”的“语言”设置,强制采用这里的设置。\n\nRegion: 区域\n ├ OFF: 🔴 关闭(不修改)\n ├ AUTO: 🇺🇳 自动(跟随系统地区设置)\n ├ CN: 🇨🇳 中国大陆\n ├ HK: 🇭🇰 中国香港\n ├ TW: 🇹🇼 中国台湾\n ├ SG: 🇸🇬 新加坡\n ├ US: 🇺🇸 美国\n ├ JP: 🇯🇵 日本\n ├ AU: 🇦🇺 澳大利亚\n ├ GB: 🇬🇧 英国\n ├ KR: 🇰🇷 韩国\n ├ CA: 🇨🇦 加拿大\n └ IE: 🇮🇪 爱尔兰\n作用未知,待测试。\n\nSiriResponseLanguageVariant: Siri 响应语言修改\n ├ OFF: 🔴 关闭(不修改)\n ├ AUTO: 🇺🇳 自动 (跟随“Siri”的“语言”设置)\n ├ zh_CN: 🇨🇳 中文 (普通话 - 中国大陆)\n ├ zh_TW: 🇹🇼 中文 (普通话 - 台湾)\n ├ yue_CN: 🇨🇳 中文 (粤语 - 中国大陆)\n ├ zh_HK: 🇭🇰 中文 (粤语 - 香港)\n ├ ja_JP: 🇯🇵 日语\n ├ en_CA: 🇨🇦 英语 (加拿大)\n ├ en_SG: 🇸🇬 英语 (新加坡)\n ├ en_AU: 🇦🇺 英语 (澳大利亚)\n ├ en_IE: 🇮🇪 英语 (爱尔兰)\n ├ en_US: 🇺🇸 英语 (美国)\n ├ en_GB: 🇬🇧 英语 (英国)\n └ ko_KR: 🇰🇷 韩语\n自定义 Siri 回复时使用的语言。\n\nLogLevel: [调试] 日志等级\n ├ OFF: 🔴 关闭\n ├ ERROR: ❌ 错误\n ├ WARN: ⚠️ 警告\n ├ INFO: ℹ️ 信息\n ├ DEBUG: 🅱️ 调试\n └ ALL: 全部\n选择脚本日志的输出等级,低于所选等级的日志将全部输出。\n 10 | 11 | [Script] 12 | ⭕ Siri.Search.request = type=http-request, pattern=^https?:\/\/(api-siri|api2|api-.+)\.smoot\.apple\.com\/search, engine=webview, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 13 | ⭕ Siri.SiriSearch.request = type=http-request, pattern=^https?:\/\/(guzzoni|api2|api-.+)\.smoot\.apple\.com\/apple\.parsec\.siri\.v2alpha\.SiriSearch\/SiriSearch, requires-body=1, binary-body-mode=1, engine=webview, debug=1, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 14 | 🔍 Safari.SafariSearch.request = type=http-request, pattern=^https?:\/\/api-safari(-.+)?\.smoot\.apple\.com\/apple\.parsec\.safari\.v1alpha\.SafariSearch\/SafariSearch, requires-body=1, binary-body-mode=1, engine=webview, debug=1, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 15 | 🔍 Lookup.LookupSearch.request = type=http-request, pattern=^https?:\/\/api-lookup(-.+)?\.smoot\.apple\.com\/apple\.parsec\.lookup\.v1alpha\.LookupSearch\/LookupSearch, requires-body=1, binary-body-mode=1, engine=webview, debug=1, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 16 | 🔍 Visualsearch.VisualSearch.request = type=http-request, pattern=^https?:\/\/(api2|api-.+)\.smoot\.apple\.com\/apple\.parsec\.visualsearch\.v2\.VisualSearch\/VisualSearch, requires-body=1, binary-body-mode=1, engine=webview, debug=1, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 17 | 🔍 ResponseFramework.Engagement.EngagementSearch.request = type=http-request, pattern=^https?:\/\/(api-.+)\.smoot\.apple\.com\/apple\.parsec\.responseframework\.engagement\.v1alpha\.EngagementSearch\/EngagementSearch, requires-body=1, binary-body-mode=1, engine=webview, debug=1, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 18 | 🔍 Spotlight.ZkwSuggestService.request = type=http-request, pattern=^https?:\/\/(api-.+)\.smoot\.apple\.com\/apple\.parsec\.spotlight\.v1alpha\.ZkwSuggestService\/Suggest, requires-body=1, binary-body-mode=1, engine=webview, debug=1, script-path=https://github.com/NSRingo/Siri/releases/download/v4.2.7/request.bundle.js, argument=CountryCode="{{{CountryCode}}}"&SiriLocale="{{{SiriLocale}}}"&Region="{{{Region}}}"&SiriResponseLanguageVariant="{{{SiriResponseLanguageVariant}}}"&LogLevel="{{{LogLevel}}}" 19 | 20 | [MITM] 21 | hostname = %APPEND% guzzoni.smoot.apple.com, api2.smoot.apple.com, api-*.smoot.apple.com -------------------------------------------------------------------------------- /Modules/BiliBili.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=哔哩哔哩去广告 2 | #!desc=过滤哔哩哔哩广告、移除青少年模式弹窗和交互式弹幕、移除无用功能和链接跟踪参数。此模块仅建议iOS 15以上设备使用。\n空降助手是第三方提供的功能,依赖于Android版空降助手的服务器数据运作,可能会存在不准确或者失效的问题,此功能与哔哩哔哩官方无关。 3 | #!author=kokoryh[https://github.com/kokoryh],wish[https://github.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-11-24 14:45:00 6 | 7 | #!arguments=动态最常访问:auto,创作中心:0,过滤置顶评论广告:1,空降助手:bilibili.airborne,优化评论区卡顿:#,日志等级:off 8 | #!arguments-desc=动态最常访问: [auto, show, hide]\n- auto: 仅当列表中存在直播状态时显示\n- show: 始终显示\n- hide: 始终隐藏\n\n创作中心: [1, 0]\n- 1: 显示\n- 0: 隐藏\n\n过滤置顶评论广告: [1, 0]\n- 1: 开启\n- 0: 关闭\n\n空降助手: 默认开启,配置为"#"时关闭\n\n优化评论区卡顿(BETA): 默认关闭\n\n日志等级: [off, error, warn, info, debug] 9 | 10 | [Rule] 11 | DOMAIN,api.biliapi.com,REJECT,pre-matching,extended-matching 12 | DOMAIN,app.biliapi.com,REJECT,pre-matching,extended-matching 13 | DOMAIN,api.biliapi.net,REJECT,pre-matching,extended-matching 14 | DOMAIN,app.biliapi.net,REJECT,pre-matching,extended-matching 15 | AND,((DOMAIN-SUFFIX,chat.bilibili.com), (OR,((DOMAIN-KEYWORD,stun), (DOMAIN-KEYWORD,tracker)))),REJECT,pre-matching 16 | 17 | [Map Local] 18 | ^https:\/\/ap[ip]\.bilibili\.com\/x\/(resource\/(top\/activity|patch\/tab)|v2\/search\/square|vip\/ads\/materials)\? header="content-type: application/json" data-type=text data="{"code":-404,"message":"-404","ttl":1,"data":null}" 19 | ^https:\/\/api\.bilibili\.com\/pgc\/activity\/deliver\/material\/receive\? header="content-type: application/json" data-type=text data="{"code":0,"data":{"closeType":"close_win","container":[],"showTime":""},"message":"success"}" 20 | ^https:\/\/api\.live\.bilibili\.com\/xlive\/e-commerce-interface\/v1\/ecommerce-user\/get_shopping_info\? header="content-type: application/json" data-type=text data="{}" 21 | ^https:\/\/line3-h5-mobile-api\.biligame\.com\/game\/live\/large_card_material\? header="content-type: application/json" data-type=text data="{"code":0,"message":"success"}" 22 | ^https:\/\/grpc\.biliapi\.net\/bilibili\.app\.interface\.v1\.Teenagers\/ModeStatus$ header="content-type: application/grpc" data-type=base64 data="AAAAABMKEQgCEgl0ZWVuYWdlcnMgAioA" 23 | ^https:\/\/grpc\.biliapi\.net\/bilibili\.app\.interface\.v1\.Search\/DefaultWords$ header="content-type: application/grpc" data-type=base64 data="AAAAACkaHeaQnOe0ouinhumikeOAgeeVquWJp+aIlnVw5Li7IgAoAToAQgBKAA==" 24 | ^https:\/\/grpc\.biliapi\.net\/bilibili\.app\.(view\.v1\.View\/TFInfo|viewunite\.v1\.View\/ViewEndPage)$ header="content-type: application/grpc" data-type=base64 data="AAAAAAA=" 25 | 26 | [URL Rewrite] 27 | ^https:\/\/api\.bilibili\.com\/pgc\/page\/channel\?(.*)&mobi_app=iphone&(.*)$ https://api.bilibili.com/pgc/page/channel?$1&mobi_app=iphone_i&$2 header 28 | 29 | [Body Rewrite] 30 | http-response-jq ^https:\/\/api\.bilibili\.com\/x\/pd-proxy\/tracker\? '.data[][]?="stun.chat.bilibili.com:3478"' 31 | http-response-jq ^https:\/\/api\.bilibili\.com\/pgc\/view\/v2\/app\/season\? 'del(.data.payment)' 32 | http-response-jq ^https:\/\/api\.live\.bilibili\.com\/xlive\/(app-interface\/v2\/index\/feed|app-room\/v1\/index\/getInfoBy(Room|User))\? '.data |= (del(.play_together_info, .play_together_info_v2, .activity_banner_info) | if .function_card then .function_card[] = null end | if .new_tab_info.outer_list then .new_tab_info.outer_list |= map(select(.biz_id != 33)) end | if .card_list then .card_list |= map(select(.card_type | IN("banner_v2", "activity_card_v1") | not)) end | reduce ([["show_reserve_status"], false], [["reserve_info", "show_reserve_status"], false], [["shopping_info", "is_show"], 0]) as [$path, $value] (.; if getpath($path) then setpath($path; $value) end))' 33 | 34 | [Script] 35 | {{{空降助手}}} = type=http-request,pattern=^https:\/\/(grpc\.biliapi\.net|app\.bilibili\.com)\/bilibili\.community\.service\.dm\.v1\.DM\/DmSegMobile$,argument="{"logLevel":"{{{日志等级}}}"}",requires-body=1,binary-body-mode=1,max-size=-1,engine=webview,script-path=https://raw.githubusercontent.com/kokoryh/Sparkle/master/dist/bilibili.protobuf.request.js 36 | 37 | {{{优化评论区卡顿}}} = type=http-request,pattern=^https:\/\/(grpc\.biliapi\.net|app\.bilibili\.com)\/bilibili\.(app\.viewunite\.v1\.View\/View|main\.community\.reply\.v1\.Reply\/MainList)$,argument="{"purifyComment":{{{过滤置顶评论广告}}},"logLevel":"{{{日志等级}}}"}",requires-body=1,binary-body-mode=1,max-size=-1,engine=webview,script-path=https://raw.githubusercontent.com/kokoryh/Sparkle/master/dist/bilibili.protobuf.request.js 38 | 39 | bilibili.skin = type=http-response,pattern=^https:\/\/app\.bilibili\.com\/x\/resource\/show\/skin\?,requires-body=1,max-size=-1,engine=webview,script-path=https://raw.githubusercontent.com/kokoryh/Script/master/js/bili-suit-diy.js 40 | 41 | bilibili.json = type=http-response,pattern=^https:\/\/app\.bilibili\.com\/x\/(resource\/show\/tab\/v2|v2\/(splash\/(list|show|event\/list2)|feed\/index(\/story)?|account\/(mine(\/ipad)?|myinfo)))\?,argument="{"showCreatorHub":{{{创作中心}}}}",requires-body=1,max-size=-1,engine=webview,script-path=https://raw.githubusercontent.com/mist-whisper/Script/master/BiliBili/BiliBili.json.js 42 | 43 | bilibili.protobuf = type=http-response,pattern=^https:\/\/(grpc\.biliapi\.net|app\.bilibili\.com)\/bilibili\.(app\.(show\.v1\.Popular\/Index|dynamic\.v2\.Dynamic\/DynAll|view(unite)?\.v1\.View\/(View|ViewProgress|RelatesFeed)|playurl\.v1\.PlayURL\/PlayView|playerunite\.v1\.Player\/PlayViewUnite)|polymer\.app\.search\.v1\.Search\/SearchAll|community\.service\.dm\.v1\.DM\/DmView|main\.community\.reply\.v1\.Reply\/MainList|pgc\.gateway\.player\.v2\.PlayURL\/PlayView)$,argument="{"displayUpList":"{{{动态最常访问}}}","purifyComment":{{{过滤置顶评论广告}}},"sponsorBlock":"{{{空降助手}}}","logLevel":"{{{日志等级}}}"}",requires-body=1,binary-body-mode=1,max-size=-1,engine=webview,script-path=https://raw.githubusercontent.com/kokoryh/Sparkle/master/dist/bilibili.protobuf.response.js 44 | 45 | [MITM] 46 | hostname = %APPEND% grpc.biliapi.net, app.bilibili.com, api.bilibili.com, api.live.bilibili.com, line3-h5-mobile-api.biligame.com 47 | -------------------------------------------------------------------------------- /Rules/LAN/Lan.list: -------------------------------------------------------------------------------- 1 | # NAME: Lan 2 | # AUTHOR: blackmatrix7 3 | # HOMEPAGE: https://github.com/blackmatrix7/ios_rule_script/blob/master/rule/Surge/Lan/Lan.list 4 | # UPDATED: 2024-07-03 16:16:16 5 | # DOMAIN: 7 6 | # DOMAIN-SUFFIX: 123 7 | # IP-CIDR: 14 8 | # IP-CIDR6: 4 9 | # TOTAL: 148 10 | 11 | DOMAIN,asusrouter.com 12 | DOMAIN,cp.cloudflare.com 13 | DOMAIN,detectportal.firefox.com 14 | DOMAIN,instant.arubanetworks.com 15 | DOMAIN,router.asus.com 16 | DOMAIN,setmeup.arubanetworks.com 17 | DOMAIN,www.asusrouter.com 18 | DOMAIN-SUFFIX,0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa 19 | DOMAIN-SUFFIX,0.in-addr.arpa 20 | DOMAIN-SUFFIX,1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa 21 | DOMAIN-SUFFIX,10.in-addr.arpa 22 | DOMAIN-SUFFIX,100.100.in-addr.arpa 23 | DOMAIN-SUFFIX,100.51.198.in-addr.arpa 24 | DOMAIN-SUFFIX,101.100.in-addr.arpa 25 | DOMAIN-SUFFIX,102.100.in-addr.arpa 26 | DOMAIN-SUFFIX,103.100.in-addr.arpa 27 | DOMAIN-SUFFIX,104.100.in-addr.arpa 28 | DOMAIN-SUFFIX,105.100.in-addr.arpa 29 | DOMAIN-SUFFIX,106.100.in-addr.arpa 30 | DOMAIN-SUFFIX,107.100.in-addr.arpa 31 | DOMAIN-SUFFIX,108.100.in-addr.arpa 32 | DOMAIN-SUFFIX,109.100.in-addr.arpa 33 | DOMAIN-SUFFIX,110.100.in-addr.arpa 34 | DOMAIN-SUFFIX,111.100.in-addr.arpa 35 | DOMAIN-SUFFIX,112.100.in-addr.arpa 36 | DOMAIN-SUFFIX,113.0.203.in-addr.arpa 37 | DOMAIN-SUFFIX,113.100.in-addr.arpa 38 | DOMAIN-SUFFIX,114.100.in-addr.arpa 39 | DOMAIN-SUFFIX,115.100.in-addr.arpa 40 | DOMAIN-SUFFIX,116.100.in-addr.arpa 41 | DOMAIN-SUFFIX,117.100.in-addr.arpa 42 | DOMAIN-SUFFIX,118.100.in-addr.arpa 43 | DOMAIN-SUFFIX,119.100.in-addr.arpa 44 | DOMAIN-SUFFIX,120.100.in-addr.arpa 45 | DOMAIN-SUFFIX,121.100.in-addr.arpa 46 | DOMAIN-SUFFIX,122.100.in-addr.arpa 47 | DOMAIN-SUFFIX,123.100.in-addr.arpa 48 | DOMAIN-SUFFIX,124.100.in-addr.arpa 49 | DOMAIN-SUFFIX,125.100.in-addr.arpa 50 | DOMAIN-SUFFIX,126.100.in-addr.arpa 51 | DOMAIN-SUFFIX,127.100.in-addr.arpa 52 | DOMAIN-SUFFIX,127.in-addr.arpa 53 | DOMAIN-SUFFIX,16.172.in-addr.arpa 54 | DOMAIN-SUFFIX,168.192.in-addr.arpa 55 | DOMAIN-SUFFIX,17.172.in-addr.arpa 56 | DOMAIN-SUFFIX,18.172.in-addr.arpa 57 | DOMAIN-SUFFIX,19.172.in-addr.arpa 58 | DOMAIN-SUFFIX,2.0.192.in-addr.arpa 59 | DOMAIN-SUFFIX,20.172.in-addr.arpa 60 | DOMAIN-SUFFIX,21.172.in-addr.arpa 61 | DOMAIN-SUFFIX,22.172.in-addr.arpa 62 | DOMAIN-SUFFIX,23.172.in-addr.arpa 63 | DOMAIN-SUFFIX,24.172.in-addr.arpa 64 | DOMAIN-SUFFIX,25.172.in-addr.arpa 65 | DOMAIN-SUFFIX,254.169.in-addr.arpa 66 | DOMAIN-SUFFIX,255.255.255.255.in-addr.arpa 67 | DOMAIN-SUFFIX,26.172.in-addr.arpa 68 | DOMAIN-SUFFIX,27.172.in-addr.arpa 69 | DOMAIN-SUFFIX,28.172.in-addr.arpa 70 | DOMAIN-SUFFIX,29.172.in-addr.arpa 71 | DOMAIN-SUFFIX,30.172.in-addr.arpa 72 | DOMAIN-SUFFIX,31.172.in-addr.arpa 73 | DOMAIN-SUFFIX,64.100.in-addr.arpa 74 | DOMAIN-SUFFIX,65.100.in-addr.arpa 75 | DOMAIN-SUFFIX,66.100.in-addr.arpa 76 | DOMAIN-SUFFIX,67.100.in-addr.arpa 77 | DOMAIN-SUFFIX,68.100.in-addr.arpa 78 | DOMAIN-SUFFIX,69.100.in-addr.arpa 79 | DOMAIN-SUFFIX,70.100.in-addr.arpa 80 | DOMAIN-SUFFIX,71.100.in-addr.arpa 81 | DOMAIN-SUFFIX,72.100.in-addr.arpa 82 | DOMAIN-SUFFIX,73.100.in-addr.arpa 83 | DOMAIN-SUFFIX,74.100.in-addr.arpa 84 | DOMAIN-SUFFIX,75.100.in-addr.arpa 85 | DOMAIN-SUFFIX,76.100.in-addr.arpa 86 | DOMAIN-SUFFIX,77.100.in-addr.arpa 87 | DOMAIN-SUFFIX,78.100.in-addr.arpa 88 | DOMAIN-SUFFIX,79.100.in-addr.arpa 89 | DOMAIN-SUFFIX,8.b.d.0.1.0.0.2.ip6.arpa 90 | DOMAIN-SUFFIX,8.e.f.ip6.arpa 91 | DOMAIN-SUFFIX,80.100.in-addr.arpa 92 | DOMAIN-SUFFIX,81.100.in-addr.arpa 93 | DOMAIN-SUFFIX,82.100.in-addr.arpa 94 | DOMAIN-SUFFIX,83.100.in-addr.arpa 95 | DOMAIN-SUFFIX,84.100.in-addr.arpa 96 | DOMAIN-SUFFIX,85.100.in-addr.arpa 97 | DOMAIN-SUFFIX,86.100.in-addr.arpa 98 | DOMAIN-SUFFIX,87.100.in-addr.arpa 99 | DOMAIN-SUFFIX,88.100.in-addr.arpa 100 | DOMAIN-SUFFIX,89.100.in-addr.arpa 101 | DOMAIN-SUFFIX,9.e.f.ip6.arpa 102 | DOMAIN-SUFFIX,90.100.in-addr.arpa 103 | DOMAIN-SUFFIX,91.100.in-addr.arpa 104 | DOMAIN-SUFFIX,92.100.in-addr.arpa 105 | DOMAIN-SUFFIX,93.100.in-addr.arpa 106 | DOMAIN-SUFFIX,94.100.in-addr.arpa 107 | DOMAIN-SUFFIX,95.100.in-addr.arpa 108 | DOMAIN-SUFFIX,96.100.in-addr.arpa 109 | DOMAIN-SUFFIX,97.100.in-addr.arpa 110 | DOMAIN-SUFFIX,98.100.in-addr.arpa 111 | DOMAIN-SUFFIX,99.100.in-addr.arpa 112 | DOMAIN-SUFFIX,a.e.f.ip6.arpa 113 | DOMAIN-SUFFIX,acl4.ssr 114 | DOMAIN-SUFFIX,b.e.f.ip6.arpa 115 | DOMAIN-SUFFIX,captive.apple.com 116 | DOMAIN-SUFFIX,connectivitycheck.gstatic.com 117 | DOMAIN-SUFFIX,d.f.ip6.arpa 118 | DOMAIN-SUFFIX,hiwifi.com 119 | DOMAIN-SUFFIX,home.arpa 120 | DOMAIN-SUFFIX,leike.cc 121 | DOMAIN-SUFFIX,localhost.ptlogin2.qq.com 122 | DOMAIN-SUFFIX,localhost.sec.qq.com 123 | DOMAIN-SUFFIX,location.services.mozilla.com 124 | DOMAIN-SUFFIX,msftconnecttest.com 125 | DOMAIN-SUFFIX,msftncsi.com 126 | DOMAIN-SUFFIX,my.router 127 | DOMAIN-SUFFIX,networkcheck.kde.org 128 | DOMAIN-SUFFIX,p.to 129 | DOMAIN-SUFFIX,peiluyou.com 130 | DOMAIN-SUFFIX,phicomm.me 131 | DOMAIN-SUFFIX,plex.direct 132 | DOMAIN-SUFFIX,router.ctc 133 | DOMAIN-SUFFIX,routerlogin.com 134 | DOMAIN-SUFFIX,tendawifi.com 135 | DOMAIN-SUFFIX,test.steampowered.com 136 | DOMAIN-SUFFIX,tplinkwifi.net 137 | DOMAIN-SUFFIX,tplogin.cn 138 | DOMAIN-SUFFIX,ts.net 139 | DOMAIN-SUFFIX,wifi.cmcc 140 | DOMAIN-SUFFIX,zte.home 141 | IP-CIDR,0.0.0.0/8,no-resolve 142 | IP-CIDR,10.0.0.0/8,no-resolve 143 | IP-CIDR,100.64.0.0/10,no-resolve 144 | IP-CIDR,127.0.0.0/8,no-resolve 145 | IP-CIDR,169.254.0.0/16,no-resolve 146 | IP-CIDR,172.16.0.0/12,no-resolve 147 | IP-CIDR,192.0.0.0/24,no-resolve 148 | IP-CIDR,192.0.2.0/24,no-resolve 149 | IP-CIDR,192.168.0.0/16,no-resolve 150 | IP-CIDR,192.88.99.0/24,no-resolve 151 | IP-CIDR,198.18.0.0/15,no-resolve 152 | IP-CIDR,198.51.100.0/24,no-resolve 153 | IP-CIDR,203.0.113.0/24,no-resolve 154 | IP-CIDR,224.0.0.0/3,no-resolve 155 | IP-CIDR6,::/127,no-resolve 156 | IP-CIDR6,fc00::/7,no-resolve 157 | IP-CIDR6,fe80::/10,no-resolve 158 | IP-CIDR6,ff00::/8,no-resolve 159 | -------------------------------------------------------------------------------- /Modules/Soul_remove_ads.sgmodule: -------------------------------------------------------------------------------- 1 | #!name=Soul去广告 2 | #!desc=移除广告和精简页面。 3 | #!author=ZenmoFeiShi[https://github.com/ZenmoFeiShi], RuCu6[https://github.com/RuCu6], 可莉🅥[https://github.com/luestr/ProxyResource/blob/main/README.md], kelv1n1n[https://github.com/kelv1n1n], wish[https://raw.githubusercontent.com/mist-whisper] 4 | #!category=去广告 5 | #!date=2025-05-04 22:56:00 6 | 7 | #!arguments=灵魂匹配:1,语音匹配:0,派对:0,蒙面酒馆:0,蒙面匹配:0,星球实验室/兴趣群组:0,派对分类-今日Hot:0,派对分类-全部派对:0,派对分类-情感树洞:0,派对分类-个人成长:0,派对分类-玩法专区:0,派对分类-兴趣交流:0,派对分类-趣味讨论:0,派对分类-情感故事:0,派对分类-闲聊唠嗑:0,派对分类-心动速配:0,阅后即焚:默认启用,去除私聊限制:默认启用,派对猜你喜欢:默认启用,主页访问数量提示:默认启用,星球页面:默认启用 8 | #!arguments-desc=开关屏蔽参数:[1/true, 0/false]\n\n默认启用处键入 # 即可关闭 9 | 10 | [Rule] 11 | IP-CIDR, 8.210.3.170/32, DIRECT, no-resolve 12 | IP-CIDR, 47.75.72.47/32, DIRECT, no-resolve 13 | 14 | [URL Rewrite] 15 | # 去除聊天界面再遇见 16 | ^https:\/\/api-chat\.soulapp\.cn\/chat\/entrance\/first - reject 17 | # 去除通讯录右下角机器人图标 18 | ^https:\/\/api-chat\.soulapp\.cn\/addressBook\/showBubblingEnter - reject 19 | # 去除首次私聊打开去除顶部聊天信息卡片 20 | ^https:\/\/api-user\.soulapp\.cn\/user\/matchRelation\/getChatCard - reject 21 | # 去除表情推荐 22 | ^https:\/\/api-chat\.soulapp\.cn\/chat\/interact\/getEmojiList - reject 23 | # 去除我的页面soul币活动推荐 24 | ^https:\/\/increase-openapi\.soulapp\.cn\/increase\/fission\/getHomePageRedIcon - reject 25 | # 去除首次私聊打开星球交汇小卡片 26 | ^https:\/\/api-chat\.soulapp\.cn\/similar\/post\/intersect\/trigger - reject 27 | # 去除首次打开私聊界面底部瞬间表情推荐 28 | ^https:\/\/api-chat\.soulapp\.cn\/chat\/guide\/defaultWord - reject 29 | # 去除聊天输入文字时的gif表情推荐 30 | ^https:\/\/api-chat\.soulapp\.cn\/chat\/emoji\/recommend - reject 31 | # 去除私聊瞬间小横幅 32 | ^https:\/\/api-a\.soulapp\.cn\/shara\/app\/url - reject 33 | # 私聊快捷菜单 34 | ^https:\/\/api-chat\.soulapp\.cn\/chat\/quick\/menu - reject 35 | 36 | [Map Local] 37 | # 广告下发 38 | ^https:\/\/ssp\.soulapp\.cn\/api\/q data-type=text data="{}" status-code=200 39 | 40 | ^https:\/\/47\.110\.187\.87\/winterfell\/(?:v2\/)?getIpByDomain data-type=text data="{}" status-code=200 41 | 42 | # 主页瞬间指导 43 | ^https:\/\/post\.soulapp\.cn\/v\d\/post\/homepage\/guide\/card data-type=text data="{}" status-code=200 44 | 45 | # 去除青少年弹窗 46 | ^https:\/\/api-account\.soulapp\.cn\/teenager\/config data-type=text data="{}" status-code=200 47 | 48 | # 谁看过我横幅广告 49 | ^https:\/\/api-a\.soulapp\.cn\/official\/scene\/module data-type=text data="{}" status-code=200 50 | 51 | # 主页右下角悬浮广告 52 | ^https:\/\/api-user\.soulapp\.cn\/furion\/position\/content data-type=text data="{}" status-code=200 53 | 54 | # 拒绝收集用户数据 55 | ^https:\/\/data-collector\.soulapp\.cn\/api\/data\/report\/v2 data-type=text data="{}" status-code=200 56 | 57 | # 私聊用户匹配推荐 58 | ^https:\/\/api-chat\.soulapp\.cn\/chat\/session\/quickButtonCheck data-type=text data="{}" status-code=200 59 | 60 | # 派对体验反馈 61 | ^https:\/\/chat-live\.soulapp\.cn\/live\/config\/rec-feedback data-type=text data="{}" status-code=200 62 | 63 | # 广场关注tab用户派对推荐 64 | ^https:\/\/post\.soulapp\.cn\/post\/relationUser\/chatRooms data-type=text data="{}" status-code=200 65 | 66 | # 聊天页通讯录tab邀请好友回归横幅 67 | ^https:\/\/increase-openapi\.soulapp\.cn\/increase\/dusting\/getAddressBookDustings data-type=text data="{}" status-code=200 68 | 69 | # 派对的关注tab隐藏猜我喜欢的派对 70 | ^https:\/\/chat-live\.soulapp\.cn\/live\/queryRelevantList data-type=text data="{}" status-code=200 71 | 72 | # 主页ai描述推荐 73 | ^https:\/\/api-user\.soulapp\.cn\/user\/desc\/getUserPersonalDesc data-type=text data="{}" status-code=200 74 | 75 | [Script] 76 | {{{派对猜你喜欢}}} = type=http-response, pattern=^https:\/\/chat-live\.soulapp\.cn\/square\/relation\/guideUserList, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1 77 | 78 | {{{去除私聊限制}}} = type=http-response, pattern=^https:\/\/api-chat\.soulapp\.cn\/chat\/limitInfo, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1 79 | 80 | {{{星球页面}}} = type=http-response, pattern=^https:\/\/api-user\.soulapp\.cn\/v6\/planet\/config, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1,argument="{"soulMatch":"{{{灵魂匹配}}}","voiceMatch":"{{{语音匹配}}}","partyMatch":"{{{派对}}}","masked":"{{{蒙面酒馆}}}","maskedMatch":"{{{蒙面匹配}}}","planet":"{{{星球实验室/兴趣群组}}}"}" 81 | 82 | 派对列表中间横幅官方广告 = type=http-response, pattern=^https:\/\/chat-live\.soulapp\.cn\/chatroom\/chatClassifyRoomList, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1 83 | 84 | {{{主页访问数量提示}}} = type=http-response, pattern=^https:\/\/api-user\.soulapp\.cn\/user\/homepage\/metrics, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1 85 | 86 | 个人主页tab = type=http-response, pattern=^https:\/\/post\.soulapp\.cn\/homepage\/tabs\/v2, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1 87 | 88 | 派对频道列表 = type=http-response, pattern=^https:\/\/chat-live\.soulapp\.cn\/chatroom\/getRoomTagInfo, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863, requires-body=true,max-size=-1,binary-body-mode=1,argument="{"hot":"{{{派对分类-今日Hot}}}","all":"{{{派对分类-全部派对}}}","emotion":"{{{派对分类-情感树洞}}}","personal":"{{{派对分类-个人成长}}}","play":"{{{派对分类-玩法专区}}}","interest":"{{{派对分类-兴趣交流}}}","argue":"{{{派对分类-趣味讨论}}}","story":"{{{派对分类-情感故事}}}","chat":"{{{派对分类-闲聊唠嗑}}}","heart":"{{{派对分类-心动速配}}}"}" 89 | 90 | {{{阅后即焚}}} = type=http-response, pattern=^https:\/\/api-chat\.soulapp\.cn\/snapchat\/url, script-path=https://klraw.pages.dev/kelv1n1n/script/refs/heads/main/js/soul.js?token=209863,requires-body=true,max-size=-1,binary-body-mode=1 91 | 92 | [MITM] 93 | hostname = %APPEND% ssp.soulapp.cn, increase-openapi.soulapp.cn, data-collector.soulapp.cn, post.soulapp.cn, api-account.soulapp.cn, api-a.soulapp.cn, gateway-mobile-gray.soulapp.cn, api-user.soulapp.cn, chat-live.soulapp.cn, api-chat.soulapp.cn, 47.110.187.87 --------------------------------------------------------------------------------