lordheinz, i think you should update the codes.. its still work on mine but somehow it will expired cookies after clicking this kind of url
http://profiles.friendster.com/comments.php?uid=userid . To avoid it i have to put the actual url
http://www.friendster.com/comments.php?uid=userid . So the update codes should look like this
[quote]document.getElementById('content_18').getElementsByTagName("div")[0].innerHTML=
"<a href=http://www.friendster.com/comments.php?uid=USERID\><span>Post a Comment </a>|</span>"+
"<a href=http://www.friendster.com/comments.php?uid=USERID\><span> view all (36098)</span></a>";
document.getElementById('content_18').getElementsByTagName("div")[21].innerHTML=
"<a href=http://www.friendster.com/comments.php?uid=USERID\><span>Post a Comment </a>|</span>"+
"<a href=http://www.friendster.com/comments.php?uid=USERID\><span> view all (36098)</span></a>";[/quote]