diff --git a/removed_sites.json b/removed_sites.json index 0f559ea..05a3108 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 e9146c1..1731f8e 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 f9a7c50..50c950a 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/{}",