Created
February 3, 2022 15:44
-
-
Save mimonelu/5679e4c13a0533a3894440b17c96b74f to your computer and use it in GitHub Desktop.
Wordle Load Bookmarklet
This file contains hidden or 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: (() => { const json = prompt('wordle.txt の中身を入力してください。', ''); if (json !== '') { localStorage.setItem('statistics', json); location.reload(); } })(); void 0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WordleのStatisticsを保存・復元するブックマークレットです。