Bypassed searchbyimage for google #91
This commit is contained in:
parent
b1bd8544ac
commit
d660d86fa6
|
@ -3,7 +3,7 @@ window.browser = window.browser || window.chrome;
|
||||||
import commonHelper from './common.js'
|
import commonHelper from './common.js'
|
||||||
|
|
||||||
const targets = [
|
const targets = [
|
||||||
/^https?:\/\/(www\.|maps\.|search\.|)google\.com(\...|)(\/search\?..*|\/$)/,
|
/^https?:\/\/(www\.|maps\.|search\.|)google\.com(\...|)(\/search\?q=..*|\/$)/,
|
||||||
/^https?:\/\/libredirect\.onion/
|
/^https?:\/\/libredirect\.onion/
|
||||||
// /^https?:\/\/yandex\.com(\...|)(\/search\/..*|\/$)/,
|
// /^https?:\/\/yandex\.com(\...|)(\/search\/..*|\/$)/,
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue