body.gsc-protection-active img{
  -webkit-user-drag:none;
  user-drag:none;
}
@media (hover:none){
  body.gsc-protection-active img{
    -webkit-touch-callout:none;
  }
}