What about links to Quietube (and other alternative layouts) ?
![]() ![]() |
I like watching Youtube videos in a less-cluttered environment.
So, I have modified Youtube HD Suite in order to open these sites with the best quality version of the current video. I have added the following code at the beginning of the showDownloadLinks function : if( !d.getElementById('hdsuite_links_div') ) {
} for ( var i in w.hdsuite.config.download_formats ) { fmt = w.hdsuite.config.download_formats[i]; if ( fmt ) { d.getElementById('hdsuite_links_div').innerHTML += ''; d.getElementById('hdsuite_links_div').innerHTML += ''; d.getElementById('hdsuite_links_div').innerHTML += ''; break; } } Looks like it does the trick. Any comments? |

