Introduction

I know a fair few people who are playing the New York Time’s Wordle. I’m not very good at word games, so I started poking around to see if I could find the answer in my own way, and write a browser extension to do it for me.

Following the guide contained herein is guaranteed to put strain on your friendships with real Wordle players. Only continue if you’re willing to brave the consequences.

The Manual Way

It turns out that unlike some other Wordle-inspired games, the NYT Wordle just keeps the solution in the browser’s local storage, so the process for cheating looks something like this:

I’m using Firefox here. You may have to modify the steps here if you’re using a different browser.

First, go into the Firefox tool bar and select “More Tools”:

Opening more tools in Firefox

Next, open the Firefox web developer tools:

Opening the Firefox web developer tools

Then, click “Storage”, then click “Local Storage”, then click “https://nytimes.com”.

Finding the New York Times local storage entry

The solution will be in the long string on the right:

Finding the solution to the Wordle

The Fun Way

After figuring out the above, I decided to write a little browser extension to automatically pull the solution from local storage for me. The extension is called Robotle, and it’s on my Gitlab.

Here’s Robotle in action: Robotle solving the wordle

Robotle currently only works on the NYT wordle, and only supports Firefox. Maybe someday if the mood strikes me, I’ll extend him and make a more universal Wordle cheating tool.