A school website doesn't let me copy text or select it.
Other websites work fine, but that website doesn't work.
Is there a way to bypass that and copy the text?
The website is https://www.chimica-online.it/download/sistema-internazionale-unita-misura.htm
What I really want
Something like this:
What I tried
I tried to use this CSS:
* {
user-select: auto !important;
}
When creating navbars I sometimes use this CSS property for not allowing text selection:
user-select: none;
But in their case I think they are using it on the entire website. This is why I tried to use*
CSS selector, but is not working.