Add code in your JS Extension File.
Last edited by Ephemeral (2007-09-11 00:48:40)
Last edited by nahtanoj18 (2007-02-28 22:17:49)
*edited
I think marfillaster is the one who can help us bout this...
*edit again
I think this part of the javascript from the side bar box will help us on how to use this on other browsers just edit the parts to make it work for the mouse click....
[quote]if (!attachOnLoadHandler(function(){editContent()})) parent.onload = function(){editContent()};
//load script
function attachOnLoadHandler(func)
{
if(parent.attachEvent)
{
//win 5.0-6.0
parent.attachEvent('onload',func);
return true;
}
if(parent.addEventListener)
{
//moz,opera & safari
parent.addEventListener('load',func,false);
return true;
}
return false;
}[/quote]
Can you try this Ephs so that we can finally have a 100% blocked rippers!
Last edited by nahtanoj18 (2007-02-28 23:52:24)
nice... thanks!
Last edited by yvettedawn (2007-03-08 00:18:22)
by the way.. i would like to stress out that disabling the right-click button in any way or form does [b]not[/b] protect your pages from rippers.
by the way.. i would like to stress out that disabling the right-click button in any way or form does [b]not[/b] protect your pages from rippers.
[/quote]
No, I think this code will be a big help if it can be used to all browsers, but how? Can some one give additional script codes to make it usable on other browsers..??
by the way.. i would like to stress out that disabling the right-click button in any way or form does [b]not[/b] protect your pages from rippers.
[/quote]
Hehe ok gonna make an alternate code rightclick directs to home page is that ok?
Last edited by Ephemeral (2007-03-01 09:32:38)