How to protect blogger image and text by copy paste
well-known Copy-pasting is save time in online for different kinds of documents .
used in blogging and in other places as well.
These are some simple step you can use to disable copy-pasting in your blog and increase security.
This is a simple technique for disabling copy-paste in blogger faster.
many people seem to not even know how to explain this. Statistics show that
about 20% of the content online is plagiarized from one source or another.
Copy-pasting some content from the web page,
it might be good to disable the copy-paste feature blogger? If yes,
then this article is useful for you. It tells you how to disable copy paste
in blogger faster, and I show you that after going through this article,
at least 90% of your problems related to copying pasting would have been solved.
after that go to layout
click add gadget
then,click html and script gadget.
Text codes
or
image code
given below after then , click save and alsoe click
blogger save button
try ---- good luck!
For Text Code
<style type='text/css'> <br>body{ <br>display:block;-khtml-user-select:none; <br>-webkit-user-select:none; <br>-moz-user-select:none; <br>-ms-user-select:none; <br>-o-user-select:none; <br>user-select:none; <br>unselectable:on; <br>} <br></style
For image code
<script language=javascript> <!-- //Disable right mouse click Script var message="Function Disabled!"; /////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false;}} function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false;}}} if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4;} else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; }document.oncontextmenu=new Function("alert(message);return false") // --> </script>
Comments
Post a Comment
Thanks for interest