Add 1337x, remove always new tab

This commit is contained in:
Јован Ђокић-Шумарац 2024-02-16 14:56:04 +01:00
parent 0fdc08b84b
commit 3b46e6e127

View file

@ -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',