Bluebotlaboratories / Wordle-Sync

Allows you to transfer your Wordle save data accross different devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTE

This is a discontinued project, and may not work on the latest version of NYC-Wordle, use at your own risk

Wordle-Sync

Allows you to transfer your Wordle save data accross different devices Also allows you to copy data from NYC-Wordle to original Wordle and vice-versa

How to use

Mobile:

Android devices are currently not supported

For iOS devices, download the shortcut available here You may need to enable running shortcut scripts, see this article

Once you have installed the shortcut, open wordle in Safari and open the sharesheet (the thing you use for sending websites to people) and scroll down until you see the Wordle-Sync shortcut you installed earlier, run it and allow any required permissions.

Once it is done, you may close the sharesheet and you will have access to the Wordle-Sync interface

PC:

  1. Open the developer tools Console on the Wordle page (Shift + Ctrl + J or Shift + ⌘ + J on most browsers)
  2. Enter the following line of code:
var script = document.createElement("script"); var src = document.createAttribute("src"); src.value = "https://cdn.jsdelivr.net/gh/Bluebotlaboratories/Wordle-Sync@main/main.js"; script.setAttributeNode(src); document.body.append(script);
  1. Once you press enter, the Wordle page should change into the Wordle-Sync page, at this point you can close the developer tools Console if you want

PC (Userscript/Tampermonkey):

Coming Soon

How to use after installing/opening:

You may obtain save data by clicking the button and then copying the data in the save-data box To load data, you may paste the data into the save-data box and then clicking the coresponding button

If you need any help, just press the help button

You need to refresh the page for changes to apply after loading.

TODO

  • Add iOS Shortcut (preliminary)
  • Add main interface
  • Add cloud saves if there is enough demand for it
  • Create a tampermonkey userscript

About

Allows you to transfer your Wordle save data accross different devices

License:Other


Languages

Language:JavaScript 75.5%Language:HTML 24.5%