You can add code to disable right-click/copy, but if it's online, it can be stolen by any screengrab.
Hello,
Thanks for contacting us
The following script removing the option of right click button. Go to Site Settings >> HTML >> Additional Head HTML
and paste the following code. If you want to remove context menu (right click button) only on one page, add the code only in Page Settings >> HTML >> Additional Head HTML
<script> document.oncontextmenu = cmenu; function cmenu() { return false; } </script>
...................................................
Sincerely,
Ahmad.
Nicepage Support Team
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp
Excellent, thank you very much, I only needed to additionally avoid Copy and Paste, could you help me with that?
I only found in google this code but I wouldn't know where to put it through Nicepage
$('body'). bind('copy paste',function(e) { e. preventDefault(); return false; });
Hello Luis,
Check the instructions from where you've got the code. If it's a script place it in the same area Site Settings >> HTML >> Additional Head HTML
Thank you
...................................................
Sincerely,
Ahmad.
Nicepage Support Team
Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp
This help me too
Last edited 31 August 2022 by luiscarlosh
is this problematic for seo , is this make a ban from google or anything ?