Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/thewhiteh4t/nexfil
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Nov 21, 2022
2 parents 89e166f e6a645a commit 1525e9a
Showing 1 changed file with 15 additions and 25 deletions.
40 changes: 15 additions & 25 deletions url_store.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 181,8 @@
},
{
"url": "https://community.cloudflare.com/u/{}",
"test": null,
"data": null
"test": "string",
"data": "That page doesn’t exist"
},
{
"url": "https://www.clozemaster.com/players/{}",
Expand Down Expand Up @@ -286,8 286,8 @@
},
{
"url": "https://ello.co/{}",
"test": "method",
"data": null
"test": "string",
"data": "We couldn't find the page"
},
{
"url": "https://www.etsy.com/shop/{}",
Expand Down Expand Up @@ -379,11 379,6 @@
"test": null,
"data": null
},
{
"url": "https://github.community/u/{}/summary",
"test": null,
"data": null
},
{
"url": "https://gitlab.com/{}",
"test": "redirect",
Expand Down Expand Up @@ -411,8 406,8 @@
},
{
"url": "https://gurushots.com/{}/photos",
"test": null,
"data": null
"test": "string",
"data": "This page doesn't exist"
},
{
"url": "https://forum.hackthebox.eu/profile/{}",
Expand Down Expand Up @@ -556,8 551,8 @@
},
{
"url": "https://medium.com/@{}",
"test": null,
"data": null
"test": "string",
"data": "PAGE NOT FOUND"
},
{
"url": "https://www.memrise.com/user/{}/",
Expand Down Expand Up @@ -841,8 836,8 @@
},
{
"url": "https://robertsspaceindustries.com/citizens/{}",
"test": null,
"data": null
"test": "string",
"data": "404 - Roberts Space Industries"
},
{
"url": "https://steamcommunity.com/id/{}",
Expand Down Expand Up @@ -994,11 989,6 @@
"test": null,
"data": null
},
{
"url": "https://forums.whonix.org/u/{}",
"test": null,
"data": null
},
{
"url": "http://www.wikidot.com/user:info/{}",
"test": "string",
Expand Down Expand Up @@ -1346,8 1336,8 @@
},
{
"url": "https://www.instagram.com/{}/",
"test": "method",
"data": null
"test": "string",
"data": "this page isn't available"
},
{
"url": "https://gist.github.com/{}/",
Expand Down Expand Up @@ -1731,12 1721,12 @@
},
{
"url": "https://www.fiverr.com/{}",
"test": "redirect",
"data": null
"test": "string",
"data": "this isn't what you were looking for"
},
{
"url": "https://tenor.com/users/{}",
"test": null,
"data": null
}
]
]

0 comments on commit 1525e9a

Please sign in to comment.