diff options
author | Michael C <[email protected]> | 2022-05-10 20:51:32 -0400 |
---|---|---|
committer | Michael C <[email protected]> | 2022-05-10 20:51:32 -0400 |
commit | 4d4689a19010a599868a86d21ec233bf669d1fb4 (patch) | |
tree | fd527eb59927b58d8c97a5920318736270a07601 | |
parent | 78aaffb8d83408ae215c16996e695e43d51a790a (diff) | |
download | SponsorBlock-4d4689a19010a599868a86d21ec233bf669d1fb4.tar.gz SponsorBlock-4d4689a19010a599868a86d21ec233bf669d1fb4.zip |
add selector for mobile YT chapters #1287
-rw-r--r-- | src/content.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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", |