commit 175739464b5239573642abde71d51e49a064df40
parent 3f083fb6242f8b8b3529e0a4a6fd836743b28981
Author: Alisa Lain <60989682+al1-ce@users.noreply.github.com>
Date: Tue, 22 Jul 2025 19:21:44 +0300
Update custom.js
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/public/js/bangs/custom.js b/public/js/bangs/custom.js
@@ -8,18 +8,18 @@ bangs = [].concat([
},
{
// doesnt matter
- d: "https://web.telegram.org/a/",
+ d: "web.telegram.org/a/",
b: "tg",
u: "https://web.telegram.org/a/"
},
{
- d: "https://duckduckgo.com/bangs",
+ d: "duckduckgo.com/bangs",
b: "bangs",
u: "https://duckduckgo.com/bangs?q={{{s}}}"
},
{
- d: "https://www.discordapp.com/channels/@me",
+ d: "www.discordapp.com/channels/@me",
b: "cord",
u: "https://www.discordapp.com/channels/@me"
}
-], bangs);
-\ No newline at end of file
+], bangs);