A new option should be added to Open videos select in Preferences.
The goal is to allow blocking various distractions like related videos when the video is paused or finished.
It can be achieved with a custom web view window with some injected CSS. An option to modify that CSS should be added to Preferences as well.


These can be blocked with:
.ytp-pause-overlay {
display: none !important;
}
.videowall-endscreen {
display: none !important;
}
A new option should be added to Open videos select in Preferences.
The goal is to allow blocking various distractions like related videos when the video is paused or finished.
It can be achieved with a custom web view window with some injected CSS. An option to modify that CSS should be added to Preferences as well.
These can be blocked with: