Update
Added a new page in new tab "Online Shopping". Added the ability to pull the filtering lists from diamondcreeper.org web filtering. Added malicious domain blocking. Fixed the tiktok DRM site block. Added some more links in new tab page.
This commit is contained in:
parent
f03e0e3bf5
commit
9a8659a7d9
3 changed files with 28435 additions and 28378 deletions
WebBrowser
|
@ -198,7 +198,7 @@ namespace XeroBrowser
|
|||
}
|
||||
else
|
||||
{
|
||||
chromiumWebBrowser1.Load("https://www.duckduckgo.com/?q=" + txtSearchOrUrl.Text.Trim().Replace(" ", "+") + "&kp=1&va=k&t=hz&ia=web");
|
||||
chromiumWebBrowser1.Load("https://www.duckduckgo.com/?q=" + txtSearchOrUrl.Text.Trim().Replace(" ", "+"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue