summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra
diff options
context:
space:
mode:
authorSigrid <ftrvxmtrx@gmail.com>2021-03-02 08:41:02 +0100
committerSigrid <ftrvxmtrx@gmail.com>2021-03-02 08:41:02 +0100
commit5ac3fa0257fcede4aa80d31e50551ed14ca9d997 (patch)
tree95ca5fcc9e9e3237dc379939f3058f9a0edcca62 /sys/src/cmd/mothra
parent2aba7615afdabfdef8e02d162ffee2ecdf3e39e9 (diff)
mothra: "d": use lite version, disable redirect
Diffstat (limited to 'sys/src/cmd/mothra')
-rw-r--r--sys/src/cmd/mothra/mothra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/mothra.c b/sys/src/cmd/mothra/mothra.c
index 09a50329c..291272c4c 100644
--- a/sys/src/cmd/mothra/mothra.c
+++ b/sys/src/cmd/mothra/mothra.c
@@ -678,7 +678,7 @@ void docmd(Panel *p, char *s){
case 'd':
s = arg(s);
if(*s){
- s = smprint("https://duckduckgo.com/html/?q=%U", s);
+ s = smprint("https://lite.duckduckgo.com/lite/?q=%U&kd=-1", s);
if(s != nil)
geturl(s, -1, 0, 0);
free(s);