From 8da9233492f776622b164c481d68ebabd136fd5d Mon Sep 17 00:00:00 2001 From: Vrq <6585364+Vrq@users.noreply.github.com> Date: Sun, 26 Nov 2023 09:47:54 +0100 Subject: [PATCH 1/2] Add DevITjobs as medium --- _data/sites.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_data/sites.json b/_data/sites.json index 70dd5d2db..ba6a3b4e8 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -21070,5 +21070,15 @@ "domains": [ "miyklas.com.ua" ] + }, + + { + "name": "DevITjobs", + "url": "https://devitjobs.com/contact", + "difficulty": "medium", + "notes": "Click on the 'Log in here' button. After logging in, go to 'Account', then 'Delete Account'. You will be redirected to write to the support email. Account gets deleted within 48 hours.", + "domains": [ + "devitjobs.com" + ] } ] From 387a10360540dd0fe8732f62eba5f75536b6e94b Mon Sep 17 00:00:00 2001 From: Vrq <6585364+Vrq@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:07:07 +0100 Subject: [PATCH 2/2] Add DevITJobs in correct order --- _data/sites.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_data/sites.json b/_data/sites.json index ba6a3b4e8..b5e62ffc0 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -4608,6 +4608,16 @@ ] }, + { + "name": "DevITjobs", + "url": "https://devitjobs.com/contact", + "difficulty": "medium", + "notes": "Click on the 'Log in here' button. After logging in, go to 'Account', then 'Delete Account'. You will be redirected to write to the support email. Account gets deleted within 48 hours.", + "domains": [ + "devitjobs.com" + ] + }, + { "name": "Devpost", "url": "https://devpost.com/settings/delete_account", @@ -21070,15 +21080,5 @@ "domains": [ "miyklas.com.ua" ] - }, - - { - "name": "DevITjobs", - "url": "https://devitjobs.com/contact", - "difficulty": "medium", - "notes": "Click on the 'Log in here' button. After logging in, go to 'Account', then 'Delete Account'. You will be redirected to write to the support email. Account gets deleted within 48 hours.", - "domains": [ - "devitjobs.com" - ] } ]