Adding more exceptions to search #21
This commit is contained in:
parent
40f4bce49c
commit
234716f3ba
|
@ -1,8 +1,7 @@
|
||||||
import commonHelper from './common.js'
|
import commonHelper from './common.js'
|
||||||
|
|
||||||
const targets = [
|
const targets = [
|
||||||
/https:\/\/google\.com/,
|
/https:\/\/(www\.)google\.com\/$/,
|
||||||
/https:\/\/.*\.google\.com/,
|
|
||||||
/https?:\/\/(((www|maps)\.)?(google\.).*(\/search)|search\.(google\.).*)/
|
/https?:\/\/(((www|maps)\.)?(google\.).*(\/search)|search\.(google\.).*)/
|
||||||
];
|
];
|
||||||
let redirects = {
|
let redirects = {
|
||||||
|
|
Loading…
Reference in New Issue