Firefox: Add wallpaper search.

This commit is contained in:
Dmitry Voronin 2024-11-23 11:49:23 +03:00
parent 6a387192c7
commit 2e54fedf26
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -35,6 +35,7 @@
(mkSearchEngine "so" "Stack Overflow" "https://stackoverflow.com/search?tab=votes&q={searchTerms}")
(mkSearchEngine "st" "Steam" "https://store.steampowered.com/search/?term={searchTerms}")
(mkSearchEngine "sx" "SearX" "https://search.voronind.com/search?q={searchTerms}")
(mkSearchEngine "wp" "Wallpaper" "https://unsplash.com/s/photos/{searchTerms}?license=free&orientation=landscape")
(mkSearchEngine "yt" "YouTube" "https://yt.voronind.com/search?q={searchTerms}")
];