diff --git a/src/content.ts b/src/content.ts index b74c9d11..6b87ddd9 100644 --- a/src/content.ts +++ b/src/content.ts @@ -508,6 +508,11 @@ function createPreviewBar(): void { // For Invidious/VideoJS selector: ".vjs-progress-holder", isVisibleCheck: false + }, { + // For Youtube Music + // there are two sliders, one for volume and one for progress - both called #progressContainer + selector: "#progress-bar>#sliderContainer>div>#sliderBar>#progressContainer", + isVisibleCheck: false } ];