From ae16e78454bb706fb4dc656bf8eb442c8a057fcc Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Sun, 27 Dec 2020 23:47:45 -0800 Subject: [PATCH] Update sites.json --- sites.json | 125 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 117 insertions(+), 8 deletions(-) diff --git a/sites.json b/sites.json index 336a6b2..a3ca4da 100644 --- a/sites.json +++ b/sites.json @@ -2750,42 +2750,151 @@ }, { "url": "https://leetcode.com/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "Page Not Found", + "type": "ocr" + }, + { + "return": "false", + "string": "Page Not Found", + "type": "normal" + }, + { + "return": "true", + "string": "profile-root", + "type": "normal" + } + ], "selected": "false" }, { "url": "https://letterboxd.com/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "find the page you’ve requested", + "type": "ocr" + }, + { + "return": "false", + "string": "find the page you’ve requested", + "type": "normal" + }, + { + "return": "true", + "string": "\"profile\"", + "type": "normal" + }, + { + "return": "true", + "string": "data-user", + "type": "normal" + } + ], "selected": "false" }, { "url": "https://lichess.org/@/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "Page not found", + "type": "ocr" + }, + { + "return": "false", + "string": "Page not found", + "type": "normal" + }, + { + "return": "true", + "string": "username", + "type": "normal" + } + ], "selected": "false" }, { "url": "https://linux.org.ru/people/{username}/profile", - "detections": [], + "detections": [{ + "return": "true", + "string": "userpic", + "type": "normal" + }], "selected": "false" }, { "url": "https://liveleak.com/c/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "channel not found", + "type": "ocr" + }, + { + "return": "false", + "string": "channel not found", + "type": "normal" + }, + { + "return": "true", + "string": "content_main_right", + "type": "normal" + } + ], "selected": "false" }, { "url": "https://livelib.ru/reader/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "logo-404", + "type": "normal" + }, + { + "return": "true", + "string": "user-profile", + "type": "normal" + } + ], "selected": "false" }, { "url": "https://lobste.rs/u/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "they changed their username", + "type": "ocr" + }, + { + "return": "false", + "string": "they changed their username", + "type": "normal" + }, + { + "return": "true", + "string": "/u#{username}", + "type": "normal" + } + ], "selected": "false" }, { "url": "https://lolchess.gg/profile/na/{username}", - "detections": [], + "detections": [{ + "return": "false", + "string": "No search results", + "type": "ocr" + }, + { + "return": "false", + "string": "No search results", + "type": "normal" + }, + { + "return": "true", + "string": "\"profile\"", + "type": "normal" + } + ], "selected": "false" }, {