How to blog can not copy paste

If you have a blog you certainly do not want that your blog be copied by others people . Obviously this will make you upset , especially if your blog is copied completely and do not include sources surely you would like this does not happen is not it ?

So, in this time I will provide a way for your blog can not copy and paste . This method can create your own blog safe from thieves article and also copying the words . Okay, already used to brass tacks. Let's look at this article so that you can make your blog can not be copied and pasted .

First step ,
Open your browser and type in the address bar blogger.com and select the blog you want to plug this way .

Second step ,
Select layout and click to add the gadget, then click the HTML / Javascript as in the picture below




Third step ,
Copy all the code below and paste in the HTML gadget that had been.


For that can not be blocked

<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>


For that can not right-click

<script>
var mymessage="Dilarang Mengcopy Dari Blog Ini";
///////////////////////////////////
function clickIE4(){if (event.button==2){alert(mymessage);return false;}}
function clickNS4(e){if (document.layers||document.getElementById&&!document.all){if (e.which==2||e.which==3){alert(mymessage);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(mymessage);return false")

</script>


Placed in the <body>

oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'


Example : <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>

Choose one , but if you really want your blog not copy and paste , I recommend to use the script "For that can not be blocked" .

Easy , is not it ? finally we can end this article . Hopefully , your blog can not copy and paste . Thank you for reading the article "How to blog can not copy and paste" in this time .

No comments:

Don't SPAM here!

Powered by Blogger.