// To disable text selection on your webpage try this css body { -webkit-user-select: none; -moz-user-select: -moz-none; -ms-user-select: none; user-select: none; } // To disable inspect element on a webpage do this