From ee8b92c8e6c36d91b64c5d7fa1c8f20def948ac2 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Tue, 21 Jan 2025 05:05:30 -0300 Subject: [PATCH] Fix order of entries --- _data/sites.json | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/_data/sites.json b/_data/sites.json index d53a06c8b..b3b3b8523 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", @@ -25280,23 +25300,5 @@ "domains": [ "sdamgia.ru" ] - }, - { - "name": "Today's Wordle", - "url": "https://todayswordle.net/account/settings/deletion", - "difficulty": "easy", - "notes": "Go to the linked page and click delete button", - "domains": [ - "todayswordle.net" - ] - }, - { - "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" - ] - } + } ]