Friday 13 March 2015

Disable text selection in blogger to prevent copy paste

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 text 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

0 comments:

Post a Comment

Copyright © 2014 Network Support Solution | Designed With By Blogger Templates
Scroll To Top