Skip to content

Commit

Permalink
Fix Google search by adding gbv=1 param
Browse files Browse the repository at this point in the history
If not given, it will cause any search attempt to go to a redirect page,
which forces the user to click a small link to go to another search with
the gbv=1 param set (along with other tracking parameters). Providing it
from the start avoids the hassle.
  • Loading branch information
rodarima committed Sep 11, 2024
1 parent cd8c8cd commit 4f30333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dillorc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ search_url="dd DuckDuckGo (https) https://duckduckgo.com/lite/?kp=-1&kd=-1&q=%s"
search_url="Wikipedia http://www.wikipedia.org/w/index.php?search=%s&go=Go"
search_url="Free Dictionary http://www.thefreedictionary.com/%s"
search_url="Startpage (https) https://www.startpage.com/do/search?query=%s"
search_url="Google https://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s"
search_url="Google https://www.google.com/search?ie=UTF-8&oe=UTF-8&gbv=1&q=%s"

# If set, dillo will ask web servers to send pages in this language.
# This setting does NOT change dillo's user interface.
Expand Down

0 comments on commit 4f30333

Please sign in to comment.