Boost Your Friends Using (Javascript)-Friendster Hacks
Advertisement
Remember first this is just for fun. I’m not responsible for any damage by using this script. Agree? If you did so let’s go. This is a simple javascript that insert into your profile in the about me or who i want to meet section to change your amount of friends. Perfectly for newbies in friendster who doesn’t have much friends yet
First open notepad or your favourite text editor and copy whole code below. Save as friends.js.
var replaceLink = document.createElement("a"); replaceLink.href = "http://www.friendster.com/friends/"+pageOwnerID; replaceLink.appendChild(document.createTextNode("View All (<strong>1000000</strong>)")); var viewall = getElementsByClassName(document.getElementById("content_2"),"div","viewall")[0].getElementsByTagName("a")[0]; //if exist if (viewall !== null) { viewall.parentNode.replaceChild(replaceLink,viewall); } function getElementsByClassName(oElm,sTag,sClass) { var elm = []; if (!oElm)oElm = document; if (!sTag)sTag = "*"; var els = oElm.getElementsByTagName(sTag) || document.all; for (var j=0,k=els.length;j<k;j++) { if (new RegExp(sClass).test(els[j].className)) { elm.push(els[j]); } } return elm; } |
Change bold number to suit for your needs. Or you can download here.
Second, upload to your hosting or using ripway for free. After uploaded, copy direct link from your javascript to this site for generate code that insert into friendster profile.
Copy generated results from this site and paste into your about me or who i want to meet section. Finished
Preview your profile now.
Source
Related posts:
WHAT IS RAR?