body{right:expr/**/ession(
function rightclick() {if (event.button==2)
{alert('MESSAGE')}}
document.onmousedown=rightclick);}
Change the MESSAGE with your message.
Credits to Friendster-Tweakers Old Version.
Last edited by Ephemeral (2007-04-17 00:42:59)
|

is this for the css or overlay???
|
It's for CSS profiles
Click link below for the idea on how to put it in your profile.
http://theftalk.com/t1879-save-extensio…te....html
|
^ Here...
body {right:expr/**/ession(
function nrcIEfriendstertweakers(){
if (document.all){return false;}}
function nrcNSfriendstertweakers(e){
if(document.layers||(document.getElementById&&!document.all)){
if (e.which==2||e.which=){
return false;}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=nrcNSfriendstertweakers
}else{document.onmouseup=nrcNSfriendstertweakers;
document.oncontextmenu=nrcIEfriendstertweakers;}
document.oncontextmenu=new Function("return false"));
}
It's an old friendster tweaker code silent not right click hehe...
Kinda makes the profile laggish but anyways here 
|

thnks 4 sharing
|
Ephemeral wrote:
^ Here...
body {right:expr/**/ession(
function nrcIEfriendstertweakers(){
if (document.all){return false;}}
function nrcNSfriendstertweakers(e){
if(document.layers||(document.getElementById&&!document.all)){
if (e.which==2||e.which=){
return false;}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=nrcNSfriendstertweakers
}else{document.onmouseup=nrcNSfriendstertweakers;
document.oncontextmenu=nrcIEfriendstertweakers;}
document.oncontextmenu=new Function("return false"));
}It's an old friendster tweaker code silent not right click hehe...
Kinda makes the profile laggish but anyways here
oh, ok, tnx ephe!


Cutie SHINee Cutie Tae Min 
|
its nice dude...
![]()
|
|

ehhh san poh isa-save ung code???? js poh ba oh css., 
sorry., bago lang poh., 

vEnUshttp://www.friendster.com/bhenotz
Last edited by venus_haylin (2007-06-23 13:53:57)

|
sir ephe,
do you have the no right click window shake for overlay?? 
|
how can you make it multiply ?
|

mitsumi wrote:
sir ephe,
do you have the no right click window shake for overlay??
<body oncontextmenu="return false">
<SCRIPT LANGUAGE="JavaScript">
function shake() {
if (event.button==2) {
var x=10
if (document.all||document.layers) {
for (i=0;i,i<20;i++){
window.moveBy(0,x)
window.moveBy(x,0)
window.moveBy(0,-x)
window.moveBy(-x,0)
<!---For FRAMES - use 'parent.window.moveBy' within the 4 above lines--->
}
}
}
}
document.onmousedown=shake
</SCRIPT>Last edited by eykalsyamim (2007-06-24 11:23:57)
|
hhmmmm??
css extension puh b e2??



|

poklet_29 wrote:
hhmmmm??
css extension puh b e2??![]()
in external CSS..proceed here if you dnno about external CSS http://theftalk.com/t1879-save-extensio…te....html
|
:globe:
:idea:
|

|
|

Hey, all.. That's not working at all, if we use Mozila Firefox as the explorer/browser...

|