How to protect your blog content from copying?
Here are the steps to remove copy paste option on your website:
Step 1: Go Layout Tab in Left side of Blogger menu.
Step 2: Click on Add a Gadget. (You can choose anywhere on sidebar or lowerbar or footer as this won't appear.)
Step 3: Now choose widget name HTML/Javascript.
<!- start disable copy paste by TechnicalMaher.Blogspot.Com-><script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script type='text/javascript'> if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script><!-- End disable copy paste by TechnicalMaher.Blogspot.Com--></!->
Step 3: Paste This Code in HTML/Javascript.
Sharing IS Caring! Share if you like :
No comments:
Post a Comment