-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrobotwombat-redirector-config.json
127 lines (127 loc) · 4.63 KB
/
robotwombat-redirector-config.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"createdBy": "robotwombat",
"version": "v1.4.5",
"createdAt": "2022-10-31T18:16:27.993Z",
"redirects": [
{
"description": "Reddit to Libreddit",
"exampleUrl": "https://*.reddit.com/r/privacy",
"exampleResult": "https://libreddit.pussthecat.org/r/privacy",
"error": null,
"includePattern": "https://*.reddit.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://libreddit.pussthecat.org/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Instagram to Bibliogram",
"exampleUrl": "https://www.instagram.com/epicbullyz/reel/CXb9aUsjhMd/?utm_medium=copy_link",
"exampleResult": "https://bibliogram.froth.zone/p/CXb9aUsjhMd/",
"error": null,
"includePattern": "https:\\/\\/www.instagram.com.*?[(\\/reel)|(\\/tv)|(\\/p)|\\/]\\/(.*\\/)",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://bibliogram.froth.zone/p/$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Twitter to Nitter",
"exampleUrl": "https://twitter.com/MKBHD/status/1481108783996751874",
"exampleResult": "https://nitter.pussthecat.org/MKBHD/status/1481108783996751874",
"error": null,
"includePattern": "https://twitter.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://nitter.pussthecat.org/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Twitter Mobile to Nitter",
"exampleUrl": "https://m.twitter.com/MKBHD/status/1481108783996751874",
"exampleResult": "https://nitter.pussthecat.org/MKBHD/status/1481108783996751874",
"error": null,
"includePattern": "https://*.twitter.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://nitter.pussthecat.org/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "YouTube to Invidious",
"exampleUrl": "https://www.youtube.com/watch?v=-njHjebtIg4",
"exampleResult": "https://yewtu.be/watch?v=-njHjebtIg4",
"error": null,
"includePattern": "https://www.youtube.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://yewtu.be/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame",
"sub_frame"
]
},
{
"description": "TikTok to ProxiTok",
"exampleUrl": "https://vm.tiktok.com/ZMLJ8fvWX/",
"exampleResult": "https://proxitok.pabloferreiro.es/video/ZMLJ8fvWX/",
"error": null,
"includePattern": "https://*.tiktok.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://proxitok.pabloferreiro.es/video/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Imgur to rimgo",
"exampleUrl": "https://imgur.com/a/H8M4rcp",
"exampleResult": "https://rimgo.pussthecat.org/a/H8M4rcp",
"error": null,
"includePattern": "^https?://i?.?imgur.com(/.*)?$",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://rimgo.pussthecat.org$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}