diff --git a/background.js b/background.js index 0d46f89..604b905 100644 --- a/background.js +++ b/background.js @@ -43,8 +43,10 @@ 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}); } }); -} \ No newline at end of file +}