From 75aba053999b9ae7872027b909abf7ebcb7c9b2f Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 9 Feb 2019 18:55:55 -0600 Subject: [PATCH] Convert Carbonmade to use Response URL detection. This is much more robust than the Error Message method. There are some odd things going on with this site... When I manually try certain user names, I get forwarded to other usernames. I suspect that there is some aliasing going on in the background. The detection for this site is probably not quite correct. But, it definitly works better than before. Add to tests. --- data.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data.json b/data.json index 78349b0..eb59be4 100644 --- a/data.json +++ b/data.json @@ -139,11 +139,13 @@ "username_unclaimed": "xgtrq" }, "Carbonmade": { - "errorMsg": "You've accidentally stumbled upon Mike's super secret nap grotto.", - "errorType": "message", + "errorType": "response_url", + "errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com", "rank": 31911, "url": "https://{}.carbonmade.com", - "urlMain": "https://carbonmade.com/" + "urlMain": "https://carbonmade.com/", + "username_claimed": "jenny", + "username_unclaimed": "noonewouldeverusethis7" }, "CashMe": { "errorType": "status_code",