From cc89f1bbd181b555324ccccb43bab833b8743658 Mon Sep 17 00:00:00 2001 From: Theo Browne Date: Fri, 14 Feb 2025 22:31:14 -0800 Subject: [PATCH] handle numbers too --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9c2b887..1a49c7f 100644 --- a/src/main.ts +++ b/src/main.ts @@ -56,7 +56,7 @@ function getBangredirectUrl() { const selectedBang = bangs.find((b) => b.t === bangCandidate) ?? defaultBang; // Remove the first bang from the query - const cleanQuery = query.replace(/![a-z]+\s*/i, "").trim(); + const cleanQuery = query.replace(/![a-z0-9]+\s*/i, "").trim(); // Format of the url is: // https://www.google.com/search?q={{{s}}}