mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update sites
This commit is contained in:
parent
1a32ed3494
commit
f03ab1e0cc
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
|
@ -3,11 +3,6 @@
|
|||
<script>
|
||||
const CONFIG = {
|
||||
categories: [
|
||||
{ name: "Learn", commands: [
|
||||
{ key: 'c', name: 'Coursera', url: 'https://www.coursera.org', search: '/courses?query=' },
|
||||
{ key: 'e', name: 'Egghead', url: 'https://egghead.io', search: '/search?q=' },
|
||||
{ key: 'K', name: 'Khan Academy', url: 'https://www.khanacademy.org', search: '/search?page_search_query=' },
|
||||
] },
|
||||
{ name: "Listen", commands: [
|
||||
{ key: 'h', name: 'Hypem', url: 'http://hypem.com', search: '/search/' },
|
||||
{ key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/' },
|
||||
|
|
@ -18,6 +13,11 @@
|
|||
{ key: 'm', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },
|
||||
{ key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text=' },
|
||||
] },
|
||||
{ name: "Social", commands: [
|
||||
{ key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q=' },
|
||||
{ key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' },
|
||||
{ key: 'i', name: 'Instagram', url: 'https://www.instagram.com', search: '/' },
|
||||
] },
|
||||
{ name: "Download", commands: [
|
||||
{ key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/' },
|
||||
{ key: 'Y', name: 'YIFY', url: 'https://yts.ag', search: '/browse-movies/' },
|
||||
|
|
|
|||
Loading…
Reference in a new issue