CSS Anti Copas di "body"
Simpel saja kode berikut ini berfungsi dengan cara menonaktifkan fungsi block pada elemen <body>
body {
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
}