Skip to content

Instantly share code, notes, and snippets.

@momenbasel
Created September 23, 2020 17:38
Show Gist options
  • Save momenbasel/3102f85bdb95e2d7f871cc92703d3987 to your computer and use it in GitHub Desktop.
Save momenbasel/3102f85bdb95e2d7f871cc92703d3987 to your computer and use it in GitHub Desktop.
THM add 1 hour automatically, so you can hack peacefully without worrying about expiring the machine.
setInterval(function(){addHour(); console.log(" : <= Added '1 Hour' times! \n"); }, 3600000);
//adds one hour every half-hour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment