Anti Copas Script Code Collection For Blogspot - Sometimes we feel very annoyed with users who like to copy (copy paste) articles that we have. Honestly, if I am, yes in the sense that the articles we make are copied raw without being edited at all. And worse, the article does not include the source of the article he copied.

Maybe if the article he copied did not enter page one, it didn't matter to me. But if the article can enter the page one that makes our blog even become threatening.

When we discuss the user who likes copas there is no end. We better discuss how to make our articles not copyable by a jailed user. Well, even though for some people who understand the matter of javascript, they can still pass through. But there is no mistake if we try it.
6 Anti Copas Script Codes for Bloggers
And for those of you who want to try to install the anti copas script code, you can try 6 Anti Copas Script Code Collection for Blogspot below.

1. Anti Copas Script Code # 1
The function of the script code below is to turn off the right click function and at the same time emerge a message that you can change to your heart's content. Please, please copy the code below and put the code above code </ body>. Or it could also be in the Layout Add Widget and select Javascript / HTML (Free can be put on any widget).

Please change the writing that I marked with the words you want right.
<script> var message = "Hayo ...! Want to copy it? Can you, but include the source!";
///////////////////////////////////
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>
2. Anti Copas Script Code # 2
The function of the script code below is, turning off right-click, can't select text and can't copy in your article.
<script language = 'JavaScript1.2'>
function disableselect (e) {
return false
}
reEnable () {
return true
}
document.onselectstart = new Function ("return false")
if (window.sidebar) {
document.onmousedown = disableselect
document.onclick = reEnable
}
</ script>
And the installation method is still the same as the script code in No. 1

3. Anti Copas Script Code # 3
The function of the script code below is, hiding the text or the contents of the article when our blog is on CTRL + P by the user. So it will look like it's nothing, and the user can't select text and copy.
<style type = "text / css" media = "print">
* {display: none; }
</ style>
How to install, please copy the code below, then put the code above code </ body>.

4. Anti Copas Script Code # 4
The function of the script code below is that all functions for copying and writing all are turned off. Like CTRL-C, CTRL-U and CTRL-P.

How to install please buddy, look for the code <body> or something like that, then replace the code with the code below.
  • <body oncontextmenu = 'return false;' onkeydown = 'return false;' onmousedown = 'return false;'>
Or you can also use the code below.
<body expr: class = 'data: blog.pageType' oncontextmenu = 'return false;' ondragstart = 'return false' onkeydown = 'return false;' onmousedown = 'return false;' onselectstart = 'return false' style = '- moz-user-select: none; cursor: default; '>

5. Anti Copas Script Code for Specified Pages # 5
The function of this code is anti-copas and turn off right-click in certain articles or pages that you want right. The way is, friend, just copy the code below, then put the code in the article you made and put it at the bottom of the article.
  • <body oncontextmenu = 'return false;' onkeydown = 'return false;' onmousedown = 'return false;' />
6. Anti Copas Script Code for Specified Pages # 6
The function of the script code below is to turn off the right click function but does not turn off the search box, certain sentences and blockquote functions. And how to install it please buddy copy the code below and put the code above code </ head>.
<b: if cond = 'data: blog.pageType == "item"'>
<style type = 'text / css'>
.post-body {-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; padding: 0 0 10px 0; margin: 0 0 10px 0; line-height: 21px;}
.post-body img {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none user-select: none; pointers: none; background: #fdfdfd; height: auto; max-width: 100%; border: 0; margin-bottom: 2.0px; box-shadow: 0 0 0 1px rgba ( 0,0,0,0.03); opacity: 1; transition: all .6s ease;}
.post_body p, .post blockquote, .post pre, .post code {-webkit-touch-callout: text; -khtml-user-select: text; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text;}
</ style>
</ b: if>
That's 6 Anti Copas For Blogspot Script Code Collection that you can try one by one. The script code above is the code that I took from various sources and I have tried it one by one. And all of that can still be used.

Maybe that's all I can share in this article, I hope this article can be useful for friends who are looking for a collection of anti-copas script code, anti-copas script code for blogspot, anti-right-click script, anti-right-click script and ctrl + u, how copy the anti-copas blog, how to protect the blog from copy paste, how to install the anti-copas script on the blog, how to disable right-click, how to install anti-copy paste on the blog.