mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 03:27:03 +03:00
Typo
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user