From da8407f4b2329b3c153b77408c2e991ea3003e00 Mon Sep 17 00:00:00 2001 From: Nandan Date: Sun, 20 Oct 2024 20:02:48 +0530 Subject: [PATCH 1/2] Add ToolsForImage for easy --- _data/sites.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_data/sites.json b/_data/sites.json index 402d0e2c1..e84541a40 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -21524,6 +21524,15 @@ ] }, + { + "name": "ToolsForImage", + "url": "https://www.toolsforimage.com/contact-us", + "difficulty": "easy", + "domains": [ + "toolsforimage.com" + ] + }, + { "name": "Topcoder", "url": "https://www.topcoder.com", From 9ab169c4b91de92cf1fd977339630511b449f51e Mon Sep 17 00:00:00 2001 From: Nandan Date: Mon, 21 Oct 2024 09:43:09 +0530 Subject: [PATCH 2/2] ToolsForImage as hard --- _data/sites.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/sites.json b/_data/sites.json index e84541a40..e48967eb3 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -21527,7 +21527,7 @@ { "name": "ToolsForImage", "url": "https://www.toolsforimage.com/contact-us", - "difficulty": "easy", + "difficulty": "hard", "domains": [ "toolsforimage.com" ]