mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-01-24 05:09:01 +08:00
14 lines
505 B
Plaintext
14 lines
505 B
Plaintext
#!name=Block YouTube Advertising
|
||
#!desc=跳过 YouTube 视频广告,Premium 勿用。
|
||
#!system=ios
|
||
|
||
[URL Rewrite]
|
||
(^https?:\/\/[\w-]+\.googlevideo\.com\/.+)(ctier=L)(&.+) $1$3 302
|
||
^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]
|
||
hostname = %APPEND% *.googlevideo.com,www.youtube.com,s.youtube.com |