Created
December 16, 2023 17:20
-
-
Save Nitrousoxide/7419625b6c7bf82a7ace080d60f739f5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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