Critiques pour YouTube Tweaks
YouTube Tweaks par Pedro
Avis de vortexvortex
Noté 5 sur 5
par vortexvortex, il y a 6 moisI'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
Réponse du développeur
mis en ligne : il y a 6 moisYouTube 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;
}