Skip to content

Commit

Permalink
LibWebView: Add GoogleScholar search engine to selection menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Peredurz authored and AtkinsSJ committed Sep 10, 2024
1 parent 1d30d84 commit d6d94ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Userland/Libraries/LibWebView/SearchEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit d6d94ba

Please sign in to comment.