Skip to content

Instantly share code, notes, and snippets.

@youz
Created March 28, 2022 08:50
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 youz/2193132e6cd756ab16dc0f81a1278477 to your computer and use it in GitHub Desktop.
Save youz/2193132e6cd756ab16dc0f81a1278477 to your computer and use it in GitHub Desktop.
export wordle statistics data (bookmarklet)
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