mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
firefox: github search engine
This commit is contained in:
parent
db682de546
commit
bcc91b6ba9
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue