ProhibitCopy
code: style.css
textarea {
user-select:none;
-webkit-user-select:none;
-webkit-user-drag:none;
-khtml-user-select:none;
-khtml-user-drag:none;
-ms-user-select: none;
-moz-user-select:none;
}