diff options
author | Official Noob <[email protected]> | 2019-01-18 20:20:50 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2019-01-18 20:20:50 +0000 |
commit | f81365414c82221a12b8f2dc3a58749151cc83c4 (patch) | |
tree | ac1f41ad51a421fb88c952ce3a8e72c8b9923cba | |
parent | 527c999ed568ee5516fae5c0366b46d4feecd232 (diff) | |
download | SponsorBlock-f81365414c82221a12b8f2dc3a58749151cc83c4.tar.gz SponsorBlock-f81365414c82221a12b8f2dc3a58749151cc83c4.zip |
Typoold
-rw-r--r-- | ContentScript.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ContentScript.js b/ContentScript.js index 1ddcde8f..4de796d5 100644 --- a/ContentScript.js +++ b/ContentScript.js @@ -5,7 +5,7 @@ if(id = youtube_parser(document.URL)){ // Direct Links chrome.runtime.onMessage.addListener( // Detect URL Changes function(request, sender, sendResponse) { - if (request.message === 'ytvideoid') { // Message for background script + if (request.message === 'ytvideoid') { // Message from background script SponsorsLookup(request.id); } }); |