You are viewing a post by shakiro214. View all 756 posts in actually its a redirection code but i found it to be an enter page ^^ just paste it in ur JS extension [quote]var myplace = document.location.href; if (myplace == "http://www.friendster.com/user..
 Hey fTalkers! Today, I played around with this code in my decoy account.  It turns out you can still use the [b]personalized urls[/b].  I am now using my personalized url.  I use it bcoz that's why I have one, so I can use it and it's personalized 
 
Just remember to use the word [b]".profiles."[/b] instead of [b]".www."[/b]in both the js and entrance page when referring to your profile's url or location.
Btw, here's a shorter version of the redirect code for js:
[quote]var myplace = document.location.href; 
if (myplace != "http://profiles.friendster.com/[b]personalized_url[/b]"){
    location.href = "[b]enter_page_url[/b]"; 
}[/quote]
I'm stil quite not sure why there's an else statement in the original code 
   In this code, the [b]!=[/b] means [b]does not equal[/b], so it has the same effect in this sense; if the url the viewer is using does not match ur personalized url, the viewer is redirected to the entrance.
[b]Make sense? Good[/b]