How to Disable Copy and Paste Right Click in Blogger

admin

How to Disable Copy and Paste Right Click in Blogger

A lot of bloggers are thinking about how to protect their content even though it was in public but wanted to protect their content from the spammers so here is the best way I can suggest to protect your content for blogger blogs and moreover, if you have a WordPress website you can just install and a plugin called WP Content Copy Protection & No Right Click you can download by clicking on this

anyhow if you are a blogger user here is the best two ways from my side so in this first scenario, I am going to tell you about disabling right-click copy option and the second scenario will be we are not disabling the right-click copy option but it will be the most favorite for me let you know by following this article

1) disable1:- ]]></b:skin>

disable2:- </body>

right-click disable code

<style type=’text/css’>

body{

display:block;-khtml-user-select:none;

-webkit-user-select:none;

-moz-user-select:none;

-ms-user-select:none;

-o-user-select:none;

user-select:none;

unselectable:on;

}

</style>

full disable

<script>

$(&#39;body&#39;).bind(&#39;copy cut drag drop&#39;, function (e) { e.preventDefault(); });

</script>

You need to add a widget, row, or prebuilt layout before you’ll see anything here.

Leave a comment