Create a blog to be anti copy and paste is one way to maintain the security / privacy of our blog. In addition to the blog, we can also can protect elements or widgets our blog of the ignorant, for example to protect counter histats. Read: counter histats private way. Well, this time I will discuss about the trick organize anti copy and paste into a blog using script. Okay, just .. The workings of this script is to disable the function block in the post so copy and paste to your blog can be minimized. But I suggest if your blog entitled "blog tutorial" should not use this script, because the script / code that exist in the tutorial buddy will not be on the block. Either directly below how to change the blog to be anti copy and paste:
- Sign in to your Blogger account!
- Click the Edit HTML Template >> >> and next (do not forget to check!Expand Widget Templates).
- Find </ head> (use ctrl + f) in order to search faster.
- Copy and paste the following script right below </ head> earlier
document<SCRIPT type="text/javascript">
if (typeof.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</SCRIPT>
- Save the template and see the results.
use this scrip if the content of your blog does contain elements of copyright or do not want to copy and paste. Or maybe the article is very valuable at all, Please! Up to You! if you want to be protected.
but if there is someone who really needs a file or data from you, I have advised them to ask permission each owner to be copied, after being given permission following ways to copy her to visit How to open a protected file to be copied Paste. Let not bother to remove the article holder in the template.
0 comments:
Post a Comment