diff --git a/Base/res/html/misc/new-tab.html b/Base/res/html/misc/new-tab.html
index 6dd71bfe7e..90ef593777 100644
--- a/Base/res/html/misc/new-tab.html
+++ b/Base/res/html/misc/new-tab.html
@@ -49,6 +49,7 @@
+
@@ -86,6 +87,9 @@
} else if (searchEngine == "google") {
url = new URL("https://google.com/search");
url.searchParams.set("q", query);
+ } else if (searchEngine == "wiby") {
+ url = new URL("https://wiby.me");
+ url.searchParams.set("q", query);
} else if (searchEngine == "yandex") {
url = new URL("https://yandex.com/search");
url.searchParams.set("text", query);