Add semantic scholar as a search for firefox
This commit is contained in:
parent
fc32b67d43
commit
85357ce259
|
@ -102,6 +102,19 @@ pkgs: {
|
|||
updateInterval = 7 * 24 * 60 * 60 * 1000; # every week
|
||||
definedAliases = [ "!gh" ];
|
||||
};
|
||||
"Semantic Scholar" = {
|
||||
urls = [
|
||||
{
|
||||
template = "https://www.semanticscholar.org/search";
|
||||
params = [
|
||||
{name = "q"; value = "{searchTerms}";}
|
||||
];
|
||||
}
|
||||
];
|
||||
iconUpdateURL = "https://cdn.semanticscholar.org/445569b6ca9ba36c/img/darkmode/favicon-196x196.png";
|
||||
updateInterval = 7 * 24 * 60 * 60 * 1000; # every week
|
||||
definedAliases = [ "!s2" ];
|
||||
};
|
||||
"Wikipedia (en)".metaData.alias = "!w";
|
||||
"Google".metaData.alias = "!g";
|
||||
"Bing".metaData.hidden = true;
|
||||
|
|
Loading…
Reference in a new issue