mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update commands
This commit is contained in:
parent
611df84cce
commit
78dbf77530
1 changed files with 2 additions and 20 deletions
22
index.html
22
index.html
|
|
@ -40,24 +40,6 @@
|
|||
search: '/search?q={}',
|
||||
url: 'https://www.google.com',
|
||||
},
|
||||
{
|
||||
key: 'duckduckgo',
|
||||
name: 'DuckDuckGo',
|
||||
search: '/?q={}',
|
||||
url: 'https://duckduckgo.com',
|
||||
},
|
||||
{
|
||||
key: 'ecosia',
|
||||
name: 'Ecosia',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.ecosia.org',
|
||||
},
|
||||
{
|
||||
key: 'bing',
|
||||
name: 'Bing',
|
||||
search: '/search?q={}',
|
||||
url: 'https://www.bing.com',
|
||||
},
|
||||
{
|
||||
category: 'Google',
|
||||
hues: ['217', '197'],
|
||||
|
|
@ -287,7 +269,7 @@
|
|||
key: 'y',
|
||||
name: 'YouTube',
|
||||
search: '/results?search_query={}',
|
||||
url: 'https://youtube.com',
|
||||
url: 'https://youtube.com/feed/subscriptions',
|
||||
},
|
||||
{
|
||||
category: 'Watch',
|
||||
|
|
@ -342,7 +324,7 @@
|
|||
m: ['m/mail/u/1', 'm/mail/u/2'],
|
||||
r: ['r/hot', 'r/new', 'r/top', 'r/r/startpages'],
|
||||
s: ['s/client/T7K3RFA1M', 's/client/T018S4TL7CP'],
|
||||
y: ['y/feed/subscriptions', 'y/feed/trending'],
|
||||
y: ['y/feed/trending'],
|
||||
},
|
||||
|
||||
// The order, limit and minimum characters for each suggestion influencer.
|
||||
|
|
|
|||
Loading…
Reference in a new issue