We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1c3cd commit a3621deCopy full SHA for a3621de
src/assets/javascripts/search.js
@@ -3,9 +3,6 @@ window.browser = window.browser || window.chrome;
3
import utils from './utils.js'
4
5
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}/,
9
/^https?:\/{2}search\.libredirect\.invalid/,
10
];
11
0 commit comments