mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 13:37:04 +03:00
add selector for piped
This commit is contained in:
@@ -526,6 +526,9 @@ function createPreviewBar(): void {
|
|||||||
// For Youtube Music
|
// For Youtube Music
|
||||||
// there are two sliders, one for volume and one for progress - both called #progressContainer
|
// there are two sliders, one for volume and one for progress - both called #progressContainer
|
||||||
selector: "#progress-bar>#sliderContainer>div>#sliderBar>#progressContainer",
|
selector: "#progress-bar>#sliderContainer>div>#sliderBar>#progressContainer",
|
||||||
|
}, {
|
||||||
|
// For piped
|
||||||
|
selector: ".shaka-ad-markers",
|
||||||
isVisibleCheck: false
|
isVisibleCheck: false
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user