search

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

commit cb8f0589e02fb853c49afb936dab5e14ec77ffa1
parent e7f9d2fe087410e48b304c09388d57d8c2749206
Author: Alisa Lain <60989682+al1-ce@users.noreply.github.com>
Date:   Tue, 22 Jul 2025 15:41:13 +0300

add cord and tg bangs

Diffstat:
Mpublic/js/bangs/custom.js | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/public/js/bangs/custom.js b/public/js/bangs/custom.js @@ -6,4 +6,20 @@ bangs = [].concat([ b: "dh", u: "https://html.duckduckgo.com/html/?q={{{s}}}", }, + { + // doesnt matter + d: "https://web.telegram.org/a/", + b: "tg", + u: "https://web.telegram.org/a/" + }, + { + d: "https://duckduckgo.com/bangs", + b: "bangs", + u: "https://duckduckgo.com/bangs?q={{{s}}}" + }, + { + d: "https://www.discordapp.com/channels/@me", + b: "cord", + u: "https://www.discordapp.com/channels/@me" + } ], bangs); \ No newline at end of file