nice, but extremely lazily made, fork of unduck!! https://unducking.pages.dev
Find a file
2025-03-03 11:52:33 -03:00
public Cleaned up a ton 2025-02-14 22:25:23 -08:00
src little bangs update 2025-03-03 11:52:33 -03:00
.gitignore downloads bangs directly from ddg 2025-02-19 22:32:15 -03:00
index.html damned be you cors and mozilla this aint gonna work out 2025-02-21 00:39:59 -03:00
LICENSE Create LICENSE 2025-02-14 22:54:56 -08:00
package.json does it build on cloudflare now 2025-03-02 22:54:42 -03:00
pnpm-lock.yaml does it build on cloudflare now 2025-03-02 22:54:42 -03:00
README.md add forked from message since im using codeberg now 2025-02-24 03:50:08 -03:00
tsconfig.json init 2025-02-14 21:30:33 -08:00
vite.config.ts added a lot of stuff. opensearch still doesnt work idk why 2025-02-21 00:05:45 -03:00

FORKED FROM https://github.com/t3dotgg/unduck

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://unducking.pages.dev/?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://unducking.pages.dev once, the JS is all cache'd and will never need to be downloaded again. Your device does the redirects, not me.