An NNN tracker to track how long until challenge start and end.
(WARNING: The tracker has been remade with a better UI, see https://sudoker0.xyz/project.nnn-tracker/)
(Note: Timezone and current time are pulled from the user's browser, so those might not match the info on the user's device)
Status: Challenge has started! Challenge haven't started yet!
Client timezone: $_timezone
Time elapsed:
$_elapsed
Time left:
(before challenge end)(before challenge start)$_time_left
$_time_left_before_begin
Progress:
To toggle between Dark/Light mode, run this command in the console of the Developer Tools: `document.body.classList.toggle("dark_mode")`