Large

YouTube HD Suite

By yager Last update Aug 14, 2011 — Installed 673,490 times.

What about links to Quietube (and other alternative layouts) ?

in
Subscribe to What about links to Quietube (and other alternative layouts) ? 1 post, 1 voice

arkangl Scriptwright
FirefoxMacintosh

I like watching Youtube videos in a less-cluttered environment.
For instance : Zentube, Quietube or Silentube.

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') ) {
// Create Outside Links Block
d.getElementById('watch-embed-div').innerHTML += '

';
}
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?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel