Smaller Coursera Subtitle

Reduce size of coursera subtitle on high dpi screen

< Feedback on Smaller Coursera Subtitle

Review: Good - script works

§
Posted: 22 Mei 2020

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

Post reply

Sign in to post a reply.