From 58961825d06ec7e7c5bb2746c3e62902cfd72ea4 Mon Sep 17 00:00:00 2001 From: M1n <54779580+M1n-74316D65@users.noreply.github.com> Date: Thu, 18 Jul 2024 05:11:22 +0200 Subject: [PATCH] feat: :sparkles: open links in same tab --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 6b48ada..f608e9f 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ commandPathDelimiter: '/', commandSearchDelimiter: ' ', defaultSearchTemplate: 'https://search.brave.com/search?q={}', - openLinksInNewTab: true, + openLinksInNewTab: false, suggestionLimit: 4, };