Update own search engines

This commit is contained in:
Gregory Soutade 2017-01-29 09:24:03 +01:00
parent 0e66e1d384
commit fd7359f02e
1 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,8 @@
'duckduckgo\.com',
'searches\.omiga-plus\.com',
'buenosearch\.com',
'searches\.vi-view\.com'
'searches\.vi-view\.com',
'trouver\.fr'
);
%Own_SearchEnginesHashID = (
@ -20,7 +21,8 @@
'buenosearch\.com', 'Bueno Search',
'searches\.vi-view\.com', 'vi-view',
'www.sfr\.fr\/recherche\/google', 'google',
'duckduckgo\.com', 'DuckDuckGo'
'duckduckgo\.com', 'DuckDuckGo',
'trouver\.fr', 'Trouver'
);
%Own_SearchEnginesKnownUrl=(
@ -33,7 +35,8 @@
'Bueno Search', 'q=',
'vi-view', 'q=',
# Know it's not good
'DuckDuckGo', 'q='
'DuckDuckGo', 'q=',
'Trouver', 'q='
);