Revert "vanadium: prepend -ai in every query"

This reverts commit 8fade47f8c.
This commit is contained in:
Primrose 2025-08-12 09:32:34 +02:00
parent 2a321203cb
commit 8de11f3b12
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -32,7 +32,7 @@ in {
Description = "Your data yum yum (but ${lr'} in ${hl'})"; Description = "Your data yum yum (but ${lr'} in ${hl'})";
IconURL = "https://google.com/favicon.ico"; IconURL = "https://google.com/favicon.ico";
SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}&lr=${lr}&hl=${hl}"; SuggestURLTemplate = "https://suggestqueries.google.com/complete/search?q={searchTerms}&lr=${lr}&hl=${hl}";
URLTemplate = "https://google.com/search?q=-ai+{searchTerms}&lr=${lr}&hl=${hl}"; URLTemplate = "https://google.com/search?q={searchTerms}&lr=${lr}&hl=${hl}";
} }
) { ) {
lr = ["lang_fr" "lang_en" "lang_zh-TW"]; lr = ["lang_fr" "lang_en" "lang_zh-TW"];