mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 13:07:05 +03:00
Made clear times button toggle the video controls if necessary.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user