Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

YouTube comments next to videos

Puts YouTube comments in a scrollable box on the right side of the video so that you can read them without scrolling away from the clip, similar to Google Video.

Puts YouTube comments in a scrollable box on the right side of the video so that you can read them without scrolling away from the clip, similar to Google Video.

!http://henrik.nyh.se/uploads/youtube-comments.jpg!




Aug 15, 2007
Mablung Scriptwright

Replace "aboutVidDiv" with "channelVidsDiv" to get this script to work with the beta version of YouTube.


 
Mar 13, 2007
lazyttrick Scriptwright

Hi, I've noticed some blank 'holes' on the page, when there are no comments. In order to solve it, I've try to mess with c and c2 variables but the holes just kept switching places.

So I've just made a search for the string 'Comments: 0' and I return if the number is 0. I've added the code below to th beginning of the script, after the //'s.

var div = document.getElementById('actionsAndStatsDiv');
var text = div.textContent.match(/Comments:\s+\d+/);
if( text && text[0] && text[0].match(/\d+/)[0]=='0' ){
return;
}


 
Mar 13, 2007
lazyttrick Scriptwright

Freakin awesome! This inspired me to write some ideas. Thank you!


 
Feb 16, 2007
Greg Bartell User

I love it! I needed that. A lot. Thanks.


 
Jan 21, 2007
Arvid Scriptwright

Same here, really prefer the google video way.


 
Jan 21, 2007
mootrix User

Very nice, thats what i needed! ThanQ

-mootrix


You could comment on this script if you were logged in.