Skip to content

Instantly share code, notes, and snippets.

@joebasurto
Created July 2, 2019 02:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joebasurto/45a7ed818e19a6d076a762ae42812d07 to your computer and use it in GitHub Desktop.
Save joebasurto/45a7ed818e19a6d076a762ae42812d07 to your computer and use it in GitHub Desktop.
YouTube Autoplay Fix (Chrome)
<script>
jQuery("video-iframe")[0].src += "&autoplay=1";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment