Created
March 28, 2022 08:50
-
-
Save youz/2193132e6cd756ab16dc0f81a1278477 to your computer and use it in GitHub Desktop.
export wordle statistics data (bookmarklet)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:((w)=>{let u=new URL(w.location);u.searchParams.set("data",JSON.stringify({"statistics":JSON.parse(w.localStorage.getItem("nyt-wordle-statistics")),"darkTheme":0}));w.prompt("copy url",u.href);})(window); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment