// Protects page from stealing

function click() {
if (event.button==2) {
alert('This function has been disabled') }}
// document.onmousedown=click