From 9553431fe931c6646a9b116339d38221d850c43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Taro?= Date: Mon, 6 Jun 2016 00:30:09 +0200 Subject: [PATCH] Update path to ytchannel.js file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Taro --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index 5207ecbd..8dabe111 100644 --- a/js/background.js +++ b/js/background.js @@ -1344,7 +1344,7 @@ if (!SAFARI) { if (parseUri(tabUrl).hostname === "www.youtube.com" && get_settings().youtube_channel_whitelist && !parseUri.parseSearch(tabUrl).ab_channel) { - chrome.tabs.executeScript(tabId, {file: "ytchannel.js", runAt: "document_start"}); + chrome.tabs.executeScript(tabId, {file: "js/ytchannel.js", runAt: "document_start"}); } }