Thursday 6 February 2014

How To Blog Can Not Copy Paste

How To Blog Can Not Copy Paste (Copas) is actually just how to turn off the computer right-click the mouse while in our blog in this blogspot / blogger.

This method is very simple, as follows:
1. Log in to your Blogger account.

2. Click the Template >> Edit HTML.

3. Find the code </ head> (use ctrl + f).

4. Copy and paste the following script just below the </ head>
<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>
5. save the template and try to see the results
How??? Easy is not it??? Similarly, a brief review of How To Blog Can Not Copy Paste and here I just use anti Ctrl, please copy the script to your need.

No comments:

Post a Comment