Created
July 26, 2013 13:27
-
-
Save FWeinb/6088835 to your computer and use it in GitHub Desktop.
Open Youtube video (only) in new window.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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