diff --git a/background.js b/background.js index 108f1dd..c343b50 100644 --- a/background.js +++ b/background.js @@ -83,7 +83,7 @@ function validateVideo (id) { let title = data.data.videos[id] if (title != null) { - let url = "https://lbry.tv/" + title + let url = "https://lbry.tv/" + title.replace(/^lbry:\/\//, "").replace(/#/g, ":"); chrome.tabs.update({url: url}); } });