Skip to content

Instantly share code, notes, and snippets.

@Nitrousoxide
Created December 16, 2023 17:20
Show Gist options
  • Save Nitrousoxide/7419625b6c7bf82a7ace080d60f739f5 to your computer and use it in GitHub Desktop.
Save Nitrousoxide/7419625b6c7bf82a7ace080d60f739f5 to your computer and use it in GitHub Desktop.
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2023-12-15T12:57:37.884Z",
"redirects": [
{
"description": "Example redirect, try going to http://example.com/anywordhere",
"exampleUrl": "http://example.com/some-word-that-matches-wildcard",
"exampleResult": "https://google.com/search?q=some-word-that-matches-wildcard",
"error": null,
"includePattern": "http://example.com/*",
"excludePattern": "",
"patternDesc": "Any word after example.com leads to google search for that word.",
"redirectUrl": "https://google.com/search?q=$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": true,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "X -> Nitter Redirect",
"exampleUrl": "https://x.com",
"exampleResult": "https://nitter.d420.de",
"error": null,
"includePattern": "https://x.com*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://nitter.d420.de$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "Twitter -> Nitter Redirect",
"exampleUrl": "https://twitter.com",
"exampleResult": "https://nitter.d420.de",
"error": null,
"includePattern": "https://twitter.com*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "https://nitter.d420.de$1",
"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