|
|
|
|
|
by stordoff
3699 days ago
|
|
> EDIT: Current opinion: still skeptical. Here is the public cryptographic "proof": http://www.drcraigwright.net/jean-paul-sartre-signing-signif... A little off-topic, but suppressing right-clicks (and trying to suppress Ctrl/Alt/Shift?) is a really obnoxious thing for a website to do. document.onmousedown=disableclick;
status="Sorry, not sharing images!";
function disableclick(event)
{
if(event.button==2)
{
alert(status);
return false;
}
}
function detectspecialkeys(e){
var evtobj=window.event? event : e
if (evtobj.altKey || evtobj.ctrlKey || evtobj.shiftKey)
alert("The key is not available.");
}
document.onkeypress=detectspecialkeys
|
|
As for your aside, not to mention it is completely and utterly futile. Hurts the normal user experience and accomplishes nothing for anyone who wants to steal the images.
http://i.imgur.com/vYSRjrs.png