From 4006556daac122ebc462eba80e3f6ed5293132b2 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 10 Apr 2024 21:50:36 -0400 Subject: [PATCH] Remove G2G for F+ --- removed_sites.json | 8 ++++++++ removed_sites.md | 13 +++++++++++++ sherlock/resources/data.json | 8 -------- 3 files changed, 21 insertions(+), 8 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 0f559ea0..05a31083 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -891,5 +891,13 @@ "url": "https://www.hexrpg.com/userinfo/{}", "urlMain": "https://www.hexrpg.com/", "username_claimed": "blue" + }, + "G2G": { + "errorType": "response_url", + "errorUrl": "https://www.g2g.com/{}", + "regexCheck": "^[A-Za-z][A-Za-z0-9_]{2,11}$", + "url": "https://www.g2g.com/{}", + "urlMain": "https://www.g2g.com/", + "username_claimed": "user" } } diff --git a/removed_sites.md b/removed_sites.md index e9146c17..1731f8e1 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1919,4 +1919,17 @@ __2024-04-07 :__ Non-existent users seemingly displayed as real users with no ac "urlMain": "https://www.metacritic.com/", "username_claimed": "blue" } +``` + +## G2G +__2024-04-10 :__ Seems to be loading profiles with some wierd javascript setup that sherlock doesn't like, leading to difficult to control false positives +```json + "G2G": { + "errorType": "response_url", + "errorUrl": "https://www.g2g.com/{}", + "regexCheck": "^[A-Za-z][A-Za-z0-9_]{2,11}$", + "url": "https://www.g2g.com/{}", + "urlMain": "https://www.g2g.com/", + "username_claimed": "user" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index f9a7c505..50c950a7 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -787,14 +787,6 @@ "urlMain": "https://freesound.org/", "username_claimed": "blue" }, - "G2G": { - "errorType": "response_url", - "errorUrl": "https://www.g2g.com/{}", - "regexCheck": "^[A-Za-z][A-Za-z0-9_]{2,11}$", - "url": "https://www.g2g.com/{}", - "urlMain": "https://www.g2g.com/", - "username_claimed": "user" - }, "GNOME VCS": { "errorType": "response_url", "errorUrl": "https://gitlab.gnome.org/{}",