From 7b91767e7604ab2f3288f532b6ae17398d1f7433 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 13 Sep 2018 22:47:45 -0700 Subject: [PATCH] content updates --- README.md | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c543113..f09c3f0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Inspired by [/r/startpages](https://www.reddit.com/r/startpages)—the idea is t To go to a site, enter the corresponding key. To view the available sites and their keys, press `?`. If your input doesn't match any of the commands, a generic Google search will be triggered. For example: * Entering `r` would redirect you to [www.reddit.com](https://www.reddit.com). -* Entering `t` would redirect you to [twitter.com](https://twitter.com). +* Entering `t` would redirect you to [twitch.tv](https://www.twitch.tv). * Entering `cats` would search [Google for cats](https://encrypted.google.com/search?q=cats). On mobile, you can click the clock to focus the search input. diff --git a/index.html b/index.html index 8bfca34..78f2a82 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,8 @@ ['Lurk', 'Unsplash', 'u', 'https://unsplash.com/new', '/search/{}', '#000'], ['Listen', 'Hypem', 'h', 'https://hypem.com/popular', '/search/{}', '#83c441'], ['Listen', 'Line Radio', 'l', 'https://linerad.io', '/#{}', '#39CCCC'], - ['Listen', 'Play Music', 'm', 'https://play.google.com/music/listen#/all', '/music/listen#/sr/{}', '#FF4C20'], ['Listen', 'SoundCloud', 's', 'https://soundcloud.com/discover', '/search?q={}', '#ff8800'], + ['Listen', 'YouTube Music', 'm', 'https://music.youtube.com', '/search?q=', '#FF0004'], ['Watch', 'Netflix', 'n', 'https://www.netflix.com/browse', '/search?q={}', '#e50914'], ['Watch', 'Twitch', 't', 'https://www.twitch.tv/directory/following', null, '#6441a5'], ['Watch', 'YouTube', 'y', 'https://youtube.com/feed/subscriptions', '/results?search_query={}', '#cd201f'],