aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/content.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/content.ts b/src/content.ts
index 4098d8fe..873c52dc 100644
--- a/src/content.ts
+++ b/src/content.ts
@@ -511,6 +511,10 @@ function getPreviewBarAttachElement(): HTMLElement | null {
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
// for miniplayer + hover preview case