How To Safe Your Content From Being Copy - SEO Trick For Blogger


How To Safe Your Content From Being Copy
In this article you can protect your content from being copy. Most of people who's working on internet or website they were try to stole your content. They use our content on their website or Blog. It is very bad. Because others are benefit of your hard work. So I try to tell you to safe your content from others.

Follow these steps:.

1. Go to Blogger Dashboard
2. Go to layout and click on Add a Gadget
3. Click on Java script
4. Here Past this code

Disable Text Selection:

<!- start disable copy paste --><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 false"); } </script><!-- End disable copy paste --></!->



Disable Right Click Selection:


<script language=JavaScript>
<!–
//Disable right mouse click Script
//By Muhammad Niaz
//For full source code, visit http://www.MuhammadNiaz.Net
var message=”Function Disabled!”;
///////////////////////////////////
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>

How To Safe Your Content From Being Copy - SEO Trick For Blogger How To Safe Your Content From Being Copy - SEO Trick For Blogger Reviewed by seotools on November 19, 2018 Rating: 5

2 comments:

Powered by Blogger.