I am developing an html page that displays results for a given question.
I want people to be able to copy paste at their will, if they wish. Part of the text though is not useful. It's only comments about the results. I want to avoid that text from being copied. Only to facilitate work and not to hide or protect it.
I've seen other questions on SO like Prevent copying text in web-page But these focus more on either protecting full pages or large areas of text from being copied. I want to avoid only small portions within copiable html.
How can I achieve a clean copy paste from text in an html page avoiding unnecessary content?