diff --git a/README.md b/README.md index 5bdb01c26..d0d47a85b 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,24 @@ 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. + +## Browser Setup + +To use Unduck, you need to set it as your default search engine in your browser. Use the following URL as your search +engine: + +``` +https://unduck.link?q=%s +``` + +For specific browser configuration instructions, refer to these guides: + +- **Chrome**: [Set default search engine and site search shortcuts](https://support.google.com/chrome/answer/95426) +- **Firefox**: [Change your default search settings in Firefox](https://support.mozilla.org/en-US/kb/change-your-default-search-settings-firefox) +- **Edge**: [Change your default search engine in Microsoft Edge](https://support.microsoft.com/en-us/microsoft-edge/change-your-default-search-engine-in-microsoft-edge-cccaf51c-a4df-a43e-8036-d4d2c527a791) +- **Brave**: [How do I set my default search engine?](https://support.brave.com/hc/en-us/articles/360017479752-How-do-I-set-my-default-search-engine)