Firefox: Add DNS shop to search.

This commit is contained in:
Dmitry Voronin 2024-12-23 06:52:46 +03:00
parent d2e5cfb8f2
commit 4bc0b2b0a2
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -26,6 +26,7 @@ let
"https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}" "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 "aw" "Arch Wiki" "https://wiki.archlinux.org/index.php?search={searchTerms}")
(mkSearchEngine "dn" "DNS" "https://www.dns-shop.ru/search/?q={searchTerms}")
(mkSearchEngine "fa" "Font Awesome" "https://fontawesome.com/search?q={searchTerms}&o=r&m=free") (mkSearchEngine "fa" "Font Awesome" "https://fontawesome.com/search?q={searchTerms}&o=r&m=free")
(mkSearchEngine "fb" "Flibusta" "https://flibusta.is/booksearch?ask={searchTerms}") (mkSearchEngine "fb" "Flibusta" "https://flibusta.is/booksearch?ask={searchTerms}")
(mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}") (mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}")