Disabling
Drag option can come handy when you want to protect your unique work
from the robotic copiers and others whom you do not trust. So with this
simple hack you can disable mouse dragging so person will not able to
drag text and images on your website hence giving no chance for copying
well he may get some alternate way to copy out the content .
Follow below steps :
1. Go to Blogger.com
2. Navigate to Design and than Edit HTML
3. Now press Ctrl + F to open the search feature and than search for <body tag.
4. Now you will see <body with a something more code after it so you have to paste the below code right after it which will make code look like in the image below.
2. Navigate to Design and than Edit HTML
3. Now press Ctrl + F to open the search feature and than search for <body tag.
4. Now you will see <body with a something more code after it so you have to paste the below code right after it which will make code look like in the image below.
ondragstart='return false' onselectstart='return false'
6.
Now just click save template and click view Blog and check out if this
small code is making wonders or not well it works perfect as I was
using this same thing to protect my blog from scrappers but due to many
request to disable it from my blog I did it now but it’s a great way to
protect your blog so have fun :)