mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-09 21:17:20 +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
|
||||
selector: ".vjs-progress-holder",
|
||||
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