Skip to content

Instantly share code, notes, and snippets.

@jdeagle
Forked from timrwood/popup.txt
Created August 27, 2013 18:28
Show Gist options
  • Save jdeagle/6357201 to your computer and use it in GitHub Desktop.
Save jdeagle/6357201 to your computer and use it in GitHub Desktop.
javascript:!function(){var h=location.href,y=h.match(/(youtu.be\/|v\/|u\/\w\/|embed\/|v=)([^#\&\? ]*).*/),v=h.match(/(vimeo.com\/)([^#\&\? ]*)/);y=y&&'http://www.youtube.com/watch_popup/?v='+y[2];v=v&&'http://player.vimeo.com/video/'+v[2];window.open(y||v,"_blank","height=345,width=560");}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment