This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
<title>10 Min Video Off</title>
My YouTube Video Player
<script>
// 1. Load the IFrame Player API code asynchronously.
var tag = document.createElement('script');
tag.src = "https://www.youtube.com/iframe_api";
var firstScriptTag = document.getElementsByTagName('script')[0];
firstScriptTag.parentNode.insertBefore(tag, first