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. erwin
    October 14th, 2008 at 15:25 | #1

    nothing happened bos..
    bisa tolong ajarin ga??

  2. Admin
    October 14th, 2008 at 18:45 | #2

    Itu krn kerjanya d belakang layar :)

    Jd emg nothing happen . .tp ketika ada user view profile kmu dan dia blm jd temen kmu . br ini script berfungsi :)

    Thnx

  3. Nioo
    November 28th, 2008 at 08:32 | #3

    maksudnya ganti yang huruf tebal yg kek gimana?? tolong dong please yah mas kasih cara-cara yang agak gampang

  4. Admin
    November 28th, 2008 at 08:40 | #4

    Nah .. cari angka yang 10000 . .trus ganti sesuai keinginan :)

  5. Nioo
    November 28th, 2008 at 08:41 | #5

    huruf” apa ajah yg diganti?? mas aku gak bahasa inggris tau tapi sedikit-dikit

  6. Admin
    November 28th, 2008 at 08:44 | #6

    Bukan huruf …. cukup angka 10000

    salam :D

  7. Nioo
    November 28th, 2008 at 09:02 | #7

    hanya itu ajah mas? kirain tady nih orang luar

  8. Nioo
    November 28th, 2008 at 09:03 | #8

    mas kok gak jadi sih? malah jadi aneh fs saya mas

  9. Admin
    November 29th, 2008 at 07:46 | #9

    Boleh liat FS kmu?

    Oh iyah, jadi bule bntar akh ..

    May i see your profile?

    Regards :D

  10. thomas
    December 5th, 2008 at 02:18 | #10

    do u have script to direct fs to a website?

    please tell me if u know..

    ikt2an bhs inggris jg..

    heee

    555

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