Add 1337x, remove always new tab
This commit is contained in:
parent
0fdc08b84b
commit
3b46e6e127
12
index.html
12
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',
|
||||
|
|
Loading…
Reference in a new issue