Category: Disable-Copy-Past

  • How to Disable Selection and Copy Paste Only Blog Post

    This is very important code for disabling selection and copy  of the blog post.Put this code above </head> to deactivate copy paste of blog post only. .post-body {  -webkit-user-select: none;  /* Chrome all / Safari all */  -moz-user-select: none;     /* Firefox all */  -ms-user-select: none;      /* IE 10+ */  -o-user-select: none;  user-select:…