Skip to content

Instantly share code, notes, and snippets.

@sbirch
Created December 17, 2012 05:19
Show Gist options
  • Save sbirch/4315947 to your computer and use it in GitHub Desktop.
Save sbirch/4315947 to your computer and use it in GitHub Desktop.
Bookmarklet to make a YouTube video "fullscreen" in your browser like Vimeo.
javascript:(function(){var s = window.location.search.substring(1).split(/[=&]/); window.location.assign('http://www.youtube.com/watch_popup?v='+s[s.indexOf('v')+1]+'&feature=youtu.be&hd=1');})();
@krystian3w
Copy link

still works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment