Redirector

This is the config of my Redirector plugin rules. You could save them into a file and import them.

Redirector plugin

{
    "createdBy": "Redirector v3.5.2",
    "createdAt": "2022-05-22T11:01:44.000Z",
    "redirects": [
        {
            "description": "Twitter to Nitter",
            "exampleUrl": "https://twitter.com/neiltyson/",
            "exampleResult": "https://nitter.net/neiltyson/",
            "error": null,
            "includePattern": "https://(.*\\.)?twitter.com/(.*)",
            "excludePattern": "",
            "patternDesc": "all twitter domains go to nitter",
            "redirectUrl": "https://nitter.net/$2",
            "patternType": "R",
            "processMatches": "noProcessing",
            "disabled": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "YouTube to Invidious",
            "exampleUrl": "https://www.youtube.com/watch?v=5Er3F-PktTQ",
            "exampleResult": "https://yewtu.be/watch?v=5Er3F-PktTQ",
            "error": null,
            "includePattern": "https://www.youtube.com/*",
            "excludePattern": "",
            "patternDesc": "all youtube domains go to invidious",
            "redirectUrl": "https://yewtu.be/$1",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "appliesTo": [
                "main_frame"
            ]
        },
        {
            "description": "Scribe RIP for Medium",
            "exampleUrl": "https://medium.com/oneblogshelf/may-2022-security-update-2a444923984e",
            "exampleResult": "https://scribe.rip/oneblogshelf/may-2022-security-update-2a444923984e",
            "error": null,
            "includePattern": "https://medium.com/*",
            "excludePattern": "",
            "patternDesc": "Replace host",
            "redirectUrl": "https://scribe.rip/oneblogshelf/may-2022-security-update-2a444923984e",
            "patternType": "W",
            "processMatches": "noProcessing",
            "disabled": false,
            "appliesTo": [
                "main_frame"
            ]
        }
    ]
}

​#Firefox