Made clear times button toggle the video controls if necessary.

This commit is contained in:
Ajay Ramachandran
2019-07-12 17:45:20 -04:00
parent ac2864a3ef
commit 8e783e8466
3 changed files with 17 additions and 1 deletions

View File

@@ -70,6 +70,10 @@ chrome.runtime.onMessage.addListener( // Detect URL Changes
if (request.message == "showNoticeAgain") {
dontShowNotice = false;
}
if (request.message == "toggleStartSponsorButton") {
toggleStartSponsorButton();
}
});
function sponsorsLookup(id) {