aboutsummaryrefslogtreecommitdiff
path: root/14
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /14
Initial versionHEADmain
Diffstat (limited to '14')
-rw-r--r--14/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/14/index.md b/14/index.md
new file mode 100644
index 0000000..e8e0bfa
--- /dev/null
+++ b/14/index.md
@@ -0,0 +1,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 \ No newline at end of file