From 9282d406742438d2392cdbb91f11a0f512973df5 Mon Sep 17 00:00:00 2001 From: kodxana Date: Sun, 20 Oct 2019 00:04:24 +0200 Subject: [PATCH] Update background.js --- background.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/background.js b/background.js index 604b905..234c000 100644 --- a/background.js +++ b/background.js @@ -43,9 +43,6 @@ function validateVideo (id) { let url = "https://open.lbry.com/" + title console.log(url) chrome.tabs.update({url: url}); - } else { - chrome.windows.create({'url': 'message.html', 'type': 'popup', height: 200, width:200}); - } });