Merge pull request #153 from somoso/patch-1

Add support for libredd.it
This commit is contained in:
Simon Brazell 2021-01-10 12:04:39 +11:00 committed by GitHub
commit c442c3e74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -111,8 +111,17 @@ const redditDomains = [
];
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
const oldRedditViews = [
"https://teddit.net", // privacy
// teddit: privacy w/ old UI
"https://teddit.net",
"https://teddit.ggc-project.de",
"https://teddit.kavin.rocks",
"https://snew.notabug.io", // anti-censorship
// libreddit: privacy w/ modern UI
"https://libredd.it",
"https://libreddit.spike.codes",
"https://libreddit.kavin.rocks",
"https://libreddit.insanity.wtf",
"https://libreddit.dothq.co",
"https://old.reddit.com", // desktop
"https://i.reddit.com" // mobile
];