Site URL: https://luciedavioud.com/
Hello everyone,
I'd like to prevent visitors to copy/paste the content of the website. I found this code below but it is affecting basic functions of the site so I removed it. Any ideas how I could do that?
Many thanks in advance
function disableselect(e) {return false;}function reEnable() {return true;}document.onselectstart = new Function("return false");if (window.sidebar) {document.onmousedown = disableselect;document.onclick = reEnable;}
function disableselect(e) {return false;}function reEnable() {return true;}document.onselectstart = new Function("return false");if (window.sidebar) {document.onmousedown = disableselect;document.onclick = reEnable;}