From a579c3a50a98570bdf455e139fe4d77883205491 Mon Sep 17 00:00:00 2001 From: hello Date: Fri, 28 Feb 2025 02:37:38 +0530 Subject: [PATCH] added deployments --- src/main.ts | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) 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;