Great! This script is what I was searching. BTW, I'd like to propose a little enhancement of this script.
Just changing the line "var css" to following enable the scaling of video to any size when you change the size of browser window. I would appreciate if you could update your script.
var css = 'video::-webkit-media-text-track-display {font-size: 50%;}' +
'.rc-VideoItemWithHighlighting {max-width: 2048px;}',
Great! This script is what I was searching. BTW, I'd like to propose a little enhancement of this script.
Just changing the line "var css" to following enable the scaling of video to any size when you change the size of browser window. I would appreciate if you could update your script.