From abdba3d4a3a766610776ab47489428695dbdf26e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 3 May 2024 11:46:21 +0300 Subject: [PATCH] Let's try to use Brave's search DuckDuckGo is too censored and gives full of political shit instead of my request results. --- links/bin/xom | 2 +- lynx/.lynx_jumps.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/links/bin/xom b/links/bin/xom index 57d4f5c..469dd36 100755 --- a/links/bin/xom +++ b/links/bin/xom @@ -10,7 +10,7 @@ if [ $# -gt 1 ] ; then pep) url="https://www.python.org/dev/peps/pep-0$@/" ;; py) url="https://pypi.org/project/$@/" ;; rfc) url="https://datatracker.ietf.org/doc/html/rfc$@" ;; - s) url="https://html.duckduckgo.com/html?q=$@" ;; + s) url="https://search.brave.com/search?q=$@" ;; we) url="https://en.wikipedia.org/wiki/$@" ;; wr) url="https://ru.wikipedia.org/wiki/$@" ;; esac diff --git a/lynx/.lynx_jumps.html b/lynx/.lynx_jumps.html index 95d897f..432b861 100644 --- a/lynx/.lynx_jumps.html +++ b/lynx/.lynx_jumps.html @@ -9,7 +9,7 @@
pep
PEP
py
PyPI
rfc
RFC
-
s
DuckDuckGo
+
s
Brave
we
WikiEN
wr
WikiRU
-- 2.48.1