mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
Merge pull request #1531 from mchangrh/music-progressbar
add YT Music progress bar selector
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user