Youtube Video Controls Manager

Manages the video controls overlay on a youtube video, to prevent it blocking 30-40 pixels on the bottom of the video

Version vom 04.04.2015. Aktuellste Version

Autor
Domination9987
Bewertungen
0 0 0
Version
0.08
Erstellt am
29.03.2015
Letzte Aktualisierung
04.04.2015
Größe
4,4 KB
Lizenz
n/a
Wird angewandt auf

This is a script that manages the video controls overlay on a youtube video (i.e. pause, fast forward, progress bar, etc.) The need for this script is that, previously, on some browsers at various times, the video controls invade the video, cutting off 30-40 pixels from the bottom. This fixes it.

Functionality:

  • Shows the video player controls if the cursor moves within the video area
  • Hides the video player controls if the cursor leaves the video area
  • Hides the video player controls if the cursor does not move within the area for 1 second (interval be changed with timout variable)

Bugs:

  • Having inspect element open breaks cursor functions