Last active
January 4, 2022 00:08
-
-
Save beucismis/dcec597ade1685676d790f6623e09c03 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "2022-01-04T00:07:24.089Z", | |
| "redirects": [ | |
| { | |
| "description": "Medium to Scribe", | |
| "exampleUrl": "https://medium.com/@nickname/post-123456abcdef", | |
| "exampleResult": "https://scribe.rip/@nickname/post-123456abcdef", | |
| "error": null, | |
| "includePattern": "^https?://(?:.*\\.)*(?<!link.)medium\\.com(/.*)?$", | |
| "excludePattern": "", | |
| "patternDesc": "", | |
| "redirectUrl": "https://scribe.rip$1", | |
| "patternType": "R", | |
| "processMatches": "noProcessing", | |
| "disabled": false, | |
| "grouped": false, | |
| "appliesTo": [ | |
| "main_frame" | |
| ] | |
| }, | |
| { | |
| "description": "Instagram to Bibliogram", | |
| "exampleUrl": "https://instagram.com/nickname", | |
| "exampleResult": "https://bibliogram.art/u/nickname", | |
| "error": null, | |
| "includePattern": "^https?://(?:.*\\.)*(?<!link.)instagram\\.com(/.*)?$", | |
| "excludePattern": "", | |
| "patternDesc": "", | |
| "redirectUrl": "https://bibliogram.art/u$1", | |
| "patternType": "R", | |
| "processMatches": "noProcessing", | |
| "disabled": false, | |
| "grouped": false, | |
| "appliesTo": [ | |
| "main_frame" | |
| ] | |
| }, | |
| { | |
| "description": "Twitter to Nitter", | |
| "exampleUrl": "https://twitter.com/nickname/status/123456789", | |
| "exampleResult": "https://nitter.net/nickname/status/123456789", | |
| "error": null, | |
| "includePattern": "^https?://(?:.*\\.)*(?<!link.)twitter\\.com(/.*)?$", | |
| "excludePattern": "", | |
| "patternDesc": "", | |
| "redirectUrl": "https://nitter.net$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