Archive for the ‘Javascript’ Category

FRIENDSTER SPLASH TEXT MESSAGES

This item was filled under [ Javascript, Web Script ]

This scripts is used to make a text splash color. It’s means your cool own text with a random color, will appear in the header of your Friendster’s Profile.
Change the red highlighted text with your own text.
———————————
var text=new Array()
var textsplashcolors=new Array()
// Place your messages below. Add as many as you like!
text[0]=”YOUR OWN TEXT”
text[1]=”YOUR OWN TEXT”
text[2]=”YOUR [...]

Continue reading...

Custom Banner Title Bar

This item was filled under [ Javascript, Web Script ]

Want to modified your Friendster’s Profile banner with your own word? It’s simply! Use this script:
Change the red highlighted text with your own text.
———————————
//R-banner title bar
function tb9_makeArray(n){
this.length = n;
return this.length;
}
tb9_messages = new tb9_makeArray(4);
tb9_messages[0] = “_____YOUR OWN TEXT_____”;
tb9_messages[1] = “. . .YOUR OWN TEXT. . .”;
tb9_messages[2] = “***YOUR OWN TEXT***”;
tb9_messages[3] = “^^^YOUR OWN TEXT^^^”;
tb9_rptType = ‘infinite’;
tb9_rptNbr [...]

Continue reading...

Tagged with: [ , , , , ]

FRIENDSTER WELCOME ALERT TRICK!

This item was filled under [ Javascript, Web Script ]

Continue reading...

Tagged with: [ , , ]

HOW TO MAKE JS EXTENSION?

This item was filled under [ Javascript, Web Script ]

Actually, most of javascripts will work when you place them in a js extension file. Although there is another way like give a tag in your javascripts, but thats way is not effective when your script is have a large number of characters. Its the tutorial to make JS Extension:
1. Open a text editor program, [...]

Continue reading...

Tagged with: [ , ]

DISABLE RIGHT CLICK ON FRIENDSTER

This item was filled under [ Javascript, Web Script ]

Maybe your friendster’s profile/blog contains a graphic or pictures which have a copyright, so you did’nt want others to save as that picture. This script will disable a mouse right click on your friendster’s profile/blog!
Change the red highlighted text, with your own word.
//*******************************
//*Disable Right Click on a browser
//*Made available by http://www.anandsoft.com
//*Written by Ravi Shankar [...]

Continue reading...

Tagged with: [ , ]