mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 05:27:03 +03:00
Implement support for YouTube TV (tv.youtube.com)
This commit is contained in:
@@ -13,7 +13,9 @@ export function getControls(): HTMLElement {
|
||||
// Piped shaka player
|
||||
".shaka-bottom-controls",
|
||||
// Vorapis v3
|
||||
".html5-player-chrome"
|
||||
".html5-player-chrome",
|
||||
// tv.youtube.com
|
||||
".ypcs-control-buttons-right"
|
||||
];
|
||||
|
||||
for (const controlsSelector of controlsSelectors) {
|
||||
|
||||
Reference in New Issue
Block a user