79309551

Date: 2024-12-26 13:10:37
Score: 1.5
Natty:
Report link

I found a solution, but it's terrible.

function UpdateValuesFromHTML() {
  document.querySelectorAll('.codelens-decoration > a').forEach(el => {
    let variable = el.text.split(': ')[0];
    el.text = variable + ": " + getRandomMoonitoringValue();
  })
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 00jeser