|
|
|
|
|
by capitalsigma
3702 days ago
|
|
Are you telling me that the inventor of bitcoin has: <script>
document.onmousedown=disableclick;
status="Sorry, not sharing images!";
function disableclick(event)
{
if(event.button==2)
{
alert(status);
return false;
}
}
</script>
on his blog? |
|