

On your iPhone, in the new Wordle app, click the statistics icon in the top right – your stats should now appear! You can continue using your new app as normal from here on out and delete the old one off your home screen
Add safari to home screen code#
Right click the code in the middle of the expanded div and choose Copy > Textīack in the Develop menu in Safari on your Mac, again mouse over your device and this time click the entry for the new app You'll see … print in the console with a little caret next to it. Ultimately, we will need to copy these to another window, but Safari's console isn't the greatest, so we need to take a couple extra steps to allow easy copying.Ĭlick the Console tab at the top of the Web Inspector and enter this code in the console (press Enter key after each line): let div = document.createElement('div') ĭiv.textContent = ('nyt-wordle-statistics') Now we need to get the statistics from local storage.
Add safari to home screen mac#
if you see two entries, one is the new app and one is the old one you can figure out which one is the old one by hovering over the menu items on your Mac – if you're hovering the one you have pulled up on your iPhone, you should see a semi-transparent blue overlay on your iPhoneĪ Web Inspector window appears on your Mac.if you don't see as an option, make sure you have the old Wordle app open on your iPhone (with iPhone unlocked).if you don't see your device listed, you probably didn't trust the device when you plugged it in unplug it and replug it in, and click the button to trust the device.In the Develop menu, you should see your iPhone listed with a flyout menu that includes pages open on your iPhone click on if you don't see the Develop menu, you need to enable it at Preferences > Advanced > Show develop menu in menu bar.Open Safari on your Mac, and click the Develop menu at the top Open the old Wordle app from your home screen If you haven't already, save the new NYT Wordle page to your home screen On your iPhone, go to Settings > Safari > Advanced and toggle on Web Inspector You will need a Mac desktop/laptop in addition to your iPhone.

There is no nice way to do this through an UI, but it can be done programmatically if you know how. Your Wordle statistics are saved in local storage, which is set per website, so what you need to do is basically find the statistics in the local storage of the old website and copy them to the local storage of the new website. In the meantime, the adventurous can read on… Hopefully someone will come along with a better answer. I have not found an easy way to do this, but where there is a will, there is a way. Close out and relaunch and your stats will remain. That will redirect you back to the NYTimes wordle site with new stats saved. This will load the main Google site where you can paste and search. Scroll all the way down to the bottom and click the Google link in the footer. This will load a page on the Google Analytics site. In this text area you will see a link titled “how Google Analytics uses data” click this link In the Wordle menu click on FAQ next to Questions.Īt the bottom of the page that loads click on Your Ad Choices.Ĭlick open the 2nd box titled “What Do We Do With The Information We Collect About You?” Since you can not change the url in a Home Screen bookmark you have to find a way to get to google to search for the above link. Anyone else reading this who has the same problem as the OP I found a quick way to set that cookie from INSIDE of a Home Screen bookmark.
