From 7c6d4a2f12a1f39d56745cf432313499be5afc67 Mon Sep 17 00:00:00 2001 From: hanyd Date: Sun, 10 Nov 2024 21:31:17 +0800 Subject: [PATCH] Fix preview bar getting reset --- src/content.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content.ts b/src/content.ts index 7cbb095a..f08aebe9 100644 --- a/src/content.ts +++ b/src/content.ts @@ -501,7 +501,7 @@ function createPreviewBar(): void { const progressElementOptions = [ { // For Desktop Bilibili - selector: ".bpx-player-progress-schedule-wrap", + selector: ".bpx-player-progress", shadowSelector: ".bpx-player-shadow-progress-area", isVisibleCheck: true, },