Skip to content

Instantly share code, notes, and snippets.

@alex2awesome
Last active December 19, 2015 12:49
Show Gist options
  • Save alex2awesome/5957759 to your computer and use it in GitHub Desktop.
Save alex2awesome/5957759 to your computer and use it in GitHub Desktop.
//so far, this opens a new page and embeds the video in this page.
javascript:
window.open().document.write(
'<iframe id = \"video\" title=\"YouTube video player\" class=\"youtube-player\" type=\"text/html\"' +
'width=\"560 \" height=\"315\" src=\"http://www.youtube.com/embed/
' + location.search.split(/=/)[1] + '\"' +
'frameborder=\"0\" allowFullScreen></iframe>')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment