From 4d4689a19010a599868a86d21ec233bf669d1fb4 Mon Sep 17 00:00:00 2001 From: Michael C Date: Tue, 10 May 2022 20:51:32 -0400 Subject: [PATCH] add selector for mobile YT chapters #1287 --- src/content.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content.ts b/src/content.ts index 7b0b1a82..10c44d47 100644 --- a/src/content.ts +++ b/src/content.ts @@ -394,6 +394,8 @@ function createPreviewBar(): void { const progressElementSelectors = [ // For mobile YouTube ".progress-bar-background", + // for new mobile YouTube (#1287) + ".ytm-progress-bar", // For YouTube ".ytp-progress-bar-container", ".no-model.cue-range-markers",