Added
-  New stuff in new tab.

Changed
- Default search engine is now DuckDuckGo.
- CSS on new tab was updated.
- Updated the twitter link on the new tab page to say X.
This commit is contained in:
Diamond Creeper 2024-04-11 22:00:57 +12:00
parent b6043fc1e1
commit 7d6b3b5144
6 changed files with 35064 additions and 708 deletions
WebBrowser

View file

@ -243,7 +243,7 @@ namespace XeroBrowser
}
else
{
chromiumWebBrowser1.Load("https://www.google.com/search?q=" + txtSearchOrUrl.Text.Trim().Replace(" ", "+") + "&sourceid=chrome&ie=UTF-8");
chromiumWebBrowser1.Load("https://www.duckduckgo.com/?q=" + txtSearchOrUrl.Text.Trim().Replace(" ", "+") + "&kp=1&va=k&t=hz&ia=web");
}
}
}