Pages

Saturday, November 15, 2014

How To Protect Your Blog Posts from Copying

Go to Blogger Dashboard
Select Template->Edit HTML click Proceed
Find ]]></b:skin>
Copy the following code  and save



-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-ms-user-select:none;
user-select:none;

Disable Right Click

Copy the following code inside <head>

<script src='http://netoopscodes.googlecode.com/svn/branches/Js files/disable right click.js' type='text/javascript'/> 

No comments:

Post a Comment