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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
{
"createdBy": "Redirector v3.5.4",
"createdAt": "2026-02-08T22:11:07.624Z",
"redirects": [
{
"description": "Twitter -> Nitter",
"exampleUrl": "https://x.com/ToxikPija/status/2018261061699277116",
"exampleResult": "https://nitter.poast.org/ToxikPija/status/2018261061699277116",
"error": null,
"includePattern": "https://x.com/*",
"excludePattern": "",
"patternDesc": "Any word after example.com leads to google search for that word.",
"redirectUrl": "https://nitter.poast.org/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "AMP redirect",
"exampleUrl": "https://www.google.com/amp/www.example.com/amp/document",
"exampleResult": "https://www.example.com/amp/document",
"error": null,
"includePattern": "^(?:https?://)www.(?:google|bing).com/amp/(?:s/)?(.*)",
"excludePattern": "",
"patternDesc": "AMP is bad: https://80x24.net/post/the-problem-with-amp/",
"redirectUrl": "https://$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Doubleclick escaper",
"exampleUrl": "https://ad.doubleclick.net/ddm/trackclk/N135005.2681608PRIVATENETWORK/B20244?https://www.example.com",
"exampleResult": "https://www.example.com",
"error": null,
"includePattern": "^(?:https?://)ad.doubleclick.net/.*\\?(http?s://.*)",
"excludePattern": "",
"patternDesc": "Remove doubleclick link tracking / fix problems with doubleclick host-based blocking",
"redirectUrl": "$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "YouTube Shorts to YouTube",
"exampleUrl": "https://www.youtube.com/shorts/video-id",
"exampleResult": "https://www.youtube.com/watch?v=video-id",
"error": null,
"includePattern": "^(?:https?://)(?:www.)?youtube.com/shorts/([a-zA-Z0-9_-]+)(.*)",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://www.youtube.com/watch?v=$1$2",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame",
"history"
]
}
]
}
|