mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium: firefox genius search enngine
This commit is contained in:
parent
e31be180c2
commit
5ea3488e35
1 changed files with 15 additions and 8 deletions
|
|
@ -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}";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue