Skip to content

Commit

Permalink
Add startpage search engine (deepjyoti30#44)
Browse files Browse the repository at this point in the history
* Added Startpage as search engine

* Added more engines

* Removed non-search engines
  • Loading branch information
clementpoiret authored Mar 5, 2022
1 parent 84abc14 commit 742e740
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ searchEngines = {
"DuckDuckGo": "https://duckduckgo.com/?q=",
"Bing": "https://www.bing.com/search?q=",
"Yahoo": "https://search.yahoo.com/search?p=",
"Ecosia": "https://www.ecosia.org/search?q="
"Ecosia": "https://www.ecosia.org/search?q=",
"Startpage": "https://startpage.com/do/search?query=",
"Yandex": "https://yandex.com/search/?text=",
"Qwant": "https://www.qwant.com/?q=",
"Baidu": "https://www.baidu.com/s?wd="
}
validWeatherUnit = [
"fah", "cel"
Expand Down

0 comments on commit 742e740

Please sign in to comment.