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