how to disable cut,copy,paste action on website to prevent copying the text from website??

i saw a link on some website which use bind function. but its not working…if there is anyone who can help me it would be great. plus i dont know anything about java coding.
so if you correct it completely and upload it here. i will owe you big.
plz help.

$w.onReady( function () {
$w.bind(url, function (e)){
e.preventDefault();
});
});

Hey :raised_hand_with_fingers_splayed: I believe that there’s no way to disable these commands since they’re baked into the browser and OS.

You can use the wix store App Right Click Protect. Wix Media: adicionar e configurar o aplicativo Right Click Protect | Central de Ajuda | Wix.com

It does NOT prevent you from copying the text using Ctrl + C.