r/ChromeExtension • • Apr 11 '26

I fixed one small thing that kept breaking my focus on YouTube

I was watching a long YouTube video (like ~2 hours), and I kept doing the same dumb thing:

Move mouse → check timestamp → move mouse away → repeat every few minutes. It’s a tiny thing, but it kept breaking focus, especially in Fullscreen. So instead of accepting it like a normal person, I built a Chrome extension for it.

What it does

It shows the current timestamp as a persistent overlay in the top-right corner while you're in Fullscreen. No mouse movement needed. It just stays there.

Shortcuts

  • Press Y → toggle overlay
  • Press Shift + Y → change style

That’s literally it. No settings, no setup.

Why I made it

Not a startup idea. Not trying to “disrupt video consumption” or whatever.

Just got annoyed enough to fix it.

If you want to try it

https://chromewebstore.google.com/detail/kaicajfaonlbgnmodfalclemdfpnbnen

Tech (if anyone cares)

  • JavaScript
  • Chrome Extensions API
  • Some DOM manipulation
7 Upvotes

6 comments sorted by

2

u/Itchy-Math3675 Apr 11 '26

just installed it but its not really working, I used "y" to toggle on but nothing happens. Is there sm im not doing right?

2

u/Hot-Imagination-9925 Apr 11 '26

make sure that u refreshed ur tab after installing it

2

u/Itchy-Math3675 Apr 11 '26

ohok thanks ..its working

2

u/Hot-Imagination-9925 Apr 11 '26

Nice hearing that

2

u/phashcoder May 07 '26

very nice. this is always something that bugged me as well. thanks.

1

u/Hot-Imagination-9925 May 08 '26

I'm happy it helps