Update content.js

This commit is contained in:
Official Noob
2020-01-01 14:04:18 +00:00
committed by GitHub
parent 46c3187c89
commit 4ebdcf1cc5

View File

@@ -65,6 +65,10 @@ var sponsorTimesSubmitting = [];
//this is used to close the popup on YouTube when the other popup opens
var popupInitialised = false;
if (SB.config.dontShowNotice) {
SB.config.dontShowNoticeOld = true;
}
//get messages from the background script and the popup
chrome.runtime.onMessage.addListener(messageListener);