You are browsing as a guest. Sign up (or log in) to start making projects!

theEclipse

@theEclipse

Joined June 12th, 2026

  • 4Devlogs
  • 3Projects
  • 1Ships
  • 0Votes
Open comments for this post

22m 28s logged

Created a function to check the balance at the start of each night. This is super helpful when it comes to determining whether or not we can buy certain utilities.

Created a function to check the balance at the start of each night. This is super helpful when it comes to determining whether or not we can buy certain utilities.

Replying to @theEclipse

0
1
Open comments for this post

27m 51s logged

Finally added all the different sound effects that the bot needs to detect. This will help in some aspects such as animatronic detection or when a task is done.

Finally added all the different sound effects that the bot needs to detect. This will help in some aspects such as animatronic detection or when a task is done.

Replying to @theEclipse

0
1
Open comments for this post

1h 4m 9s logged

Automatically bought the sanitation station!

Automatically bought the sanitation station!

Replying to @theEclipse

0
1
Ship Changes requested

I built Code Grabber, a Chrome extension that connects to your Gmail and watches for verification codes. When it finds one, a small popup appears on whatever site you're on, letting you fill it in with the push of a button, no Ctrl-Tabbing needed. The hardest part was making the fill work properly, since some sites are built with React and Vue, and they ignore a simple value change and need the right native input events fired to register it. I'm most proud of the fact that nothing ever happens automatically — the extension only has read-only Gmail access, and every code fill requires the user to say yes to the fill. To test it, download the zip from the website, load it unpacked via chrome://extensions with Developer Mode on, set up a free Google Cloud OAuth Client ID, which can be a bit tricky, but just follow the instructions on the website or README and you should be fine. Then simply connect your Gmail via the toolbar, and the extension will start working. One thing to note is that the extension only checks every minute, but I added a button where you can instantly check for a code in your inbox.

Try project → See source code →

Followers

Loading…