search

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

commit 2a485035d9337f59f427390456b8ec4b840b18c7
parent 175739464b5239573642abde71d51e49a064df40
Author: Alisa Lain <60989682+silyneko@users.noreply.github.com>
Date:   Wed, 20 Aug 2025 06:56:28 +0300

Update custom.js
Diffstat:
Mpublic/js/bangs/custom.js | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/public/js/bangs/custom.js b/public/js/bangs/custom.js @@ -21,5 +21,10 @@ bangs = [].concat([ d: "www.discordapp.com/channels/@me", b: "cord", u: "https://www.discordapp.com/channels/@me" - } + }, + { + d: "google.com", + b: "g", + u: "https://google.com/search/?udm=14&q={{{s}}}", + }, ], bangs);