Skip to content

Option to open videos in a custom web view window to override CSS #5

Description

@agentcooper

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.

Screenshot 2022-06-21 at 13 48 00

Screenshot 2022-06-21 at 13 49 54

These can be blocked with:

.ytp-pause-overlay {
  display: none !important;
}

.videowall-endscreen {
  display: none !important;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions