blob: e8e0bfa59b8616efde16c7e3e0acca915278f66d (
plain)
1
2
3
4
5
6
7
8
9
10
|
Title: Fix DuckDuckGo search links
Author: rodarima
Created: Sun, 17 Dec 2023 19:15:33 +0000
State: closed
The DuckDuckGo service that redirects the links from the search page is returning a broken page for non-javascript browsers. They have a meta refresh tag in the body, instead of in the head.
Adding the kd=-1 argument causes the DuckDuckGo search results to point directly to the target page avoiding the redirection.
Fixes: #8
|