javascript:(function()%7B(function()%20%7Bvar%20div%20%3D%20document.createElement('div')%3Bdiv.setAttribute('id'%2C%20'inputDiv')%3Bdiv.setAttribute('style'%2C%20'position%3Aabsolute%3Btop%3A0%3Bright%3A0%3Bbottom%3A0%3Bleft%3A0%3Bz-index%3A10000%3Bbackground%3Awhite%3B')%3Bvar%20isNyt%20%3D%20document.location.href.indexOf('nytimes.com')%20%3E%20-1%3Bvar%20stateKey%20%3D%20isNyt%20%3F%20'nyt-wordle-state'%20%3A%20'gameState'%3Bvar%20statsKey%20%3D%20isNyt%20%3F%20'nyt-wordle-statistics'%20%3A%20'statistics'%3Bvar%20btnClick%20%3D%20%22var%20str%20%3D%20window.document.getElementById('gameStateInput').value%3B%22%2B%20%22try%7B%22%2B%20%22var%20json%20%3D%20JSON.parse(atob(str))%3B%22%2B%20%22if%20(json.gameState%20%3D%3D%20null%20%7C%7C%20json.statistics%20%3D%3D%20null)%20throw%20'err'%3B%22%2B%20%22window.localStorage.setItem('%22%20%2B%20stateKey%20%2B%20%22'%2C%20JSON.stringify(json.gameState))%3B%22%2B%20%22window.localStorage.setItem('%22%20%2B%20statsKey%20%2B%20%22'%2C%20JSON.stringify(json.statistics))%3B%22%2B%20%22window.location.reload()%22%2B%20%22%7Dcatch(err)%7Balert('Can%5C%5C%5C't%20read%20the%20input.')%7D%22%3Bdiv.innerHTML%20%3D%20'%3Ctextarea%20id%3D%22gameStateInput%22%20style%3D%22width%3A100%25%3Bheight%3A150px%3Bbox-sizing%3Aborder-box%3B%22%20placeholder%3D%22Paste%20your%20save%20here%22%3E%3C%2Ftextarea%3E%3Cbutton%20onclick%3D%22'%20%2B%20btnClick%20%2B%20'%22%3ERestore%3C%2Fbutton%3E'%3Bwindow.document.body.appendChild(div)%3B%7D)()%7D)()