Y
Hacker News
new
|
ask
|
show
|
jobs
by
bushbaba
1602 days ago
Guess the daily wordle by inspecting source code…yes every word is hard coded in the JavaScript in calendar order
2 comments
jaredsohn
1602 days ago
Or use incognito for your first attempt at the puzzle and then redo it how you want in your normal account.
link
thamer
1602 days ago
Or open your browser's dev tools and type:
$('game-app').solution
link