mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
Revert "vanadium: prepend -ai in every query"
This reverts commit 8fade47f8c.
This commit is contained in:
parent
2a321203cb
commit
8de11f3b12
1 changed files with 1 additions and 1 deletions
|
|
@ -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"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue