diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index 9de31e95..56c82895 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -390,8 +390,6 @@ class PreviewBar { const chapterBar = document.querySelector(".ytp-chapters-container:not(.sponsorBlockChapterBar)") as HTMLElement; if (!progressBar || !chapterBar) return; - // todo: Can this same mutation observer be reused to import chapters - // maybe not, looks like it has to be imported from the skipping to chapters page const observer = new MutationObserver((mutations) => { const changes: Record = {}; for (const mutation of mutations) {