Changeset 24077
- Timestamp:
- 11/18/08 13:52:45 (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
r24076 r24077 9 9 window.addEventListener( 'load', function(){ 10 10 var query=location.search; 11 if( /\bfmt=/.test( query ) ){11 if( !/(?:^|[&;])fmt=/.test( query ) ){ 12 12 query+='&fmt=22'; 13 location.search=query ;13 location.search=query.replace( /^&/, '' ); 14 14 } 15 15 }, false);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)