{firefox,zen-browser}: use ddg-lite

This commit is contained in:
Primrose 2025-12-06 00:28:13 +08:00
parent 5a39fe89c5
commit 9fd52db5bb
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 6 additions and 10 deletions

View file

@ -29,13 +29,11 @@ in
"eBay" "eBay"
"Perplexity" "Perplexity"
]; ];
Default = "Brave"; Default = "DuckDuckGo Lite";
Add = [ Add = [
{ {
Name = "Brave"; Name = "DuckDuckGo Lite";
Alias = "@br"; URLTemplate = "https://lite.duckduckgo.com/lite/search?q={searchTerms}";
URLTemplate = "https://search.brave.com/search?&summary=0&q={searchTerms}&source=web";
SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}";
} }
]; ];
}; };

View file

@ -29,13 +29,11 @@ in
"eBay" "eBay"
"Perplexity" "Perplexity"
]; ];
Default = "Brave"; Default = "DuckDuckGo Lite";
Add = [ Add = [
{ {
Name = "Brave"; Name = "DuckDuckGo Lite";
Alias = "@br"; URLTemplate = "https://lite.duckduckgo.com/lite/search?q={searchTerms}";
URLTemplate = "https://search.brave.com/search?&summary=0&q={searchTerms}&source=web";
SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}";
} }
]; ];
}; };