ReplaceGoogleSearch: Fix DuckDuckGo URL (#2895)
This commit is contained in:
parent
492b0cff08
commit
1dc2d92493
|
@ -12,7 +12,7 @@ import { Flex, Menu } from "@webpack/common";
|
||||||
|
|
||||||
const DefaultEngines = {
|
const DefaultEngines = {
|
||||||
Google: "https://www.google.com/search?q=",
|
Google: "https://www.google.com/search?q=",
|
||||||
DuckDuckGo: "https://duckduckgo.com/",
|
DuckDuckGo: "https://duckduckgo.com/?q=",
|
||||||
Brave: "https://search.brave.com/search?q=",
|
Brave: "https://search.brave.com/search?q=",
|
||||||
Bing: "https://www.bing.com/search?q=",
|
Bing: "https://www.bing.com/search?q=",
|
||||||
Yahoo: "https://search.yahoo.com/search?p=",
|
Yahoo: "https://search.yahoo.com/search?p=",
|
||||||
|
|
Loading…
Reference in a new issue