Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

If you want to skip to December 31st, you can enter the following into your browser console to make all the tiles/doors openable:

  const elements = document.querySelectorAll(".countdown-calendar__door");
  elements.forEach(element => {
    element.classList.add("will-open");
  });


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: