Skip to content

Instantly share code, notes, and snippets.

@dotspencer
Created March 17, 2016 01:58
Show Gist options
  • Save dotspencer/0689c37606f5a526bce5 to your computer and use it in GitHub Desktop.
Save dotspencer/0689c37606f5a526bce5 to your computer and use it in GitHub Desktop.
Current time of youtube video
ytplayer = document.getElementById("movie_player");
ytplayer.getCurrentTime();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment