Add support for libredd.it

This commit is contained in:
Soheb 2021-01-05 14:01:21 +00:00 committed by GitHub
parent a075c44938
commit 89d0640bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -110,8 +110,9 @@ const redditDomains = [
];
const redditBypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
const oldRedditViews = [
"https://teddit.net", // privacy
"https://teddit.net", // privacy w/ old UI
"https://snew.notabug.io", // anti-censorship
"https://libredd.it", // privacy w/ modern UI
"https://old.reddit.com", // desktop
"https://i.reddit.com" // mobile
];