Thursday, January 12, 2017

How to Disable copy text from your blog

GurusGoonsBlog Saying Hello to you guys
I want to teach you bloggers how to disable copy text from your blog


  • Firstly login to your blogger dashboard 
  • Click on template 
  • Click Edit template 
  • Search for <Head>
  • Crtl+F search for Head open Tag <Head>
  • This Tag only appear only one just paste the code below <Head>
  • Note: Don't change anything 

<!--- www.GurusGoons.com Disable Copy and Paste-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function (&quot;return false&quot;)
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
Previous Post
Next Post

My name is Debo Adesanya AKA Debotech am a crazy being behind www.gurusgoons.com I am a blogger, web designer and web developer. contact me via whatsapp 09081215380

0 comments: