header ads

How to disable copying text on blogger blog

If you are frustrated of others copying your content then feel free in this blog I will show you how to disable copying text on blogger blog. if you successfully access this trick no one can stole your content even you cannot copy any word from your blog.


Copying text is the best way to reduce your work load because you don't have to write all that content/post.

Today I will show you how to protect your blog means disable the text selection of your blog.
to disable copying text on blogger blog follow easy steps below :

1. Go to Dashboard Select the blog where you would like to implement the code


2. Go to Layout Add a Gadget > Select “HTML/JavaScript gadget”


3. Paste the following code in the box:


<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script>
<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>

Search This Blog