HOW TO DISABLE COPYING TEXT FROM YOUR BLOGGER
You want to know how to disable copying Text, Articles or Post from my Blogger/Blogs? then you are in right place.
Just do these simple 3 steps.
1) go to blogger and select you site which you want to disable copying text.
2) go to layout > Add a Gadget > Select HTML/JavaScript gadget
3) Past the below code.
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script>
<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>
by Ashfaaq Reshard
No comments