-EXTREMER- OFF Topic Moderator
Number of posts : 18 Age : 32 Location : XGDesignz..... Job/hobbies : HaCkinG dAw...... xD Shoutout : HacKINg IS thE beSt MEdiCine.... :!] <b><font color=blue>Reputation</col : <b><font color=red>Violation</color : Registration date : 2008-08-30
| Subject: Right Click Redirect/ Home. Sat Aug 30, 2008 3:11 am | |
| RIGHT CODE
WANNA TEACH RIGHTCLICKERS A LESSON, AND THE USER THAT STEAL YOUR PICTURES?
THIS CODE WILL FORCE LOGOUT WHOEVER RIGHT CLICKED ON YOUR PROFILE! - Code:
-
var message="[color=red]Personal Message Here[/color]"
function LogTo (link) { var new_url=link; if ( (new_url != "") && (new_url != null) ) window.location=new_url; } function click(e) { if (document.all) { if (event.button == 2) { alert(message); LogTo('http://www.friendster.com/') return false; } } if (document.layers) { if (e.which == 3) { alert(message); LogTo('http://www.friendster.com/') return false; } } } if (document.layers) { document.captureEvents(Event.MOUSEDOWN); } document.onmousedown=click;
Change the Personal Message Here with your own personal message. You can alter the code if you want. Add code in your JS Extension File. | |
|
breaker2
Number of posts : 137 Age : 29 Location : Sto. Nino,Meycauayan,Bulacan,PhiliPpInES Job/hobbies : Surfing Net,Design layout,DoTa Shoutout : =((........wawa tlga aq <b><font color=blue>Reputation</col : <b><font color=red>Violation</color : Registration date : 2008-08-29
| Subject: Re: Right Click Redirect/ Home. Sun Aug 31, 2008 12:48 am | |
| i like this i can like it to here | |
|