From 9bfec20b05b8c9d89e5e31fb48afeb1f502a8555 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 1 Jul 2016 20:00:45 -0700 Subject: [PATCH] back to google for default search --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fdb7d6c..fc922e7 100644 --- a/index.html +++ b/index.html @@ -27,8 +27,8 @@ ], // if none of the keys are matched, this is triggered - // for Google use: ttps://www.google.com/search?q= - defaultCommand: 'https://duckduckgo.com/?q=', + // for Duck Duck Go use: https://duckduckgo.com/?q= + defaultCommand: 'https://www.google.com/search?q=', // the delimiter between the key and your search query // e.g. to search GitHub for potatoes you'd type "g:potatoes"