From fd725878cb020fe15fd615463e2c136ee358ba6a Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Fri, 1 Jan 2021 16:06:59 -0800 Subject: [PATCH] added indiblogger (User Request) --- sites.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sites.json b/sites.json index 44af692..ce41947 100644 --- a/sites.json +++ b/sites.json @@ -6610,5 +6610,27 @@ "selected": "false", "timeout": 0, "implicit": 0 + }, + { + "url": "https://indiblogger.in/{username}", + "detections": [{ + "return": "false", + "string": "page not found", + "type": "normal" + }, + { + "return": "true", + "string": "page not found", + "type": "normal" + }, + { + "return": "true", + "string": "profile", + "type": "normal" + } + ], + "selected": "false", + "timeout": 0, + "implicit": 0 } ]