Firefox: Add Watch search.

This commit is contained in:
Dmitry Voronin 2025-01-09 09:48:35 +03:00
parent 150fa8be4d
commit 6b26038234
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -46,6 +46,7 @@ let
(mkSearchEngine "so" "Stack Overflow" "https://stackoverflow.com/search?tab=votes&q={searchTerms}") (mkSearchEngine "so" "Stack Overflow" "https://stackoverflow.com/search?tab=votes&q={searchTerms}")
(mkSearchEngine "st" "Steam" "https://store.steampowered.com/search/?term={searchTerms}") (mkSearchEngine "st" "Steam" "https://store.steampowered.com/search/?term={searchTerms}")
(mkSearchEngine "sx" "SearX" "https://search.voronind.com/search?q={searchTerms}") (mkSearchEngine "sx" "SearX" "https://search.voronind.com/search?q={searchTerms}")
(mkSearchEngine "wa" "Watch" "https://watch.voronind.com/web/#/search.html?query={searchTerms}")
(mkSearchEngine "wp" "Wallpaper" (mkSearchEngine "wp" "Wallpaper"
"https://unsplash.com/s/photos/{searchTerms}?license=free&orientation=landscape" "https://unsplash.com/s/photos/{searchTerms}?license=free&orientation=landscape"
) )