mothra: "d": use lite version, disable redirect
This commit is contained in:
parent
2aba7615af
commit
5ac3fa0257
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue