From aa2f3f26074c56c3d744fdd9b7e8a7fa56209b70 Mon Sep 17 00:00:00 2001 From: andreasrueb Date: Sat, 4 Oct 2025 15:20:09 +0100 Subject: [PATCH] fix google maps bang Google maps changed the path for searching locations. As a european i am required to use this bang a lot as google does not link to maps on their main search anymore. --- src/bang.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bang.ts b/src/bang.ts index 8425bec26..6340c5f49 100644 --- a/src/bang.ts +++ b/src/bang.ts @@ -42540,7 +42540,7 @@ export const bangs = [ s: "Google Maps", sc: "Maps", t: "gm", - u: "https://google.com/maps/place/{{{s}}}", + u: "https://google.com/maps/search/{{{s}}}", }, { c: "Online Services",