Skip to content

Instantly share code, notes, and snippets.

@timrwood
Last active December 21, 2015 19:39
Show Gist options
  • Save timrwood/6356229 to your computer and use it in GitHub Desktop.
Save timrwood/6356229 to your computer and use it in GitHub Desktop.
Youtube + Vimeo Popup Bookmarklett
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