Add Wiktionary to firefox

This commit is contained in:
Emi Simpson 2023-12-18 11:05:08 -05:00
parent 3712a34cc0
commit 363090a2e6
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 12 additions and 0 deletions

View File

@ -46,6 +46,18 @@ pkgs: {
updateInterval = 7 * 24 * 60 * 60 * 1000; # every week
definedAliases = [ "!yt" ];
};
"Wiktionary" = {
urls = [{
template = "https://en.wiktionary.org/w/index.php";
params = [
{name = "search"; value = "{searchTerms}";}
{name = "page"; value = "{startPage}";}
];
}];
iconUpdateURL = "https://en.wiktionary.org/static/favicon/wiktionary/en.ico";
updateInterval = 30 * 24 * 60 * 60 * 1000; # every month
definedAliases = [ "!wt" ];
};
"ArchWiki" = {
urls = [{
template = "https://wiki.archlinux.org/index.php";