firefox: break search engine into sections

This commit is contained in:
Primrose 2025-05-30 15:02:26 +02:00
parent a1fea8473f
commit 467f7fec42
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -32,6 +32,7 @@ in {
+ mkGlFlag "fr" + mkGlFlag "fr"
+ mkHlFlag "fr"; + mkHlFlag "fr";
in [ in [
# Google and its evil empire™
{ {
Name = "Google Customized"; Name = "Google Customized";
Alias = "G"; Alias = "G";
@ -47,6 +48,8 @@ in {
SuggestURLTemplate = withGoogleFlags "http://suggestqueries.google.com/complete/search?q={searchTerms}&ds=yt"; SuggestURLTemplate = withGoogleFlags "http://suggestqueries.google.com/complete/search?q={searchTerms}&ds=yt";
URLTemplate = withGoogleFlags "https://www.youtube.com/results?search_query={searchTerms}"; URLTemplate = withGoogleFlags "https://www.youtube.com/results?search_query={searchTerms}";
} }
# Forges
{ {
Name = "GitHub"; Name = "GitHub";
Alias = "ggh"; Alias = "ggh";