diff options
Diffstat (limited to 'src/content.ts')
-rw-r--r-- | src/content.ts | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/content.ts b/src/content.ts index c9e72dcd..74d9c80c 100644 --- a/src/content.ts +++ b/src/content.ts @@ -512,12 +512,8 @@ function handleMobileControlsMutations(): void { function getPreviewBarAttachElement(): HTMLElement | null { const progressElementOptions = [{ - // For new mobile YouTube (#1287) - selector: ".progress-bar-line", - isVisibleCheck: true - }, { - // For newer mobile YouTube (Jan 2024) - selector: ".YtProgressBarProgressBarLine", + // For newer mobile YouTube (Sept 2024) + selector: ".YtChapteredProgressBarHost", isVisibleCheck: true }, { // For newer mobile YouTube (May 2024) |