diff --git a/src/main.ts b/src/main.ts index 13ebe48..24890e7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,14 +6,14 @@ function noSearchDefaultPageRender() { app.innerHTML = `
-

Und*ck

+

SearchLock

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.

-
- +
`; @@ -68,7 +70,7 @@ function getBangredirectUrl() { const searchUrl = selectedBang?.u.replace( "{{{s}}}", // Replace %2F with / to fix formats like "!ghr+t3dotgg/unduck" - encodeURIComponent(cleanQuery).replace(/%2F/g, "/") + encodeURIComponent(cleanQuery).replace(/%2F/g, "/"), ); if (!searchUrl) return null;