Skip to content

Instantly share code, notes, and snippets.

@donfrancisco
Last active January 28, 2022 10:17
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 donfrancisco/2455649feda6e7790745586de401c510 to your computer and use it in GitHub Desktop.
Save donfrancisco/2455649feda6e7790745586de401c510 to your computer and use it in GitHub Desktop.
Wordle Solution #spoiler

🔥🔥🔥 World solution #spoiler 🔥🔥🔥

If you give up trying to solve the Wordle puzzle of the day there is a nice hack to extract the solution for the day.

Use the Chrome browser to complete the following steps:

  1. Navigate to “View,” click on “Developer,” and then “View Source.” You also can right-click and select “View Page Source.”
  2. In the console tab type in this code:
(new wordle.bundle.GameApp()).solution
  1. Profit 🤑
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment