Last active
January 30, 2025 05:13
-
-
Save thefranke/d6a8137e7bf8c837b64621a3a1f9b9b9 to your computer and use it in GitHub Desktop.
Redirector Configuration
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-05-24T14:38:35.748Z", | |
"redirects": [ | |
{ | |
"description": "Wikipedia -> Wikiless", | |
"exampleUrl": "https://en.wikipedia.org/wiki/XYZ", | |
"exampleResult": "https://farside.link/wikiless/wiki/XYZ", | |
"error": null, | |
"includePattern": "*wikipedia.org/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/wikiless/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Reddit -> Libreddit", | |
"exampleUrl": "reddit.com/r/XYZ", | |
"exampleResult": "https://farside.link/libreddit/r/XYZ", | |
"error": null, | |
"includePattern": "*reddit.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/libreddit/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Youtube -> Invidious", | |
"exampleUrl": "youtube.com/XYZ", | |
"exampleResult": "https://farside.link/invidious/XYZ", | |
"error": null, | |
"includePattern": "*youtube.com/*", | |
"excludePattern": "https://www.youtube.com/feeds/videos.xml?channel_id=*", | |
"patternDesc": "Alternative: https://redirect.invidious.io/", | |
"redirectUrl": "https://farside.link/invidious/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Twitter -> Nitter", | |
"exampleUrl": "https://www.twitter.com/XYZ", | |
"exampleResult": "https://farside.link/nitter/XYZ", | |
"error": null, | |
"includePattern": "*twitter.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/nitter/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Google Translate -> SimplyTranslate", | |
"exampleUrl": "translate.google.com", | |
"exampleResult": "https://farside.link/simplytranslate", | |
"error": null, | |
"includePattern": "*translate.google.com*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/simplytranslate", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Tiktok -> Proxitok", | |
"exampleUrl": "https://www.tiktok.com/XYZ", | |
"exampleResult": "https://farside.link/proxitok/XYZ", | |
"error": null, | |
"includePattern": "https://www.tiktok.com/*", | |
"excludePattern": "", | |
"patternDesc": "Annyoing redirect", | |
"redirectUrl": "https://farside.link/proxitok/$1", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Imgur -> Rimgo", | |
"exampleUrl": "https://imgur.com/XYZ", | |
"exampleResult": "https://farside.link/rimgo/XYZ", | |
"error": null, | |
"includePattern": "*imgur.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/rimgo/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Medium -> Scribe", | |
"exampleUrl": "https://medium.com/XYZ", | |
"exampleResult": "https://farside.link/scribe/XYZ", | |
"error": null, | |
"includePattern": "*medium.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/scribe/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Odysee -> Librarian", | |
"exampleUrl": "https://odysee.com/XYZ", | |
"exampleResult": "https://farside.link/librarian/XYZ", | |
"error": null, | |
"includePattern": "*odysee.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/librarian/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "IMDB -> LibremDB", | |
"exampleUrl": "https://imdb.com/XYZ", | |
"exampleResult": "https://farside.link/libremdb/XYZ", | |
"error": null, | |
"includePattern": "*imdb.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/libremdb/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Quora -> Quetre", | |
"exampleUrl": "https://quora.com/XYZ", | |
"exampleResult": "https://farside.link/quetre/XYZ", | |
"error": null, | |
"includePattern": "*quora.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/quetre/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Google -> Whoogle", | |
"exampleUrl": "https://google.com/XYZ", | |
"exampleResult": "https://farside.link/whoogle/XYZ", | |
"error": null, | |
"includePattern": "*google.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://farside.link/whoogle/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Instagram -> Imginn", | |
"exampleUrl": "https://instagram.com/XYZ", | |
"exampleResult": "https://imginn.com/XYZ", | |
"error": null, | |
"includePattern": "*instagram.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://imginn.com/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "StackOverflow -> AnonymousOverflow", | |
"exampleUrl": "https://stackoverflow.com/XYZ", | |
"exampleResult": "https://farside.link/anonymousoverflow/XYZ", | |
"error": null, | |
"includePattern": "*stackoverflow.com/*", | |
"excludePattern": "", | |
"patternDesc": "https://overflow.adminforge.de/$2", | |
"redirectUrl": "https://farside.link/anonymousoverflow/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Reuters -> Neuters", | |
"exampleUrl": "https://www.reuters.com/XYZ", | |
"exampleResult": "https://neuters.de/XYZ", | |
"error": null, | |
"includePattern": "*reuters.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://neuters.de/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Arxiv -> Ar5iv", | |
"exampleUrl": "https://arxiv.org/pdf/XYZ", | |
"exampleResult": "https://ar5iv.org/pdf/XYZ", | |
"error": null, | |
"includePattern": "https://*arxiv.org/pdf/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://ar5iv.org/pdf/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Fandom -> Breezewiki", | |
"exampleUrl": "https://XYZ.fandom.com/wiki/ABC", | |
"exampleResult": "https://farside.link/breezewiki/XYZ/wiki/ABC", | |
"error": null, | |
"includePattern": "https://*.fandom.com/wiki/*", | |
"excludePattern": "", | |
"patternDesc": "https://bw.artemislena.eu/$1/$2", | |
"redirectUrl": "https://farside.link/breezewiki/$1/wiki/$2", | |
"patternType": "W", | |
"processMatches": "noProcessing", | |
"disabled": false, | |
"grouped": false, | |
"appliesTo": [ | |
"main_frame" | |
] | |
}, | |
{ | |
"description": "Snopes -> Suds", | |
"exampleUrl": "https://www.snopes.com/XYZ", | |
"exampleResult": "https://snopes.vern.cc/XYZ", | |
"error": null, | |
"includePattern": "*.snopes.com/*", | |
"excludePattern": "", | |
"patternDesc": "", | |
"redirectUrl": "https://snopes.vern.cc/$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