mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
Moved registration removal to a util function.
This commit is contained in:
1
popup.js
1
popup.js
@@ -231,7 +231,6 @@ async function runThePopup() {
|
||||
}
|
||||
|
||||
//load video times for this video
|
||||
console.log( SB.config.sponsorTimes.set)
|
||||
setTimeout(()=> console.log( SB.config.sponsorTimes.set), 200 )
|
||||
let sponsorTimesStorage = SB.config.sponsorTimes.get(currentVideoID);
|
||||
if (sponsorTimesStorage != undefined && sponsorTimesStorage.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user