diff options
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -114,10 +114,11 @@ # Format: search_url="[<label> ]<url>" # You can enable multiple search_url strings at once and select from among # them at runtime, with the first being the default. -# search_url="DuckDuckGo http://duckduckgo.com/html?kp=-1&q=%s" -# search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" -# search_url="Lycos http://search.lycos.com/?query=%s" -#search_url="http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" +search_url="http://duckduckgo.com/lite/?kp=-1&q=%s" +search_url="Scroogle https://ssl.scroogle.org/cgi-bin/nbbwssl.cgi?Gw=%s" +search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go" +search_url="Free Dictionary http://www.thefreedictionary.com/%s" +search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # If set, dillo will ask web servers to send pages in this language. # This setting does NOT change dillo's user interface. |