Skip to content

Instantly share code, notes, and snippets.

@herbaldrinkmate
Created January 3, 2025 09:46
"Reddit ➔ Redlib": {
"regex": "^https?:\/\/(?:[a-z0-9-]+\\.)*?reddit.com\/(.*)",
"replacement": "https:\/\/farside.link\/redlib\/$1",
"enabled": "true"
},
"X ➔ Nitter": {
"regex": "^https?:\/\/x.com\/(.*)",
"replacement": [
"https:\/\/xcancel.com\/$1",
"https:\/\/nitter.poast.org\/$1",
"https:\/\/nitter.privacydev.net\/$1"
],
"enabled": "true"
},
"YouTube Desktop": {
"regex": "^https?:\/\/(?:[a-z0-9-]+\\.)*?youtube.com\/watch\\?v=(.*)",
"replacement": "https:\/\/youtube.com\/v\/$1",
"enabled": "true"
},
"Youtube ➔ Invidious": {
"regex": "^https?:\/\/(?:[a-z0-9-]+\\.)*?youtube.com\/(.*)",
"replacement": [
"https:\/\/yewtu.be\/$1",
"https:\/\/farside.link\/invidious\/$1"
],
"enabled": "true"
},
"Google Translate": {
"regex": "^https?:\/\/(?!([a-z0-9-]+\\.)?(google\\.com|translate\\.goog|.*\\.us$))",
"replacement": "https:\/\/translate.google.com\/translate?sl=auto&tl=en&hl=en&u=$0",
"enabled": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment