From c3d4914f5780d6291f8e1b1fb4bd0d24b6b597cd Mon Sep 17 00:00:00 2001 From: Michael C Date: Thu, 27 Oct 2022 03:09:35 -0400 Subject: [PATCH] add selector for piped --- src/content.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/content.ts b/src/content.ts index 688b3100..f58c0ebb 100644 --- a/src/content.ts +++ b/src/content.ts @@ -526,6 +526,9 @@ function createPreviewBar(): void { // For Youtube Music // there are two sliders, one for volume and one for progress - both called #progressContainer selector: "#progress-bar>#sliderContainer>div>#sliderBar>#progressContainer", + }, { + // For piped + selector: ".shaka-ad-markers", isVisibleCheck: false } ];