Telik icon indicating copy to clipboard operation
Telik copied to clipboard

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

Open agentcooper opened this issue 2 years ago • 2 comments

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;
}

agentcooper avatar Jun 21 '22 11:06 agentcooper

Is it possible to open the video within a webview in the app itself? Another alternative would be to pass the url to open video a user-specified command to an app like iina '<url>. This would be a quick solution to avoiding opening a web browser.

jacksongoode avatar Nov 01 '23 07:11 jacksongoode

@jacksongoode Web view option is not available yet. However you can already use a custom URL to open in IINA, see https://github.com/agentcooper/Telik/issues/7#issuecomment-1649468744.

agentcooper avatar Nov 02 '23 07:11 agentcooper