mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-02-03 00:02:41 +08:00
🚩
This commit is contained in:
parent
651f8364aa
commit
78bce6a8b3
@ -1,4 +1,8 @@
|
|||||||
hostname = *.googlevideo.com
|
hostname = *.googlevideo.com,www.youtube.com,s.youtube.com
|
||||||
|
|
||||||
(^https?:\/\/[\w-]+\.googlevideo\.com\/.+)(ctier=L)(&.+) url 302 $1$3
|
(^https?:\/\/[\w-]+\.googlevideo\.com\/.+)(ctier=L)(&.+) url 302 $1$3
|
||||||
^https?:\/\/[\w-]+\.googlevideo\.com\/.+&(oad|ctier) url reject
|
^https?:\/\/[\w-]+\.googlevideo\.com\/.+&(oad|ctier) url reject
|
||||||
|
|
||||||
|
^https?:\/\/(www|s)\.youtube\.com\/api\/stats\/ads url reject
|
||||||
|
^https?:\/\/(www|s)\.youtube\.com\/(pagead|ptracking) url reject
|
||||||
|
^https?:\/\/\s.youtube.com/api/stats/qoe?.*adformat= url reject
|
@ -1,10 +1,14 @@
|
|||||||
#!name=Block YouTube Advertising
|
#!name=Block YouTube Advertising
|
||||||
#!desc=跳过 YouTube 视频片头广告,Premium 勿用。
|
#!desc=跳过 YouTube 视频广告,Premium 勿用。
|
||||||
#!system=ios
|
#!system=ios
|
||||||
|
|
||||||
[URL Rewrite]
|
[URL Rewrite]
|
||||||
(^https?:\/\/[\w-]+\.googlevideo\.com\/.+)(ctier=L)(&.+) $1$3 302
|
(^https?:\/\/[\w-]+\.googlevideo\.com\/.+)(ctier=L)(&.+) $1$3 302
|
||||||
^https?:\/\/[\w-]+\.googlevideo\.com\/.+&(oad|ctier) - reject
|
^https?:\/\/[\w-]+\.googlevideo\.com\/.+&(oad|ctier) - reject
|
||||||
|
|
||||||
|
^https?:\/\/(www|s)\.youtube\.com\/api\/stats\/ads - reject
|
||||||
|
^https?:\/\/(www|s)\.youtube\.com\/(pagead|ptracking) - reject
|
||||||
|
^https?:\/\/\s.youtube.com/api/stats/qoe?.*adformat= - reject
|
||||||
|
|
||||||
[MITM]
|
[MITM]
|
||||||
hostname = %APPEND% *.googlevideo.com
|
hostname = %APPEND% *.googlevideo.com,www.youtube.com,s.youtube.com
|
@ -1,5 +1,27 @@
|
|||||||
#!name=URL Optimization
|
#!name=Advanced Settings & URL Redirect
|
||||||
#!desc=通用的 URL 优化,包含 Google 搜索及地图、微博短链接白名单、AbeamTV 区域限制等体验增强
|
#!desc=高级设置及通用的 URL 重定向优化(如 Google 搜索及地图、AbeamTV 区域限制等)
|
||||||
|
|
||||||
|
[General]
|
||||||
|
# > Internet 测试 URL
|
||||||
|
internet-test-url = http://wifi.vivo.com.cn/generate_204
|
||||||
|
# > 代理测速 URL
|
||||||
|
proxy-test-url = http://cp.cloudflare.com/generate_204
|
||||||
|
# > 测试超时(秒)
|
||||||
|
test-timeout = 5
|
||||||
|
|
||||||
|
# > 自定义 GeoIP 数据库
|
||||||
|
geoip-maxmind-url = https://raw.githubusercontent.com/JMVoid/ipip2mmdb/release/Country.mmdb
|
||||||
|
|
||||||
|
# > 跳过代理
|
||||||
|
skip-proxy = %APPEND% passenger.t3go.cn
|
||||||
|
# > 排除简单主机名
|
||||||
|
exclude-simple-hostnames = true
|
||||||
|
|
||||||
|
# > Always Real IP Hosts
|
||||||
|
always-real-ip = %APPEND% msftconnecttest.com, msftncsi.com, *.msftconnecttest.com, *.msftncsi.com, *.srv.nintendo.net, *.stun.playstation.net, xbox.*.microsoft.com, *.xboxlive.com
|
||||||
|
|
||||||
|
# > VIF Excluded Routes
|
||||||
|
tun-excluded-routes = %APPEND% 239.255.255.250/32
|
||||||
|
|
||||||
[URL Rewrite]
|
[URL Rewrite]
|
||||||
# Redirect Google Search Service
|
# Redirect Google Search Service
|
||||||
|
Loading…
Reference in New Issue
Block a user