Skip to content

Instantly share code, notes, and snippets.

@FWeinb
Created July 26, 2013 13:27
Show Gist options
  • Save FWeinb/6088835 to your computer and use it in GitHub Desktop.
Save FWeinb/6088835 to your computer and use it in GitHub Desktop.
Open Youtube video (only) in new window.
window.open('http://www.youtube.com/embed/'+location.search.replace(/(\?|)v=([^&]*)/, '$2')+'?rel=0');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment