Added support for reddituploads.com. Changed default sorting to 'new'.
This commit is contained in:
@@ -10,6 +10,10 @@ const hosts = [{
|
||||
method: 'reddit',
|
||||
label: 'reddit',
|
||||
pattern: new urlPattern('http(s)\\://i.redd.it/:id.:ext')
|
||||
}, {
|
||||
method: 'reddit',
|
||||
label: 'reddit',
|
||||
pattern: new urlPattern('https\\://i.reddituploads.com/:id?(fit=:fit)(&h=:height)(&w=:width)(&s=:signature)')
|
||||
}, {
|
||||
method: 'imgurImage',
|
||||
label: 'imgur',
|
||||
|
||||
Reference in New Issue
Block a user