Compare commits

...

2 commits

Author SHA1 Message Date
Dmitry Voronin 56aa6bd62a
Firefox: Make 4pda 2-letter alias. 2024-11-10 22:33:56 +03:00
Dmitry Voronin af6bec732a
Firefox: Add ozon search. 2024-11-10 22:33:24 +03:00

View file

@ -20,7 +20,7 @@
];
searchEngines = [
(mkSearchEngine "4pda" "4pda" "https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}")
(mkSearchEngine "4p" "4pda" "https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}")
(mkSearchEngine "aw" "Arch Wiki" "https://wiki.archlinux.org/index.php?search={searchTerms}")
(mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}")
(mkSearchEngine "ghc" "GitHub Code" "https://github.com/search?q={searchTerms}&type=code")
@ -28,6 +28,7 @@
(mkSearchEngine "hm" "Home Manager" "https://home-manager-options.extranix.com/?query={searchTerms}")
(mkSearchEngine "no" "NixOS Options" "https://search.nixos.org/options?query={searchTerms}")
(mkSearchEngine "np" "NixOS Packages" "https://search.nixos.org/packages?query={searchTerms}")
(mkSearchEngine "oz" "Ozon" "https://www.ozon.ru/search?text={searchTerms}")
(mkSearchEngine "re" "Reddit" "https://www.reddit.com/search/?q={searchTerms}")
(mkSearchEngine "rt" "RuTracker" "https://rutracker.org/forum/tracker.php?nm={searchTerms}")
(mkSearchEngine "s" "SearX" "https://search.voronind.com/search?q={searchTerms}")