[b]RIGHT CODE[/b]
[b]WANNA TEACH RIGHTCLICKERS A LESSON, AND THE USER THAT STEAL YOUR PICTURES?
THIS CODE WILL FORCE LOGOUT WHOEVER RIGHT CLICKED ON YOUR PROFILE![/b]
[quote]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;[/quote]
Change the [color=red]Personal Message Here[/color] with your own personal message.
You can alter the code if you want.
Add code in your JS Extension File.
Last edited by Ephemeral (2007-09-11 00:48:40)