Revisiones de YouTube Tweaks
YouTube Tweaks por Pedro
Revisado por vortexvortex
Se valoró con 5 de 5
por vortexvortex, hace 4 mesesI'm not sure if this problem affects everyone, but as of this morning, theater mode is broken; whenever it is enabled, you can no longer pause the video, the controls are all finicky, and the sticky video is transparent when scrolling down. Otherwise, this is the best YouTube add-on after Enhancer for YouTube got abandoned.
edit : CSS quickfix resolves the issue
edit : CSS quickfix resolves the issue
Respuesta del desarrollador
publicado el hace 4 mesesYouTube made a change recently that broke both 'Video focus' and 'Sticky player', but they will be fixed in the next update (currently awaiting approval).
For a quick fix just paste this on 'Custom CSS & Javascript' > 'CSS':
.ytd-watch-flexy {
view-transition-name: none !important;
}
For a quick fix just paste this on 'Custom CSS & Javascript' > 'CSS':
.ytd-watch-flexy {
view-transition-name: none !important;
}