vanadium: firefox genius search enngine

This commit is contained in:
Primrose 2025-06-21 00:59:21 +02:00
parent e31be180c2
commit 5ea3488e35
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -45,14 +45,6 @@ in {
hl = hlValues; hl = hlValues;
} }
++ [ ++ [
{
Name = "YouTube";
Alias = "yt";
IconURL = "https://youtube.com/favicon.ico";
SuggestURLTemplate = "http://suggestqueries.google.com/complete/search?q={searchTerms}&ds=yt";
URLTemplate = "https://www.youtube.com/results?search_query={searchTerms}";
}
# Forges # Forges
{ {
Name = "GitHub"; Name = "GitHub";
@ -111,6 +103,21 @@ in {
IconURL = "https://frame.work/favicon.ico"; IconURL = "https://frame.work/favicon.ico";
URLTemplate = "https://community.frame.work/search?q={searchTerms}"; URLTemplate = "https://community.frame.work/search?q={searchTerms}";
} }
# Misc
{
Name = "YouTube";
Alias = "yt";
IconURL = "https://youtube.com/favicon.ico";
SuggestURLTemplate = "http://suggestqueries.google.com/complete/search?q={searchTerms}&ds=yt";
URLTemplate = "https://www.youtube.com/results?search_query={searchTerms}";
}
{
Name = "Genius";
Alias = "geni";
IconURL = "https://genius.com/favicon.ico";
URLTemplate = "https://genius.com/search?q={searchTerms}";
}
]; ];
}; };
}; };