From d9cfcfa857754135d2ba141e82a46be9104da58d Mon Sep 17 00:00:00 2001 From: Ray <101848978+whiskerside@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:19:14 +0800 Subject: [PATCH] Add Today's Wordle and Markdown Converter as easy (#2359) * Add Today's Wordle site * Update sites.json * Fix order of entries * Update sites.json --------- Co-authored-by: Tulio Leao --- _data/sites.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_data/sites.json b/_data/sites.json index 30f1e0fa1..35f593706 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -13372,6 +13372,16 @@ ] }, + { + "name": "Markdown Converter", + "url": "https://mdconverter.com/account/settings/deletion", + "difficulty": "easy", + "notes": "Go to the linked page and click close button", + "domains": [ + "mdconverter.com" + ] + }, + { "name": "Marktplaats", "url": "https://www.marktplaats.nl/my-account/profile/edit.html", @@ -21847,6 +21857,16 @@ ] }, + { + "name": "Today's Wordle", + "url": "https://todayswordle.net/account/settings/deletion", + "difficulty": "easy", + "notes": "Go to the linked page and click the delete button", + "domains": [ + "todayswordle.net" + ] + }, + { "name": "Todo Cloud", "url": "https://support.appigo.com/support/solutions/articles/4000180942-how-to-delete-my-todo-cloud-account",