well right is is still enabled and he may get some alternate way to copy out the content but this trick protect in a great way and many of our readers may have seen this thing happen on DipsetMania1.blogspot.com few days ago.
Follow the below steps to disable dragging in blogger website .:
1. Open www.Blogger.com
2. Go to design than edit HTML
3. The main step is to backup your template in case mess it up you should have a chance to recover your work.
4. Now just press CTRL + F to open the search feature and search for </head> tag
5. now paste the below script right above the </head> tag
<script type='text/javascript'> var omitformtags=["input", "textarea", "select"] omitformtags=omitformtags.join("|") function disableselect(e){ if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1) return false } function reEnable(){ return true } if (typeof document.onselectstart!="undefined") document.onselectstart=new Function ("return false") else{ document.onmousedown=disableselect document.onmouseup=reEnable } </script> |
0 comments:
Post a Comment