Fixed imgur regex #180

This commit is contained in:
ManeraKai 2022-04-10 16:08:16 +03:00
parent ec3089c8bc
commit fd78c090e0
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ window.browser = window.browser || window.chrome;
import commonHelper from './common.js'
const targets = [
/^https?:\/{2}(i|).?imgur\.com(\/.*)?$/
/^https?:\/{2}([im]\.)?imgur\.com(\/|$)/
];
let redirects = {