Wednesday, August 29, 2018
How to Disable Copy Paste In Blogger Blog
How to Disable Copy Paste In Blogger Blog
How to Disable Copy Paste In Blogger Blog?
Blogger in a short time span. So, In this Tutorial My goal is to share a Finest Tip Ever to Disable or Banned the Copy Paste Option Through your Site to protect them from Copycats who copy your whole contents.
How to Implement?
Just follow the below simple steps to disable copying option on your blogger blog.
- Go to Blogger Account >>> Blogger Dashboard
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5ZX5KHI7nI9geoAdiaJWpH0DgZu-NigzuMJZXwuu5ecDTa1zN_GWAX9so6JGmksacNeUhGicq_3OC13tayC7VzQwAsamIybpMY3gDnZ1j1hx8gmyOFeHp07UviJcw_96xXY3RyteWKsY/s1600/layout.png)
- After Selecting Layout Tab will Open. Click On� Add a Gadget �.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjamhM0bbPHH0h85OMxaQzSVeVmYdTaxU22iRxlnESDk_hTYbuFeHL0DuhsydMV0SMx9hihy8OBUYRGPjSymfQ-BL7YVbgXHgR2tiXfJc4uOWa8hLx08mEZR0gtP3XRAE6tWh1JBgUjYsE/s1600/add+a+gadget.png)
- Now a again a New Window will Open.Here select � HTML/Java Script
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgAzU-3CQDbNw1QUVRHjlhd8p-1oqJR8hCdF_iPFZKiaznWvNk3KKGKlCyn0MWQpaftqdfsM9_DpJeo1i3lDsBaVIiVNWPDatPcRiRZ-7BRlES7RaIGN9UuTSWmfz-SEH9mAwJ5NtMx4iQ/s1600/html-javascript.png)
- Now Copy the Given Below Code and Paste it Here.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhLaxeoSxQv4-C9oTZMZSj_SekZVsKq_Z-aCaUQgZdRyjsvDjELBdjQoiTJN9cX8Pti2vBusgDwxxgSYFvzmEOwotx82ZbMFNv3lxW19vQxs_26P6RPZLbjBIGTa72O9HK_6Qp_qRGblww/s1600/paste+your+code.png)
<!� 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 �>