gitextract_hhwdv2fr/ ├── .github/ │ └── workflows/ │ └── purge_cdn_cache.yaml ├── .gitignore ├── LAZY_RULES/ │ ├── Clash_Premium.yaml │ ├── Quantumult.conf │ ├── QuantumultX.conf │ ├── Shadowrocket.conf │ ├── Surge.conf │ └── clash.yaml ├── LICENSE ├── Module/ │ └── Surge/ │ └── Gboard_zhHans_patch.sgmodule ├── README.md ├── Rulesets/ │ ├── Clash/ │ │ ├── App/ │ │ │ ├── social/ │ │ │ │ ├── Telegram.yaml │ │ │ │ └── WhatsApp.yaml │ │ │ └── stream/ │ │ │ ├── DisneyPlus.yaml │ │ │ └── Netflix.yaml │ │ └── Basic/ │ │ ├── Apple-News.yaml │ │ ├── Apple-direct.yaml │ │ ├── Apple-proxy.yaml │ │ ├── CN.yaml │ │ ├── LAN.yaml │ │ ├── common-ad-keyword.yaml │ │ └── foreign.yaml │ ├── Quantumult/ │ │ ├── App/ │ │ │ ├── social/ │ │ │ │ ├── Telegram.list │ │ │ │ └── WhatsApp.list │ │ │ └── stream/ │ │ │ ├── DisneyPlus.list │ │ │ └── Netflix.list │ │ ├── Basic/ │ │ │ ├── Apple-News.list │ │ │ ├── Apple-direct.list │ │ │ ├── Apple-proxy.list │ │ │ ├── CN.list │ │ │ ├── LAN.list │ │ │ ├── common-ad-keyword.list │ │ │ └── foreign.list │ │ └── rewrite.list │ └── Surge/ │ ├── App/ │ │ ├── social/ │ │ │ ├── Discord.list │ │ │ ├── KaKaoTalk.list │ │ │ ├── LINE.list │ │ │ ├── Pinterest.list │ │ │ ├── Slack.list │ │ │ ├── Telegram.list │ │ │ └── WhatsApp.list │ │ ├── stream/ │ │ │ ├── DisneyPlus.list │ │ │ ├── Netflix.list │ │ │ ├── Spotify.list │ │ │ ├── TVB.list │ │ │ └── YouTube.list │ │ └── tools/ │ │ ├── LastPass.list │ │ └── TeamViewer.list │ ├── Basic/ │ │ ├── Apple-News.list │ │ ├── Apple-direct.list │ │ ├── Apple-proxy.list │ │ ├── CN.list │ │ ├── common-ad-keyword.list │ │ └── foreign.list │ └── Custom/ │ ├── CN-ad.list │ ├── academic-direct.list │ ├── academic-proxy.list │ ├── ad-domains.list │ ├── adult.list │ ├── foreign-list.list │ └── video-ad.list ├── Scripts/ │ ├── Surge/ │ │ └── weather_aqi_us/ │ │ ├── iOS14_Weather_AQI_US.js │ │ ├── iOS15_Weather_AQI_US.js │ │ ├── iOS_Weather_AQI_US.conf │ │ └── iOS_Weather_AQI_US.sgmodule │ └── hackl0us.boxjs.json ├── 归档/ │ ├── Surfboard.conf │ ├── Surge 2.conf │ └── Surge Legacy Global.conf └── 规则片段集/ ├── App 规则集/ │ ├── 工具/ │ │ ├── Cydia.txt │ │ ├── LastPass.txt │ │ └── TeamViewer.txt │ ├── 流媒体/ │ │ ├── DisneyPlus.txt │ │ ├── Netflix.txt │ │ ├── Spotify.txt │ │ ├── TVB.txt │ │ └── Youtube.txt │ └── 社交分享/ │ ├── Discord.txt │ ├── KaKaoTalk.txt │ ├── LINE.txt │ ├── Pinterest.txt │ ├── Slack.txt │ ├── Telegram.txt │ └── WhatsApp.txt ├── 功能性规则集/ │ ├── Proxyee Down 代理.txt │ ├── TikTok 解锁.txt │ ├── 修复Siri高延迟或不可用.txt │ ├── 手机端使用知乎网页版.txt │ └── 维基百科(Wikipedia)排版优化.txt ├── 基础规则集/ │ ├── AppleNews解锁.txt │ ├── Apple服务优化.txt │ ├── 国内直连.txt │ ├── 国外代理.txt │ ├── 常见广告域名.txt │ └── 最终规则.txt └── 自选规则集/ ├── GFW 黑名单/ │ ├── GFW.txt │ └── Tinylist.txt ├── 国内网站广告追踪屏蔽.txt ├── 学术网站-代理.txt ├── 学术网站-直连.txt ├── 屏蔽视频广告.txt ├── 常见国外网站列表.txt ├── 广告域名列表.txt └── 成人网站.txt