Get Latest Tips and Templates For Blogger,Wordpress

Latest

Saturday 27 October 2018

How to Disable Copy/Paste in Blogger? [Disable Text Selection]

To prevent them all you have to do is apply the HTML/Javascript of Disabling Text Selection in your blog very easily so let's start.

How to protect your blog content from copying?

How to Disable Copy/Paste in Blogger? [Disable Text Selection]

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