Skip to content

Instantly share code, notes, and snippets.

@MoritzGiessmann
Last active September 13, 2021 18:16
Show Gist options
  • Save MoritzGiessmann/ee0b17c5c3c84773df7fdbc72e805822 to your computer and use it in GitHub Desktop.
Save MoritzGiessmann/ee0b17c5c3c84773df7fdbc72e805822 to your computer and use it in GitHub Desktop.
A firelit room helpers
// Stoke fire
setInterval(()=>{document.querySelector('#stokeButton').click()}, 1000);
// Gather wood
setInterval(()=>{document.querySelector('#gatherButton').click()}, 1000);
// Check traps
setInterval(()=>{document.querySelector('#trapsButton').click()}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment