feat: add i.redd.it to reddit targets
Add "i.redd.it" to list of urls to redirect for Reddit. Although the redirect works, the link should be invalid because it still needs an "img" path prefix.
This commit is contained in:
parent
a76ea4f66e
commit
0799b93000
|
@ -3,6 +3,7 @@ const targets = [
|
|||
"np.reddit.com",
|
||||
"new.reddit.com",
|
||||
"amp.reddit.com",
|
||||
"i.redd.it",
|
||||
];
|
||||
const redirects = [
|
||||
// libreddit: privacy w/ modern UI
|
||||
|
|
Loading…
Reference in New Issue