How to Disable Copy Content from Blogger
Disable Copy Content Using CSS
- Open Blogger Dashboard
- Then click on Theme
- Now click on "Edit HTML"
- After that press CTRL+F and find ]]></b:skin>
- Now copy the code given below and paste it above the ]]></b:skin> tag
body { -webkit-user-select: none !important; -moz-user-select: -moz-none !important; -ms-user-select: none !important; user-select: none !important;}
Warning!
Earlier to including this code, take a backup of your blog theme for
protection and smooth recovery.
Disable Text Selection Using Javascript
- Open Blogger Dashboard
- Then click on Theme
- Now click on "Edit HTML"
- After that press CTRL+F and find </body> tag
- Now copy the code given below and paste it above the </body> tag
<script>
$('body').bind('copy cut drag drop', function (e) { e.preventDefault(); });
</script>
Note
Observe that an advanced user can without problems skip this method by way of
disabling the Javascript inside the browser.
Terms of Use
To appreciate our workshop, consider keeping the credits in canons. We do not allow to rewrite this post in any manner. Do not copy this post, canons or any part from this composition without authorization
Our All Posts Are Protected By DMCA. So Don't Try To Copy Our Posts And Reproduction In Any Way Is Strictly Prohibited! Or else Legal Actions Will Be Taken. © NS DESIGN | All Rights Reserved
©️ Copyright Reserved: NS DESIGN