Skip to content

Instantly share code, notes, and snippets.

@keriati
Created September 2, 2013 19:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keriati/6416412 to your computer and use it in GitHub Desktop.
Save keriati/6416412 to your computer and use it in GitHub Desktop.
Youtube "large" mode bookmark for every screen size
javascript: (function() {var vid = document.getElementById('player'); vid.className = vid.className + " watch-large";})()
@keriati
Copy link
Author

keriati commented Sep 2, 2013

  1. Add a new bookmark with this code as the "URL"
  2. Pess the bookmark while watching a video on youtube to switch to "large" mode

Very handy on 1680*1050 screen where youtube only allows "medium" size, but "large" also fits.

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