You are viewing a post by simpleMe. View all 339 posts in 1. Save The Code Below In Notepad With [b]".HTM"[/b] format Ex : [b]PageIntro.htm[/b] :arrow: [b]Live Preview:[/b] [url]http://www.freewebtown.com/dementer/FriendsterTalk/BlackIntro.htm[/url] :arrow.
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR USER ID[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]YOUR USER ID[/b]"){
}
else {
location.href = "[b]http://freewebs.com/trytosaveme/enterpage.htm[/b]";
}[/quote]
edit the bold part with your own
heres the ex. of finish code
[quote]var myplace = document.location.href;
if (myplace == "http://profiles.friendster.com/user.php?uid=[b]12345678[/b]"){
}
else if (myplace == "http://profiles.friendster.com/user.php?uid=[b]12345678[/b]"){
}
else {
location.href = "[b]http://freewebs.com/trytosaveme/enterpage.htm[/b]";
}[/quote]
then paste it at the top of of JS files
Last edited by simpleMe (2008-04-28 02:40:38)