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

Boost Your Friends Using (Javascript)-Friendster Hacks

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

  1. Admin
    December 5th, 2008 at 06:07 | #1

    Yes i have it :)

    but i must find it on my HD frst :p

    i’ll tell u later :)

    Regards .. salam bro …

  2. Thomas
    December 12th, 2008 at 02:40 | #2

    bos, script yg boost friends to kok g mau ya?
    skrg sy coba yang auto add, smga mau..
    byr gk approve lg..
    direct fs to web, udah dpt bos?

  3. Thomas
    December 13th, 2008 at 02:16 | #3

    bos, yang boost friend udah bisa…

    yang auto add kog gk mau ya?

    thks,

  4. December 14th, 2008 at 06:21 | #4

    hey cannot work man!!!can help me to add????PLEASE!!

  5. Admin
    December 14th, 2008 at 12:09 | #5

    @LUU

    work with Thomas :)

    @Thomas
    yg auto add udah diblock :(

  6. Thomas
    December 15th, 2008 at 04:50 | #6

    wahh,, ud d block ya?

    thks boss…

    kita tunggu next scriptnya…

    you are the man..

    555

  7. jeffz
    April 22nd, 2009 at 07:57 | #7

    the code that i copied did not showed in the about me after i saved it,.. its incomplete.. somebody help me..:((

  8. April 24th, 2009 at 11:09 | #8

    I follow your blog for a long time and must tell that your articles always prove to be of a high value and quality for readers.

  9. kimia
    July 1st, 2009 at 01:13 | #9
  10. Help kimia
    July 1st, 2009 at 04:17 | #10

    Whats d password for the .rar?

    • Admin
      July 5th, 2009 at 15:46 | #11

      just open rar and see the password in comment :)

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