Pages

Showing posts with label Blogging Tips. Show all posts
Showing posts with label Blogging Tips. Show all posts

Sunday, March 1, 2015

devenworldtipstricks

Deven World- Gyan Sansar

Best Hindi And English Tech Blog- Computer & Internet Tricks, Blogging Tips, Facebook Tricks,Phone Tricks, NewGadgets, Earn Money Online & Much More.

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'/>