ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
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=/gforyou/how-to-disable-text-selection-in-blogger-post/"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

More Related Content

How to disable text selection in blogger post

  • 1. 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=/gforyou/how-to-disable-text-selection-in-blogger-post/"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