Add DuckDuckGo as search engine
This commit is contained in:
parent
914232483f
commit
0bc832f87c
File diff suppressed because one or more lines are too long
|
@ -4,6 +4,7 @@
|
||||||
'windowssearch\.com',
|
'windowssearch\.com',
|
||||||
'qwant\.com',
|
'qwant\.com',
|
||||||
'wow\.com',
|
'wow\.com',
|
||||||
|
'duckduckgo\.com',
|
||||||
'searches\.omiga-plus\.com',
|
'searches\.omiga-plus\.com',
|
||||||
'buenosearch\.com',
|
'buenosearch\.com',
|
||||||
'searches\.vi-view\.com'
|
'searches\.vi-view\.com'
|
||||||
|
@ -18,7 +19,8 @@
|
||||||
'searches\.omiga-plus\.com', 'Omiga-plus',
|
'searches\.omiga-plus\.com', 'Omiga-plus',
|
||||||
'buenosearch\.com', 'Bueno Search',
|
'buenosearch\.com', 'Bueno Search',
|
||||||
'searches\.vi-view\.com', 'vi-view',
|
'searches\.vi-view\.com', 'vi-view',
|
||||||
'www.sfr\.fr\/recherche\/google', 'google'
|
'www.sfr\.fr\/recherche\/google', 'google',
|
||||||
|
'duckduckgo\.com', 'DuckDuckGo'
|
||||||
);
|
);
|
||||||
|
|
||||||
%Own_SearchEnginesKnownUrl=(
|
%Own_SearchEnginesKnownUrl=(
|
||||||
|
@ -29,7 +31,9 @@
|
||||||
'WOW', 'q=',
|
'WOW', 'q=',
|
||||||
'Omiga-plus', 'q=',
|
'Omiga-plus', 'q=',
|
||||||
'Bueno Search', 'q=',
|
'Bueno Search', 'q=',
|
||||||
'vi-view', 'q='
|
'vi-view', 'q=',
|
||||||
|
# Know it's not good
|
||||||
|
'DuckDuckGo', 'q='
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user