Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/removed-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1995,3 +1995,16 @@ __2025-07-06 :__ Site appears to have gone offline in March and hasn't come back
"username_claimed": "GalaxyRG"
},
```

## CodersRank
__2025-10-25 :__ Site fails to load all user profiles and only returns negatives
```json
"CodersRank": {
"errorMsg": "not a registered member",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9](?:[a-zA-Z0-9]|-(?=[a-zA-Z0-9])){0,38}$",
"url": "https://profile.codersrank.io/user/{}/",
"urlMain": "https://codersrank.io/",
"username_claimed": "rootkit7628"
},
```
8 changes: 0 additions & 8 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,14 +518,6 @@
"urlMain": "https://codepen.io/",
"username_claimed": "blue"
},
"Coders Rank": {
"errorMsg": "not a registered member",
"errorType": "message",
"regexCheck": "^[a-zA-Z0-9](?:[a-zA-Z0-9]|-(?=[a-zA-Z0-9])){0,38}$",
"url": "https://profile.codersrank.io/user/{}/",
"urlMain": "https://codersrank.io/",
"username_claimed": "rootkit7628"
},
"Coderwall": {
"errorType": "status_code",
"url": "https://coderwall.com/{}",
Expand Down