Copy From Right Click Disabled,How to disable Text selection in blogger post,disable Text selection in blogger,Restricting text selection,Restricting text selection on website,prevent copy paste of website content,prevent test selection on blogger post,disable test selection in blogger,how to disable test selection in blogger,how to Add a gadget in blogger,Add a gadget,disable text selection in blogger to prevent copy paste,
1 of 1
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