From 4c99bf3b75c89fc29b1f0855ad6866006df89814 Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Sun, 5 Oct 2025 10:44:55 -0400 Subject: [PATCH 1/5] Add MuseScore site (clean version) --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 1f0e34225..13a7a8956 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1433,6 +1433,12 @@ "urlMain": "https://www.motorradfrage.net/", "username_claimed": "gutefrage" }, + "MuseScore": { + "errorType": "status_code", + "url": "https://musescore.com/{}", + "urlMain": "https://musescore.com/", + "username_claimed": "musescore" +}, "MyAnimeList": { "errorType": "status_code", "url": "https://myanimelist.net/profile/{}", From f958e7b96fc7e958c3c8e9ec4c4389f72461a50c Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Sun, 5 Oct 2025 12:13:37 -0400 Subject: [PATCH 2/5] update MuseScore username_claimed to arrangeme (valid profile) --- sherlock_project/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 13a7a8956..7c2642a06 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1435,9 +1435,9 @@ }, "MuseScore": { "errorType": "status_code", - "url": "https://musescore.com/{}", + "url": "https://musescore.com/user/{}", "urlMain": "https://musescore.com/", - "username_claimed": "musescore" + "username_claimed": "arrangeme" }, "MyAnimeList": { "errorType": "status_code", From 7a4f19e6b3b2cccd044e2ca73ac689f1e095051a Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Sun, 5 Oct 2025 12:27:30 -0400 Subject: [PATCH 3/5] Fix MuseScore URL endpoint --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 7c2642a06..884977268 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1435,7 +1435,7 @@ }, "MuseScore": { "errorType": "status_code", - "url": "https://musescore.com/user/{}", + "url": "https://musescore.com/{}", "urlMain": "https://musescore.com/", "username_claimed": "arrangeme" }, From 4eea79ed6a701bdfeebf8d8e17d31629c2cbb6dc Mon Sep 17 00:00:00 2001 From: paul_kniaz Date: Mon, 6 Oct 2025 13:07:45 -0400 Subject: [PATCH 4/5] MuseScore: use GET for status_code via request_method to avoid 403 on HEAD --- sherlock_project/resources/data.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 884977268..35ad30aff 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1433,12 +1433,15 @@ "urlMain": "https://www.motorradfrage.net/", "username_claimed": "gutefrage" }, - "MuseScore": { - "errorType": "status_code", - "url": "https://musescore.com/{}", - "urlMain": "https://musescore.com/", - "username_claimed": "arrangeme" -}, + "MuseScore": { + "errorType": "status_code", + "url": "https://musescore.com/{}", + "urlMain": "https://musescore.com/", + "username_claimed": "arrangeme", + "request_method": "GET" + }, + + "MyAnimeList": { "errorType": "status_code", "url": "https://myanimelist.net/profile/{}", From 51436cefe8381dde05951a023b0d1298f5f24872 Mon Sep 17 00:00:00 2001 From: Derick Kunz <74686130+DYPIXY@users.noreply.github.com> Date: Sun, 21 Mar 2021 02:27:52 -0300 Subject: [PATCH 5/5] Add Ifunny --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index fa3218991..b842876b0 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1145,6 +1145,12 @@ "urlMain": "https://www.ifttt.com/", "username_claimed": "blue" }, + "Ifunny": { + "errorType":"status_code", + "url":"https://ifunny.co/user/{}", + "urlMain":"https://ifunny.co/", + "username_claimed":"agua" + }, "IRC-Galleria": { "errorType": "response_url", "errorUrl": "https://irc-galleria.net/users/search?username={}",