From f8a5a6a992b8a9d29fa0ac52ffb6a5e20158529b Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 8 Jul 2016 21:45:10 -0700 Subject: [PATCH] add facebook again --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index fc922e7..b08be64 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ { key: 'a', name: 'Amazon', url: 'https://www.amazon.com', search: '/s/?field-keywords=' }, { key: 'd', name: 'Drive', url: 'https://drive.google.com/drive', search: '/search?q=' }, { key: 'e', name: 'Egghead', url: 'https://egghead.io', search: '/search?q=' }, + { key: 'f', name: 'Facebook', url: 'https://www.facebook.com', search: '/search/top/?q=' }, { key: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' }, { key: 'h', name: 'Hacker News', url: 'https://hn.algolia.com', search: '/?query=' }, { key: 'i', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },