OpenBSD 7.4 is here and its time to upgrade your 7.3 system!
Like everything else, OpenBSD has good documentation about the update process. But here are the steps spelled out.
OpenBSD 7.4 is here and its time to upgrade your 7.3 system!
Like everything else, OpenBSD has good documentation about the update process. But here are the steps spelled out.
If you are getting SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED when connecting to an HTTPS site using Python, create the openssl.conf somewhere with the following content
ChromeOS Photos app supports playing videos with external subtitles, but there are two conditions for that:
.vtt
extension)Once the subtitle file satisfies those conditions, open it with the Photos app and you will have an option to turn on the captions in the menu.
If the subtitle for your video is in the SubRip format (with .srt
extension), you can convert it to .vtt using: http://www.webvtt.org
Disney+ web application disables video popup button for some reason. You can add a bookmark with the following content to enable it back.
javascript:document.querySelectorAll("video").forEach(video =>{video.removeAttribute("disablePictureInPicture");})
Open a video and click on the bookmark, and video popup button for that video is enabled.
This tip was taken from: https://github.com/polywock/removeDisablePiPAttribute