mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Merge pull request #1531 from mchangrh/music-progressbar
add YT Music progress bar selector
This commit is contained in:
commit
4b4743f1f7
1 changed files with 5 additions and 0 deletions
|
@ -508,6 +508,11 @@ function createPreviewBar(): void {
|
||||||
// For Invidious/VideoJS
|
// For Invidious/VideoJS
|
||||||
selector: ".vjs-progress-holder",
|
selector: ".vjs-progress-holder",
|
||||||
isVisibleCheck: false
|
isVisibleCheck: false
|
||||||
|
}, {
|
||||||
|
// For Youtube Music
|
||||||
|
// there are two sliders, one for volume and one for progress - both called #progressContainer
|
||||||
|
selector: "#progress-bar>#sliderContainer>div>#sliderBar>#progressContainer",
|
||||||
|
isVisibleCheck: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue