From 784c1db0c101a7b21b21db82c5edaa338d492066 Mon Sep 17 00:00:00 2001 From: Michael C Date: Thu, 13 Oct 2022 00:55:55 -0400 Subject: add YT Music progress bar selector --- src/content.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content.ts b/src/content.ts index 8f75954f..761307a1 100644 --- a/src/content.ts +++ b/src/content.ts @@ -499,6 +499,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 } ]; -- cgit v1.2.3