The main Wordle site was replaced with a bit of JS that grabs the game data from LocalStorage and puts it in the query string when redirecting to nytimes.
Also notable: that code is vanilla JS, no libraries!
@aaronpk That's cool. I play Wordle on both my phone and laptop, so already my saved data was fragmented and didn't sync up, but nice that NYT thought of this and kept it simple.
@manton With a bit of URL trickery you could combine your stats now thanks to the migration tool! Just make a link that looks like the real one and nytimes will happily use it!
@manton Josh Wardle mentioned this, and other under-the-hood stuff that I found interesting, on the Syntax podcast this week. (Domain transfer stuff in particular, sounded tricky.)
@philbowell If you go clear your localstorage on nytimes then you can use this tool I just made to recreate it!
https://pin13.net/wordle-stats/
@aaronpk amazing thanks! It worked perfectly 👍🏻