mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibWebView: Add Wikipedia to builtin search engines list
This commit is contained in:
parent
239b9d8662
commit
9e976dfeac
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/theonlyasdk Commit: https://github.com/SerenityOS/serenity/commit/9e976dfeac Pull-request: https://github.com/SerenityOS/serenity/pull/24266
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ static constexpr auto builtin_search_engines = Array {
|
|||
SearchEngine { "GitHub"sv, "https://github.com/search?q={}"sv },
|
||||
SearchEngine { "Google"sv, "https://www.google.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 },
|
||||
SearchEngine { "Yahoo"sv, "https://search.yahoo.com/search?p={}"sv },
|
||||
SearchEngine { "Yandex"sv, "https://yandex.com/search/?text={}"sv },
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue