Add Move YouTube Subtitles Out Of The Way as a Workflow TIL

This commit is contained in:
jbranchaud
2026-07-31 23:40:54 -05:00
parent 1a0b02168e
commit 64b464c931
2 changed files with 19 additions and 1 deletions
@@ -0,0 +1,17 @@
# Move YouTube Subtitles Out Of The Way
The thing about following along to any kind of programming tutorial on YouTube
is that current thing being typed, whether into the terminal or an editor, is
eventually going to be toward the bottom of the screen. If subtitles are
enabled, which they mostly are now that they can be auto-transcribed, then they
will appear on top of text being typed.
It's nice having the subtitles, but not if they are constantly covering up the
current focal point of the video -- the latest line of code or command being
typed out.
YouTube's web player allows you to grab and drag the subtitles anywhere within
the player. So, once they start being in the way, you can drag them up to the
top of the screen and continue to follow along.
[source](https://bsky.app/profile/jbranchaud.bsky.social/post/3mrjd5xktqs2r)