search

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 3653707a5cbbc8d83b62989322b35dd6f847f964
parent d3a8157c396ea1334f0a5edb36ab03d602b51dfa
Author: nxuv <60989682+nxuv@users.noreply.github.com>
Date:   Thu, 25 Dec 2025 00:51:21 +0300

Update bang.js
Diffstat:
Mbang.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bang.js b/bang.js @@ -32,7 +32,7 @@ bangs = [].concat([ ], bangs); */ -const LS_DEFAULT_BANG = "g"; // localStorage.getItem("default-bang") ?? "g"; +const LS_DEFAULT_BANG = "ddg"; // localStorage.getItem("default-bang") ?? "g"; const defaultBang = bangs.find((b) => b.b === LS_DEFAULT_BANG); function getBangredirectUrl(req) {