aboutsummaryrefslogtreecommitdiffstats
path: root/redirector/Redirector.json
blob: 3aa64fcd02758e926fa4685fc258b53fa648e69e (plain) (blame)
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
{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2022-11-29T07:44:23.356Z",
    "redirects": [
        {
            "description": "medium redirect",
            "exampleUrl": "https://medium.com/zocdoc-engineering/monorepo-magic-escaping-version-hell-by-decoupling-dependencies-46e817073bdf",
            "exampleResult": "https://scribe.rip/zocdoc-engineering/monorepo-magic-escaping-version-hell-by-decoupling-dependencies-46e817073bdf",
            "error": null,
            "includePattern": "https://medium.com/*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://scribe.rip/$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "reddit redirect",
            "exampleUrl": "https://www.reddit.com/r/voidlinux/",
            "exampleResult": "https://teddit.net/r/voidlinux/",
            "error": null,
            "includePattern": "https://www.reddit.com/*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://teddit.net/$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "medium redirect",
            "exampleUrl": "https://dreamume.medium.com/leetcode-458-poor-pigs-adc1bef981c1",
            "exampleResult": "https://scribe.rip/leetcode-458-poor-pigs-adc1bef981c1",
            "error": null,
            "includePattern": "https://*.medium.com/*",
            "excludePattern": "",
            "patternDesc": "",
            "redirectUrl": "https://scribe.rip/$2",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": true,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }
    ]
}