Skip to content

Commit

Permalink
Added Brave search (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheHolyTachanka committed Nov 26, 2022
1 parent 0c27734 commit 3181708
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ searchEngines = {
"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="
"Baidu": "https://www.baidu.com/s?wd=",
"Brave": "https://search.brave.com/search?q="
}
validWeatherUnit = [
"fah", "cel"
Expand Down Expand Up @@ -585,4 +586,4 @@ function enableCog() {
hideSettings(editor);
}
}
}
}

0 comments on commit 3181708

Please sign in to comment.