From 0dbb6474b841e6ad49616f0b28e4a0668fa2e7fe Mon Sep 17 00:00:00 2001 From: Ajay Date: Fri, 24 May 2024 03:20:21 -0400 Subject: Fix preview bar on mobile Fixes #2021 --- src/content.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content.ts b/src/content.ts index 4098d8fe..873c52dc 100644 --- a/src/content.ts +++ b/src/content.ts @@ -510,6 +510,10 @@ function getPreviewBarAttachElement(): HTMLElement | null { // For newer mobile YouTube (Jan 2024) selector: ".YtProgressBarProgressBarLine", isVisibleCheck: true + }, { + // For newer mobile YouTube (May 2024) + selector: ".YtmProgressBarProgressBarLine", + isVisibleCheck: true }, { // For desktop YouTube hover play // Priority is given to the hover play progress bar over the main progress bar -- cgit v1.2.3