YouTube Tweaks 的评价
YouTube Tweaks 作者: Pedro
vortexvortex 的评价
评分 5 / 5
来自 vortexvortex, 7 个月前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
开发者回应
发布于 7 个月前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;
}