How To Disable Copy Paste Option In A Blog Post
❶ Go To Blogger And Login.[Blogger Link Here]
❷ Go To Layout Section.
❸ In Layout Section "Add A Gadget" In Sidebar Sections.(Or Any Free Section)
❹ After Clicking On Add A Gadget Popup Opens, Here Select "HTML/Javascript".
❺ Now Copy Below Code And Paste It.
Code:
_________________________________________________________________________
_________________________________________________________________________
<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>
___________________________________________________________________
❻ Now Your Blog Is Protected With Copy/Paste.
❼ Thanks For Visiting...💖💖💖
💣How To Disable Copy Paste Option In A Blog Post Video Tutorial:
Post a Comment
If You Have Any Problems Regarding To This Information Then Feel Free To Ask Here.