Skip to content

Commit a3621de

Browse files
committed
Removed google, yandex, bing #345
1 parent 1c1c3cd commit a3621de

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/assets/javascripts/search.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ window.browser = window.browser || window.chrome;
33
import utils from './utils.js'
44

55
const targets = [
6-
/^https?:\/{2}(www\.|search\.|)google(\.[a-z]{2,3}){1,2}(\/search(\?.*|$)|\/$)/,
7-
/^https?:\/{2}(www\.|www2\.|)bing\.com/,
8-
/^https?:\/{2}yandex(\.[a-z]{2,3}){1,2}/,
96
/^https?:\/{2}search\.libredirect\.invalid/,
107
];
118

0 commit comments

Comments
 (0)