YouTube Tweaks에 대한 리뷰
YouTube Tweaks 제작자: Pedro
vortexvortex 님의 리뷰
5점 만점에 5점
vortexvortex 님, 8달 전I'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
개발자 답글
8달 전에 게시됨YouTube 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;
}