Saturday, July 28, 2012

Copy protection

If you don't want to get your posts copied by some one and post your posts in others blogs , here is a simple trick that you can use. By this code , right clicking on your site will be denied. How even , yet he can select your text by dragging and pressing Ctrl+C . But many of them try to copy by right clicking and selecting copy.


1. Edit your template ( How to edit your template )
2. Find out the code line


<body>


( press 'Ctrl' + F to open your browser's search box)


Now replace


<body>


with following code line.


<body onmousedown="return false" oncontextmenu="return false" onselectstart="return false">


Now follow the Safety Saving Steps.

And