*How to Add code to protect "Copy Contents" in your blogger.
1. Copy Code below:
===========================================
<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 false"); } </script>
===============================================
2. Go to your blogger, find "Layout" then click on "Add a Gadget"
3. Find "HTML/JavaScript" then click on it.
4. Paste Code above into "Content "box, then click "SAVE".
5. Click "Save" again in your blogger Layout.
6. It's "DONE" so you can view your post, then you also can try to copy it will not allow to copy. That's it.
*See Pictures for more details:
*How to Add Code to Protect "Copy Contents "in your WordPress (Website).
1. Copy Code below.
===========================================
<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 false"); } </script>
===============================================
2. Go to your WordPress (website) then on the left you can see "Plugins" you scroll mouse to point on it. After seeing "Add Plugin" click on it.
3. On Search Plugins box, you type "Copy Protection" then Enter on your keyboard.
4. Install one Plugin you like (My recommend "WP Content Copy Protection & No Right Click")
5. After Installing, then Click "Activate"
6. It's "DONE". See pictures below for more examples.
If you have any questions please comment in my blog post. Good luck "@SRTechTip4U"