firefox: github search engine

This commit is contained in:
Primrose 2025-05-30 14:59:25 +02:00
parent db682de546
commit bcc91b6ba9
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -47,6 +47,13 @@ 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}";
} }
{
Name = "GitHub";
Alias = "ggh";
IconURL = "https://github.com/favicon.ico";
Description = "Your code yum yum";
URLTemplate = "https://github.com/search?q={searchTerms}&type=repositories";
}
{ {
Name = "Codeberg"; Name = "Codeberg";
Alias = "gco"; Alias = "gco";