Home > Friendster, Javascript > Boost Your Friends Using (Javascript)-Friendster Hacks

Boost Your Friends Using (Javascript)-Friendster Hacks


Advertisement



September 10th, 2008 Admin Leave a comment Go to comments

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.

?View Code JAVASCRIPT
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&lt;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.

Download Javascript

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.

http://jsesbreno.googlepages.com/Darylldelfin.html

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

http://friendstertalk.com/t20872-More-Friends.html

Related posts:

  1. Auto Add Friends Using (Javascript) Friendster Hacks
  2. Remove Friendster Ads With CSS Injection
  3. Write Friendster Comment More Than 1000 Chars with Text2Image!
  4. Hidden URL (Link) in Windows Status Bar with Javascript
  1. GHIE
    July 14th, 2009 at 01:22 | #1

    WHAT IS RAR?

Comment pages
1 2 3 48
  1. October 6th, 2008 at 18:34 | #1