No description
Find a file
2025-03-13 01:06:51 +05:30
public Cleaned up a ton 2025-02-14 22:25:23 -08:00
src added docker config 2025-02-28 03:18:31 +05:30
.dockerignore added docker config 2025-02-28 02:53:28 +05:30
.gitignore init 2025-02-14 21:30:33 -08:00
docker-compose.yml added docker config 2025-02-28 02:53:28 +05:30
Dockerfile added docker config 2025-02-28 02:53:28 +05:30
index.html added deployments 2025-02-28 02:33:09 +05:30
LICENSE Create LICENSE 2025-02-14 22:54:56 -08:00
package.json pwa because why not 2025-02-15 18:03:21 -08:00
pnpm-lock.yaml pwa because why not 2025-02-15 18:03:21 -08:00
README.md Update README.md 2025-03-13 01:06:51 +05:30
tsconfig.json init 2025-02-14 21:30:33 -08:00
vite.config.ts pwa because why not 2025-02-15 18:03:21 -08:00

Unduck

DuckDuckGo's bang redirects are too slow. Add the following URL as a custom search engine to your browser. Enables all of DuckDuckGo's bangs to work, but much faster.

https://unduck.link?q=%s

How is it that much faster?

DuckDuckGo does their redirects server side. Their DNS is...not always great. Result is that it often takes ages.

I solved this by doing all of the work client side. Once you've went to https://unduck.link once, the JS is all cache'd and will never need to be downloaded again. Your device does the redirects, not me.

(the above was written by Theo.)

Changes by Aadit:

  • Removed Theo's analytics tracking.
  • Added Perplexity and Kagi as providers.
  • Made it self hosting ready.