79100701

Date: 2024-10-18 06:06:46
Score: 2.5
Natty:
Report link

What i figure out is that with the solution of @IT goldman and windows.onload it works like a charm! Much thanks again!

window.onload = (event) => {
document.querySelectorAll(".flatpickr-day").forEach(elem => elem.classList.remove("today"))

};

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What i
  • Low reputation (1):
Posted by: new_with_js