Skip to content

Instantly share code, notes, and snippets.

@patricksimpson
Created October 16, 2021 12:30
Show Gist options
  • Save patricksimpson/47027726f39ddd406f96a81d7e9454f7 to your computer and use it in GitHub Desktop.
Save patricksimpson/47027726f39ddd406f96a81d7e9454f7 to your computer and use it in GitHub Desktop.
Redirectors
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2021-10-16T12:28:52.532Z",
"redirects": [
{
"description": "Medium -> Scribe",
"exampleUrl": "https://medium.com/@user/post-123456abcdef",
"exampleResult": "https://scribe.rip/@user/post-123456abcdef",
"error": null,
"includePattern": " *medium.com/(.*)",
"excludePattern": "",
"patternDesc": " ( ) Wildcard (•) Regular Expression",
"redirectUrl": "https://scribe.rip/$1",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Reddit -> Old Reddit",
"exampleUrl": "https://www.reddit.com/r/Ubuntu/comments/cuxjbr/transferring_mp3_files_to_iphone/",
"exampleResult": "https://old.reddit.com/r/Ubuntu/comments/cuxjbr/transferring_mp3_files_to_iphone/",
"error": null,
"includePattern": "https://w*.?reddit.com/(.*)",
"excludePattern": "",
"patternDesc": "redirect reddit to old reddit",
"redirectUrl": "https://old.reddit.com/$1",
"patternType": "R",
"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