Skip to content

Instantly share code, notes, and snippets.

@marcaurele
Created January 18, 2024 21:24
Show Gist options
  • Save marcaurele/940c087a91fd831f86379cfcc29b4894 to your computer and use it in GitHub Desktop.
Save marcaurele/940c087a91fd831f86379cfcc29b4894 to your computer and use it in GitHub Desktop.
Config for Redirector Firefox plugin
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2024-01-18T21:23:34.230Z",
"redirects": [
{
"description": "Twitter",
"exampleUrl": "https://twitter.com/majek04/status/1334811330033946625",
"exampleResult": "https://nitter.unixfox.eu/majek04/status/1334811330033946625",
"error": null,
"includePattern": "https://twitter.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://nitter.unixfox.eu/$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Medium",
"exampleUrl": "https://medium.com/izettle-engineering/implementing-observability-in-a-service-mesh-273c7409283d",
"exampleResult": "https://medium.hostux.net/izettle-engineering/implementing-observability-in-a-service-mesh-273c7409283d",
"error": null,
"includePattern": "https://*medium.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://medium.hostux.net/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Youtube",
"exampleUrl": "https://www.youtube.com/watch?v=0B76xfXYvig",
"exampleResult": "https://do.piped.video/watch?v=0B76xfXYvig",
"error": null,
"includePattern": "https://*youtube.com/*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://do.piped.video/$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment