From b630da8a7870d64bfa95373f9dc1fb7551860706 Mon Sep 17 00:00:00 2001 From: Chris Zuber Date: Thu, 25 Oct 2018 15:39:11 -0700 Subject: [PATCH 1/8] Remove default service --- js/background.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/background.js b/js/background.js index f7881b3..c3615ff 100644 --- a/js/background.js +++ b/js/background.js @@ -24,10 +24,9 @@ const ICONS = { disabled: 'icons/subscribe-disabled.svg', }; -async function openFeed({feed, target = 'current', service = 'rss', index = undefined} = {}) { +async function openFeed({feed, target = 'current', service, index = undefined} = {}) { let url = null; const opts = await storage.get(['nextcloudUrl','tinyTinyRssUrl']); - console.info(opts); switch (service) { case 'feedly': From 77a5b24f063a42162816b652b4c26e23a20ea811 Mon Sep 17 00:00:00 2001 From: Chris Zuber Date: Thu, 25 Oct 2018 15:39:47 -0700 Subject: [PATCH 2/8] Remove RSS as subscribe option Firefox is removing this, so I shall as well --- options.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/options.html b/options.html index c0baf33..ffcf446 100644 --- a/options.html +++ b/options.html @@ -25,13 +25,6 @@
Subscribe Using - -
Subscribe Using + +