Fixed maps redirecting to search #95

This commit is contained in:
ManeraKai 2022-03-09 18:56:39 +03:00
parent d660d86fa6
commit 662e6735db
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?:\/\/(www\.|maps\.|search\.|)google\.com(\...|)(\/search\?q=..*|\/$)/,
/^https?:\/\/(www\.|search\.|)google\.com(\...|)(\/search\?q=..*|\/$)/,
/^https?:\/\/libredirect\.onion/
// /^https?:\/\/yandex\.com(\...|)(\/search\/..*|\/$)/,
];