-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrequest-interceptor-rules.json
50 lines (50 loc) · 1.23 KB
/
request-interceptor-rules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"enabled": true,
"id": "c91155a2-89ac-44e0-824f-7ca0c8f166a9",
"name": "YouTube Adblocker Bypass",
"filter": {
"key": "page-url",
"condition": "starts-with",
"value": ""
},
"rules": [
{
"enabled": true,
"id": "5551841c-b16b-43cc-9c2d-a08f7295659b",
"criteria": {
"key": "url",
"condition": "regex",
"value": "https://www.youtube.com/s/desktop/[A-Za-z0-9]+/jsbin/desktop_polymer_enable_wil_icons.vflset/desktop_polymer_enable_wil_icons.js"
},
"actions": [
{
"type": "redirect-to",
"details": {
"value": "https://raw.githubusercontent.com/psychon-night/bypass-youtube-adblock-blocker/main/desktop_polymer_enable_wil_icons.js"
}
}
]
},
{
"enabled": true,
"id": "f28fa4d9-5894-4ec8-9314-67abd5d541b8",
"criteria": {
"key": "url",
"condition": "equals",
"value": "https://raw.githubusercontent.com/psychon-night/bypass-youtube-adblock-blocker/main/desktop_polymer_enable_wil_icons.js"
},
"actions": [
{
"type": "modify-response-header",
"details": {
"name": "content-type",
"value": "text/javascript"
}
}
]
}
],
"description": "Youtube Adblocker Anti-Adblock"
}
]