From 3b46e6e127777cc03f0896a141332b1d9edea6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Fri, 16 Feb 2024 14:56:04 +0100 Subject: [PATCH] Add 1337x, remove always new tab --- index.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d88405d..d014f19 100644 --- a/index.html +++ b/index.html @@ -33,8 +33,8 @@ commandPathDelimiter: '/', commandSearchDelimiter: ' ', defaultSearchTemplate: 'https://www.google.com/search?q={}', - openLinksInNewTab: true, - suggestionLimit: 4, + openLinksInNewTab: false, + suggestionLimit: 10, }; const COMMANDS = new Map([ @@ -43,6 +43,14 @@ ['g', { name: 'GitLab', url: 'https://gitlab.com/sumarac' }], ['k', { name: 'Keep', url: 'https://keep.google.com' }], ['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }], + [ + 'x', + { + name: '1337x', + url: 'https://1337x.to', + searchTemplate: '/srch?search={}' + } + ], ['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }], [ 'r',