mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 12:37:05 +03:00
Add piped support
- add playerInit listener - made popup container generic for possible piped support - explicitly add css files to web_accessible_resources
This commit is contained in:
@@ -9,6 +9,8 @@ export function getControls(): HTMLElement {
|
||||
".player-controls-top",
|
||||
// Invidious/videojs video element's controls element
|
||||
".vjs-control-bar",
|
||||
// Piped shaka player
|
||||
".shaka-bottom-controls"
|
||||
];
|
||||
|
||||
for (const controlsSelector of controlsSelectors) {
|
||||
|
||||
Reference in New Issue
Block a user