SUBJECT : How to Avoid Right click option for Post in the website and avoid copied from other Blogger and Websites.
Now A Days so many people copy our Genuine data and paste in their Websites and Bloggers.
Due to this in Google Search Engine some times shows that websites who copied data from our websites at Top Position due to this Genuine Data author feels bad
Due to this, Code is there to avoid these type of copies from our websites.
If you Paste these code in your Template, Nobody can Copy there data or Article including you.
Only Links can work as right click and data can't ....
How To Download Html code for Disable data or Article from our sites :
Where can i Add these code in our Website or Blogger or Template:
Now A Days so many people copy our Genuine data and paste in their Websites and Bloggers.
Due to this in Google Search Engine some times shows that websites who copied data from our websites at Top Position due to this Genuine Data author feels bad
Due to this, Code is there to avoid these type of copies from our websites.
If you Paste these code in your Template, Nobody can Copy there data or Article including you.
Only Links can work as right click and data can't ....
How To Download Html code for Disable data or Article from our sites :
<!-- Disable Copy and Paste www.jobres.com -->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Where can i Add these code in our Website or Blogger or Template:
- First Log into your Blogger account and select your site which you have to convert.
- Click Template and Click Edit Html
- Press Ctrl+F and Search for </HEAD> Tag
- Copy the code which is given Above.
- And Paste the code above the </HEAD> Tag
- And Save the Template and view your WebSite and check your with your Mouse
- You Successfully Done and Disable your code from copiers...
No comments:
Post a Comment