]> Sergey Matveev's repositories - dotfiles.git/commitdiff
No Google for a long time master
authorSergey Matveev <stargrave@stargrave.org>
Wed, 17 Sep 2025 18:50:05 +0000 (21:50 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 17 Sep 2025 18:50:05 +0000 (21:50 +0300)
eb/.ebrc
links/bin/xom
lynx/.lynx_jumps.html

index b5c06bbdb3e84345043b8832fa0a2edf30e79fdf..d7c3fb49b4903cc813d0a5e1e665b53be7de6f27 100644 (file)
--- a/eb/.ebrc
+++ b/eb/.ebrc
@@ -51,17 +51,11 @@ plugin{
 }
 
 function+S{
-    b https://html.duckduckgo.com/html?q=~0
+    b https://search.brave.com/search?q=~0
     /Next Page/+1
     z20
 }
 
-function+Sg{
-    b https://www.google.com/search?q=~0
-    /^{h3/
-    z20
-}
-
 function+Soid{
     b https://oidref.com/~0
     /^h1/
index 3c8168c842ec46aaea8dd7391ba8a13c51594de5..139719751919adb18ff73a503c5952b5358bfca4 100755 (executable)
@@ -5,7 +5,6 @@ if [ $# -gt 1 ] ; then
     sel="$1"
     shift
     case "$sel" in
-    gg) url="https://www.google.com/search?q=$@" ;;
     oid) url="https://oidref.com/$@" ;;
     pep) url="https://www.python.org/dev/peps/pep-0$@/" ;;
     py) url="https://pypi.org/project/$@/" ;;
index e6b477ef76b39da992a480cee651314547f7a429..96bd2688f67a40d476acf5e3b5cbfc454c0a7af2 100644 (file)
@@ -4,7 +4,6 @@
 </head>
 <body>
 <dl compact>
-<dt>gg<dd><a href="https://www.google.com/search?q=%s">Google</a></dd>
 <dt>oid<dd><a href="https://oidref.com/%s">OID</a></dd>
 <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>