Guest User

Untitled

a guest
Jun 26th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (document.URL.search(/&hd=1/i) == -1){
  2.     document.location = document.location + "&hd=1";
  3. }
  4.  
  5. // ==UserScript==
  6. // @name          Youtube 720p default
  7. // @description   Uses 720p video if available
  8. // @include       http://www.youtube.com/watch*
  9. // ==/UserScript==
Advertisement
Add Comment
Please, Sign In to add comment