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

YouTube Comments Next to Video

Fixed version of UserScripts.org user Henrik N. 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. Works with Youtube Beta page.






Mar 14, 2008
no_master User

Arh, have found the differences (comparing the 2 source codes):
You have changed the "aboutVidDiv" to "channelVidsDiv" compared with http://userscripts.org/scripts/show/7174 , which is correctly needed if the script should work, but you have forgot to add:


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

I say use http://userscripts.org/scripts/show/7174 and just change the aboutVidDiv" to "channelVidsDiv" to make it work. It is easier than to make this script work

 
Mar 14, 2008
no_master User

I can backup Doug Adams comment, this scipt doesn't do any.
Use this instead: http://userscripts.org/scripts/show/7174
But this is the script you say that you have fixed? Can't see out of your description what should be changed...
The difference is: Your script doesn't work :S

 
Jan 22, 2008
Doug Adams User

This isn't working for me

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