diff --git a/manifest/manifest.json b/manifest/manifest.json index 15f019f80..6c8c99f8d 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "6.1.1", + "version": "6.1.2", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app", diff --git a/src/js-components/previewBar.ts b/src/js-components/previewBar.ts index c4ad8a0b1..a90cc73dc 100644 --- a/src/js-components/previewBar.ts +++ b/src/js-components/previewBar.ts @@ -950,7 +950,7 @@ class PreviewBar { chapterButton.disabled = false; } - const chapterTitle = chaptersContainer.querySelector(".ytp-chapter-title-content") as HTMLDivElement; + const chapterTitle = chaptersContainer.querySelector(".ytp-chapter-title-content:not(.sponsorChapterText)") as HTMLDivElement; chapterTitle.style.display = "none"; const chapterCustomText = (chapterTitle.parentElement.querySelector(".sponsorChapterText") || (() => {