diff options
| -rw-r--r-- | sys/src/cmd/mothra/mothra.c | 2 |
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); |
