Hacker News new | ask | show | jobs
by jxcole 1457 days ago
If you're going to cheat why not all the way:

    document.querySelector(".time").innerHTML = '<b>Time:</b> 0.0001';
    Array.from(document.querySelectorAll(".theSport input[type='checkbox']"))
      .forEach(e => { e.disabled = false; e.checked = true; });