mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Browser: Add FrogFind search engine
FrogFind is a search engine for very old computers and can be loaded and rendered correctly by Serenity Browser :^)
This commit is contained in:
parent
cd9be1733c
commit
6a12420d9d
1 changed files with 1 additions and 0 deletions
|
@ -441,6 +441,7 @@ Tab::Tab(Type type)
|
||||||
// FIXME: Support adding custom search engines
|
// FIXME: Support adding custom search engines
|
||||||
add_search_engine("Bing", "https://www.bing.com/search?q={}");
|
add_search_engine("Bing", "https://www.bing.com/search?q={}");
|
||||||
add_search_engine("DuckDuckGo", "https://duckduckgo.com/?q={}");
|
add_search_engine("DuckDuckGo", "https://duckduckgo.com/?q={}");
|
||||||
|
add_search_engine("FrogFind", "http://frogfind.com/?q={}");
|
||||||
add_search_engine("GitHub", "https://github.com/search?q={}");
|
add_search_engine("GitHub", "https://github.com/search?q={}");
|
||||||
add_search_engine("Google", "https://google.com/search?q={}");
|
add_search_engine("Google", "https://google.com/search?q={}");
|
||||||
add_search_engine("Yandex", "https://yandex.com/search/?text={}");
|
add_search_engine("Yandex", "https://yandex.com/search/?text={}");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue