]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Let's try to use Brave's search
authorSergey Matveev <stargrave@stargrave.org>
Fri, 3 May 2024 08:46:21 +0000 (11:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 3 May 2024 08:46:24 +0000 (11:46 +0300)
DuckDuckGo is too censored and gives full of political shit instead of
my request results.

links/bin/xom
lynx/.lynx_jumps.html

index 57d4f5cd0cf046726ed4a50b0cdfc94ebed7afd8..469dd36ecf262e9690999b5982ab8c374e7db863 100755 (executable)
@@ -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
index 95d897f1ae9eedc01879a126aad63eeaeabb905e..432b8613fa11e476de1bee6cb2ab90f1609a5f91 100644 (file)
@@ -9,7 +9,7 @@
 <dt>pep<dd><a href="https://www.python.org/dev/peps/pep-0%s/">PEP</a></dd>
 <dt>py<dd><a href="https://pypi.org/project/%s/">PyPI</a></dd>
 <dt>rfc<dd><a href="https://datatracker.ietf.org/doc/html/rfc%s">RFC</a></dd>
-<dt>s<dd><a href="https://html.duckduckgo.com/html?q=%s">DuckDuckGo</a></dd>
+<dt>s<dd><a href="https://search.brave.com/search?q=%s">Brave</a></dd>
 <dt>we<dd><a href="https://en.wikipedia.org/wiki/%s">WikiEN</a></dd>
 <dt>wr<dd><a href="https://ru.wikipedia.org/wiki/%s">WikiRU</a></dd>
 </dl>