body, .post-content, article, * {
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
}
.screenity-shadow-dom .TooltipContent,
.ScreenityDropdownMenuItem,
.ScreenityDropdownMenuRadioItem {
    user-select: text !important;
}