Fixed maps redirecting to search #95
This commit is contained in:
parent
d660d86fa6
commit
662e6735db
|
@ -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\/..*|\/$)/,
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue