libredirect/src/config/config.json

611 lines
14 KiB
JSON
Raw Normal View History

2022-09-07 19:05:18 +02:00
{
"networks": {
"clearnet": {
"tld": "org",
"name": "Clearnet"
2022-09-07 19:05:18 +02:00
},
"tor": {
"tld": "onion",
"name": "Tor"
},
"i2p": {
"tld": "i2p",
"name": "I2P"
},
"loki": {
"tld": "loki",
"name": "Lokinet"
}
},
"services": {
"youtube": {
"frontends": {
"invidious": {
"preferences": {
"cookies": ["PREFS"],
"localstorage": ["dark_mode"]
},
"name": "Invidious",
"embeddable": true,
"instanceList": true
},
"piped": {
"preferences": {
"localstorage": [
"bufferGoal",
"comments",
"disableLBRY",
"enabledCodecs",
"hl",
"homepage",
"instance",
"listen",
"minimizeDescription",
"playerAutoPlay",
"proxyLBRY",
"quality",
"region",
"selectedSkip",
"sponsorblock",
"theme",
"volume",
2022-09-30 15:54:56 +02:00
"watchHistory",
"localSubscriptions"
]
},
"name": "Piped",
"embeddable": true,
"instanceList": true
2022-09-07 19:05:18 +02:00
},
"pipedMaterial": {
"preferences": {
"localstorage": ["PREFERENCES"]
},
"name": "Piped-Material",
"embeddable": false,
"instanceList": true
2022-09-07 19:05:18 +02:00
},
"cloudtube": {
"preferences": {
"token": "token",
"fetchEndpoint": "/api/settings",
"setEndpoint": "/settings"
2022-09-18 18:03:54 +02:00
},
"name": "CloudTube",
"embeddable": false,
"instanceList": true
2022-09-07 19:05:18 +02:00
},
"freetube": {
"name": "FreeTube",
"embeddable": false,
"instanceList": false
2022-09-18 18:03:54 +02:00
},
"yattee": {
"name": "Yattee",
"embeddable": false,
"instanceList": false
}
2022-09-07 19:05:18 +02:00
},
"targets": [
"^https?:\\/{2}(?:www\\.|m\\.|)youtube.com(\\/|$)(?!iframe_api\\/|redirect\\/)",
"^https?:\\/{2}img\\.youtube.com\\/vi\\/.*\\/..*",
"^https?:\\/{2}(?:i|s)\\.ytimg.com\\/vi\\/.*\\/..*",
"^https?:\\/{2}(?:www\\.|)youtube.com\\/watch?v=..*",
"^https?:\\/{2}youtu\\.be\\/..*",
"^https?:\\/{2}(?:www\\.|)(youtube|youtube-nocookie)\\.com\\/embed\\/..*"
],
"name": "Youtube",
"options": {
"enabled": true,
"redirectType": "both",
"frontend": "invidious",
"embedFrontend": "invidious"
2022-09-07 19:05:18 +02:00
},
"imageType": "png",
"embeddable": true,
"url": "https://youtube.com"
},
"youtubeMusic": {
"frontends": {
"beatbump": {
"preferences": {
"localstorage": ["settings"],
"indexeddb": "beatbump"
},
"name": "Beatbump",
"instanceList": true
2022-09-18 18:03:54 +02:00
},
"hyperpipe": {
"preferences": {
"localstorage": ["api", "authapi", "codec", "locale", "next", "pipedapi", "quality", "theme", "vol"],
2022-09-27 21:59:25 +02:00
"indexeddb": "hyperpipedb"
},
"name": "Hyperpipe",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": ["^https?:\\/{2}music\\.youtube\\.com(\\/|$)"],
"name": "YT Music",
"options": {
"enabled": true,
"frontend": "beatbump"
2022-09-07 19:05:18 +02:00
},
"imageType": "png",
"embeddable": false,
"url": "https://music.youtube.com"
},
"twitter": {
"frontends": {
"nitter": {
"preferences": {
"cookies": [
"autoplayGifs",
"bidiSupport",
"hideBanner",
"hidePins",
"hideReplies",
"hideTweetStats",
"hlsPlayback",
"infiniteScroll",
"mp4Playback",
"muteVideos",
"proxyVideos",
"replaceInstagram",
"replaceReddit",
"replaceTwitter",
"replaceYouTube",
"squareAvatars",
"theme"
]
2022-09-18 18:03:54 +02:00
},
"name": "Nitter",
"embeddable": true,
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": [
"^https?:\\/{2}(www\\.|mobile\\.|)twitter\\.com(\\/|$)",
"^https?:\\/{2}(pbs\\.|video\\.|)twimg\\.com(\\/|$)",
"^https?:\\/{2}platform\\.twitter\\.com/embed(\\/|$)",
"^https?:\\/{2}t\\.co(\\/|$)"
],
"name": "Twitter",
"options": {
"enabled": true,
"redirectType": "both"
2022-09-07 19:05:18 +02:00
},
"imageType": "png",
"embeddable": true,
"url": "https://twitter.com"
},
"instagram": {
"frontends": {
"bibliogram": {
"preferences": {
"token": "token",
"fetchEndpoint": "/settings.json",
"setEndpoint": "/applysettings"
},
"name": "Bibliogram",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": ["^https?:\\/{2}(www\\.)?instagram\\.com\\/?(p\\/|$)"],
"name": "Instagram",
"options": {
"enabled": true
},
"imageType": "png",
"embeddable": false,
"url": "https://instagram.com"
},
"tiktok": {
"frontends": {
"proxiTok": {
"preferences": {
"cookies": ["api-test_endpoints", "theme"]
},
"name": "ProxiTok",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": ["^https?:\\/{2}(www\\.|)tiktok\\.com(\\/|$)"],
"name": "TikTok",
"options": {
"enabled": true
},
"imageType": "png",
"embeddable": false,
"url": "https://tiktok.com"
},
"reddit": {
"frontends": {
"libreddit": {
"preferences": {
"cookies": ["theme", "front_page", "layout", "wide", "post_sort", "comment_sort", "show_nsfw", "autoplay_videos", "use_hls", "hide_hls_notification", "subscriptions", "filters"]
},
"name": "Libreddit",
"instanceList": true
2022-09-18 18:03:54 +02:00
},
"teddit": {
"preferences": {
"cookies": [
"collapse_child_comments",
"default_comment_sort",
"domain_instagram",
"domain_twitter",
"domain_youtube",
"flairs",
"highlight_controversial",
"nsfw_enabled",
"post_media_max_height",
"prefer_frontpage",
"show_large_gallery_images",
"show_upvoted_percentage",
"show_upvotes",
"subbed_subreddits",
"theme",
"videos_muted"
]
},
"name": "Teddit",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": ["^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/?$)", "^https?:\\/{2}(i|(external-)?preview)\\.redd\\.it"],
"name": "Reddit",
"options": {
"enabled": true,
"frontend": "libreddit"
2022-09-07 19:05:18 +02:00
},
"imageType": "png",
"embeddable": false,
"url": "https://reddit.com"
},
"imgur": {
"frontends": {
"rimgo": {
"name": "rimgo",
"embeddable": true,
"instanceList": true
}
2022-09-18 18:03:54 +02:00
},
"targets": ["^https?:\\/{2}([im]\\.)?(stack\\.)?imgur\\.(com|io)(\\/|$)"],
"name": "Imgur",
"options": {
"enabled": true,
"redirectType": "both"
},
"imageType": "png",
"embeddable": true,
"url": "https://imgur.com"
},
"wikipedia": {
"frontends": {
"wikiless": {
"preferences": {
"cookies": ["theme", "default_lang"]
},
"name": "Wikiless",
"instanceList": true
}
},
"targets": ["^https?:\\/{2}(?:[a-z]+\\.)*wikipedia\\.org(\\/|$)"],
"name": "Wikipedia",
"options": {
"enabled": false
},
"imageType": "svg",
"embeddable": false,
2022-10-03 20:49:12 +02:00
"url": "https://wikipedia.org"
},
"medium": {
"frontends": {
"scribe": {
"name": "Scribe",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": [
"(?:.*\\.)*(?<!(link\\.|cdn\\-images\\-\\d+\\.))medium\\.com(\\/.*)?$",
"^https?:\\/{2}towardsdatascience\\.com(\\/|$)",
"^https?:\\/{2}uxdesign\\.cc(\\/|$)",
"^https?:\\/{2}uxplanet\\.org(\\/|$)",
"^https?:\\/{2}betterprogramming\\.pub(\\/|$)",
"^https?:\\/{2}aninjusticemag\\.com(\\/|$)",
"^https?:\\/{2}betterhumans\\.pub(\\/|$)",
"^https?:\\/{2}psiloveyou\\.xyz(\\/|$)",
"^https?:\\/{2}entrepreneurshandbook\\.co(\\/|$)",
"^https?:\\/{2}blog\\.coinbase\\.com(\\/|$)",
"^https?:\\/{2}levelup\\.gitconnected\\.com(\\/|$)",
"^https?:\\/{2}javascript\\.plainenglish\\.io(\\/|$)",
"^https?:\\/{2}blog\\.bitsrc\\.io(\\/|$)",
"^https?:\\/{2}itnext\\.io(\\/|$)",
"^https?:\\/{2}codeburst\\.io(\\/|$)",
"^https?:\\/{2}infosecwriteups\\.com(\\/|$)",
"^https?:\\/{2}blog\\.devgenius\\.io(\\/|$)",
"^https?:\\/{2}writingcooperative\\.com(\\/|$)"
],
"name": "Medium",
"options": {
"enabled": true
},
"imageType": "svgMono",
"embeddable": false,
"url": "https://medium.com"
},
"quora": {
"frontends": {
"quetre": {
"preferences": {
"localstorage": ["theme"]
2022-09-18 18:03:54 +02:00
},
"name": "Quetre",
"instanceList": true
}
},
"targets": ["^https?:\\/{2}([a-zA-Z0-9-]+\\.)*quora\\.com(\\/|$)"],
"name": "Quora",
"options": {
"enabled": true
},
"imageType": "png",
"embeddable": false,
"url": "https://quora.com"
},
"imdb": {
"frontends": {
"libremdb": {
"preferences": {
"localstorage": ["theme"]
2022-09-18 18:03:54 +02:00
},
"name": "libremdb",
"instanceList": true
}
},
"targets": ["^https?:\\/{2}(?:www\\.|)imdb\\.com\\/title"],
"name": "IMDb",
"options": {
"enabled": true
},
"imageType": "svg",
"embeddable": false,
"url": "https://imdb.com"
},
"reuters": {
"frontends": {
"neuters": {
"name": "Neuters",
"instanceList": true
}
},
"targets": ["^https?:\\/{2}(www\\.|)reuters\\.com(\\/|$)"],
"name": "Reuters",
"options": {
"enabled": false
},
"imageType": "svg",
"embeddable": false,
"url": "https://reuters.com"
},
"fandom": {
"frontends": {
"breezeWiki": {
"name": "BreezeWiki",
"instanceList": true
}
},
"targets": ["^https?:\\/{2}(?:[a-zA-Z0-9-]+\\.)?fandom\\.com(?=\\/wiki|\\/?$)"],
"name": "Fandom",
"options": {
"enabled": true
},
"imageType": "svg",
"embeddable": false,
"url": "https://fandom.com"
},
"peertube": {
"frontends": {
"simpleertube": {
"name": "SimpleerTube",
"instanceList": true
}
},
"targets": "datajson",
"name": "PeerTube",
"options": {
"enabled": false
},
"imageType": "svg",
"embeddable": false,
"url": "https://joinpeertube.org"
},
"lbry": {
"frontends": {
"librarian": {
"preferences": {
"cookies": ["nsfw", "theme"],
"localstorage": ["autoplay", "autoplayNextVid", "collapseComments", "plyr", "sb_categories", "showRelated"]
2022-09-18 18:03:54 +02:00
},
"name": "Librarian",
"embeddable": true,
"instanceList": true
2022-09-07 19:05:18 +02:00
},
"lbryDesktop": {
"name": "LBRY Desktop",
"embeddable": false,
"instanceList": false
}
},
"targets": ["^https?:\\/{2}odysee\\.com(\\/|$)", "^https?:\\/{2}lbry\\.tv(\\/|$)"],
"name": "LBRY",
"options": {
"enabled": true,
"frontend": "librarian",
"redirectType": "both",
"embedFrontend": "librarian"
2022-09-07 19:05:18 +02:00
},
"imageType": "png",
"embeddable": true,
"url": "https://odysee.com"
},
"search": {
"frontends": {
"searx": {
"preferences": {
"cookies": [
"advanced_search",
"autocomplete",
"categories",
"disabled_engines",
"disabled_plugins",
"doi_resolver",
"enabled_engines",
"enabled_plugins",
"image_proxy",
"language",
"locale",
"method",
"oscar-style",
"results_on_new_tab",
"safesearch",
"theme",
"tokens"
]
},
"name": "SearX",
"instanceList": true
},
"searxng": {
"preferences": {
"cookies": [
"autocomplete",
"categories",
"center_alignment",
"disabled_engines",
"disabled_plugins",
"doi_resolver",
"enabled_plugins",
"enabled_engines",
"image_proxy",
"infinite_scroll",
"language",
"locale",
"maintab",
"method",
"query_in_title",
"results_on_new_tab",
"safesearch",
"simple_style",
"theme",
"tokens"
]
2022-09-18 18:03:54 +02:00
},
"name": "SearXNG",
"instanceList": true
2022-09-18 18:03:54 +02:00
},
"whoogle": {
"name": "Whoogle",
"instanceList": true
2022-09-18 18:03:54 +02:00
},
"librex": {
"preferences": {
"cookies": ["bibliogram", "disable_frontends", " disable_special", "invidious", "libreddit", "nitter", "proxitok", "save", "theme", "wikiless"]
},
"name": "LibreX",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": ["^https?:\\/{2}search\\.libredirect\\.invalid"],
"name": "Search",
"options": {
"enabled": true,
"frontend": "searxng"
},
"imageType": "svgMono",
"embeddable": false,
"url": "https://search.libredirect.invalid"
},
"translate": {
"frontends": {
"simplyTranslate": {
"preferences": {
"cookies": ["from_lang", "to_lang", "tts_enabled", "use_text_fields"]
},
"name": "SimplyTranslate",
"instanceList": true
2022-09-18 18:03:54 +02:00
},
"lingva": {
"preferences": {
"localstorage": ["isauto", "source", "target", "chakra-ui-color-mode"]
},
2022-09-30 15:54:56 +02:00
"name": "Lingva Translate",
"instanceList": true
2022-10-04 22:45:39 +02:00
},
"libreTranslate": {
"name": "LibreTranslate",
"instanceList": true
}
2022-09-07 19:05:18 +02:00
},
"targets": ["^https?:\\/{2}translate\\.google(\\.[a-z]{2,3}){1,2}\\/", "^https?:\\/{2}translate\\.libredirect\\.invalid"],
"name": "Translate",
"options": {
"enabled": true,
"frontend": "simplyTranslate"
},
"imageType": "svgMono",
"embeddable": false,
2022-09-30 15:54:56 +02:00
"url": "https://translate.libredirect.invalid"
},
"maps": {
"frontends": {
"facil": {
"name": "FacilMap",
"instanceList": true
2022-09-18 18:03:54 +02:00
},
"osm": {
"name": "OpenStreetMap",
"instanceList": false,
"singleInstance": "https://www.openstreetmap.org"
}
},
"targets": ["^https?:\\/{2}maps\\.libredirect\\.invalid", "^https?:\\/{2}(((www|maps)\\.)?(google\\.).*(\\/maps)|maps\\.(google\\.).*)"],
"name": "Maps",
"options": {
"enabled": true,
"frontend": "osm"
},
"imageType": "svgMono",
"embeddable": false,
2022-09-30 15:54:56 +02:00
"url": "https://maps.libredirect.invalid"
},
2022-10-03 07:44:49 +02:00
"sendFiles": {
"frontends": {
"send": {
"name": "Send",
"instanceList": "true"
}
},
"targets": ["^https?:\\/{2}send\\.libredirect\\.invalid", "^https?:\\/{2}send\\.firefox\\.com\\/?$", "^https?:\\/{2}sendfiles\\.online\\/?$"],
"name": "Send Files",
"options": {
"enabled": true
},
"imageType": "svgMono",
"embeddable": false,
"url": "https://send.libredirect.invalid"
2022-09-07 19:05:18 +02:00
}
2022-09-27 21:59:25 +02:00
},
"blacklist": {
"cloudflare": {
"color": "red"
},
"authenticate": {
"color": "orange"
},
"offline": {
"color": "grey"
}
2022-09-07 19:05:18 +02:00
}
}