body.tcg-content-protected,
body.tcg-content-protected * {
    /* Disable text selection */
    user-select: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}
/* Disable image drag */
body.tcg-content-protected img {
    -webkit-user-drag: none !important;
    user-drag: none !important;
    pointer-events: none !important;
}