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

MySpace Comment Box PLUS

Modifies comment boxes in user profiles

same as another comment box post but made it black for the goth kids and the killers.






Nov 1, 2006
sam 3 User

thiis script is amazing. when u go to a users profile instead of having the comment and view comment link it replaces it with a comment box. a great download.

 
Aug 20, 2006
andy cookson User
i don't see this all i c is : / ==UserScript== // @name MySpace Comment Box PLUS // @description Modifies comment boxes in user profiles // @include http://*.myspace.com/* // ==/UserScript== (function() { var friendID; var query = window.location.search.substring(1); var vars = query.split("&"); for (var i=0;i<vars><alltables><400>0){ var friendHTML = '<tr><td>   Leave '+ userName +' a comment.

<form><input /><textarea></textarea>
<input /></form></td></tr>'; var numComments = 6; var commentArr = allTables[i].getElementsByTagName('tr'); friendHTML = friendHTML + '<tr><td>   ' + userName + '\'s ' + Math.min(numComments, commentArr.length) + ' latest comments

</td></tr>'; for (var q = 4; q < 4 + numComments && q < commentArr.length; q++) { friendHTML = friendHTML + '<tr>' + commentArr[q].innerHTML + '</tr>'; } allTables[i].innerHTML = friendHTML; } } } )();

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