Skip to content

Instantly share code, notes, and snippets.

@nathanielbd
Created March 5, 2022 02:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nathanielbd/52dbe85c590a8b98f48eeffc1f7be50e to your computer and use it in GitHub Desktop.
Save nathanielbd/52dbe85c590a8b98f48eeffc1f7be50e to your computer and use it in GitHub Desktop.
Script to cheat in Squirdle
// input into the console
document.getElementById("guess").value = getCookie("secret_poke", document.cookie)
document.getElementsByClassName("guess_input")[1].click()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment