From 04f4ef06ee9bbb4ea6b06d92093cfc6bdbfaf704 Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Thu, 31 Dec 2020 11:49:12 -0800 Subject: [PATCH] added hatenablog (User Request) --- sites.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/sites.json b/sites.json index 4671c34..6fb7cca 100644 --- a/sites.json +++ b/sites.json @@ -6261,5 +6261,26 @@ "selected": "false", "timeout": 0, "implicit": 0 + }, + { + "url": "https://{username}.hatenablog.com/about", + "detections": [{ + "return": "false", + "string": "Blog is not found", + "type": "ocr" + }, { + "return": "false", + "string": "Blog is not found", + "type": "normal" + }, + { + "return": "true", + "string": "profile-", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0 } ]