How to disable text selection in blogger post

2
How to disable Text selection in blogger post Its most important to Restricting text selection on your Blogger post to prevent copy paste of your blogs or post content and piracy. Just follow the below steps to disable test selection in blogger: Login in to your Blogger account, select your blog then go-->"Layout" Tab, and Click on "Add a gadget" and select "HTML/JAVAScript" and into content box paste the below script code and save it. <!—start of prevent copy paste by networksupportsolution.blogspot.com-- > <script src="demo-to-prevent-copy-paste-on-blogger_files/ googleapis.js"> </script><br /><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 true" ); } </script> <!—end of prevent copy paste by networksupportsolution.blogspot.com-- ></!—end></!—start> Now browse your blogger page and test it with selection with mouse click or try to copy text.

Transcript of How to disable text selection in blogger post

Page 1: How to disable text selection in blogger post

How to disable Text selection in blogger post

Its most important to Restricting text selection on your Blogger post to prevent copy paste of your blogs or post content and piracy.

Just follow the below steps to disable test selection in blogger:

Login in to your Blogger account, select your blog then go-->"Layout" Tab, and Click on "Add a gadget" and select "HTML/JAVAScript" and into content box paste the below script code and save it.

<!—start of prevent copy paste by networksupportsolution.blogspot.com-- ><script src="demo-to-prevent-copy-paste-on-blogger_files/googleapis.js"></script><br /><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 true" ); } </script><!—end of prevent copy paste by networksupportsolution.blogspot.com-- ></!—end></!—start>

Now browse your blogger page and test it with selection with mouse click or try to copy text.

This post it Tested by NetworkSupportSolution Team and found 100% successfully working.

Thanks,

NetworkSupportSolution