How to disable Text selection in blogger post
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