aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOfficial Noob <[email protected]>2019-01-18 20:20:50 +0000
committerGitHub <[email protected]>2019-01-18 20:20:50 +0000
commitf81365414c82221a12b8f2dc3a58749151cc83c4 (patch)
treeac1f41ad51a421fb88c952ce3a8e72c8b9923cba
parent527c999ed568ee5516fae5c0366b46d4feecd232 (diff)
downloadSponsorBlock-f81365414c82221a12b8f2dc3a58749151cc83c4.tar.gz
SponsorBlock-f81365414c82221a12b8f2dc3a58749151cc83c4.zip
Typoold
-rw-r--r--ContentScript.js2
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);
}
});