diff --git a/src/content.ts b/src/content.ts index f06513ce..96c41cab 100644 --- a/src/content.ts +++ b/src/content.ts @@ -241,6 +241,10 @@ function resetValues() { // Reset advert playing flag isAdPlaying = false; + + for (let i = 0; i < skipNotices.length; i++) { + skipNotices.pop().close(); + } } async function videoIDChange(id) {