79366849

Date: 2025-01-18 09:28:30
Score: 1
Natty:
Report link

One option is that you can hide the message with a simple css code:

.hot-display-license-info {
    display: none;
}

But since this is not the answer I'm looking for, I'm not interested to go this way, but for others this may help them.

Be careful, as you're going to see a warning in the console (so this might not be a good thing to use in production)

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ali Almasi