Changeset 24394
- Timestamp:
- 11/20/08 10:57:39 (5 years ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/highratetube.user.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/highratetube.user.js
r24360 r24394 5 5 // @exclude http://*.youtube.com/watch?*fmt=* 6 6 // @author Arc Cosine 7 // @version 1. 37 // @version 1.4 8 8 // ==/UserScript== 9 (function( ){9 (function(w){ 10 10 if( document.getElementById( 'watch-video-quality-setting' ) ){ 11 location.search += '&fmt=22';11 w.changeVideoQuality( w.yt.VideoQualityConstants.HIGH ); 12 12 } 13 })( );13 })(this.unsafeWindow || this);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)