mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
LibWebView: Add GoogleScholar search engine to selection menu
This commit is contained in:
parent
1d30d84f41
commit
d6d94ba8cb
Notes:
github-actions[bot]
2024-09-10 09:44:15 +00:00
Author: https://github.com/Peredurz 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/d6d94ba8cb0 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1179 Reviewed-by: https://github.com/AtkinsSJ ✅
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ static constexpr auto builtin_search_engines = Array {
|
|||
SearchEngine { "Ecosia"sv, "https://ecosia.org/search?q={}"sv },
|
||||
SearchEngine { "GitHub"sv, "https://github.com/search?q={}"sv },
|
||||
SearchEngine { "Google"sv, "https://www.google.com/search?q={}"sv },
|
||||
SearchEngine { "GoogleScholar"sv, "https://scholar.google.com/scholar?q={}"sv },
|
||||
SearchEngine { "Kagi"sv, "https://kagi.com/search?q={}"sv },
|
||||
SearchEngine { "Mojeek"sv, "https://www.mojeek.com/search?q={}"sv },
|
||||
SearchEngine { "Wikipedia"sv, "https://en.wikipedia.org/w/index.php?title=Special:Search&search={}"sv },
|
||||
|
|
Loading…
Reference in a new issue