feat: declare unduck with firefox
This commit is contained in:
parent
f1fd11964d
commit
efe75fe3b6
1 changed files with 11 additions and 0 deletions
|
|
@ -19,6 +19,17 @@
|
|||
darkreader
|
||||
youtube-shorts-block
|
||||
];
|
||||
search.engines = {
|
||||
"Unduck" = {
|
||||
urls = [{
|
||||
template = "https://unduck.link";
|
||||
params = [ { name = "q"; value = "{searchTerms}"; } ];
|
||||
}];
|
||||
definedAliases = ["@un"];
|
||||
};
|
||||
};
|
||||
search.default = "Unduck";
|
||||
search.force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue