Skip to content

Commit

Permalink
Merge pull request #804 from WebBreacher/new-sites
Browse files Browse the repository at this point in the history
Remove Cash.app fix Facebook
  • Loading branch information
WebBreacher authored Apr 19, 2024
2 parents a0272f6 + a6d0e72 commit 76b0ef1
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,16 +841,6 @@
"known" : ["liam", "peter"],
"cat" : "business"
},
{
"name" : "cash.app",
"uri_check" : "https://cash.app/${account}",
"e_code" : 200,
"e_string" : " on Cash App</title>",
"m_string" : "The page you are looking for can't be found",
"m_code" : 404,
"known" : ["Jill", "john"],
"cat" : "finance"
},
{
"name" : "CastingCallClub",
"uri_check" : "https://www.castingcall.club/{account}",
Expand Down Expand Up @@ -1654,12 +1644,12 @@
},
{
"name" : "Facebook",
"uri_check" : "https://m.facebook.com/{account}",
"uri_check" : "https://www.facebook.com/{account}/",
"e_code" : 200,
"e_string" : "| Facebook</title>",
"m_string" : "<title>Content not found",
"m_code" : 200,
"known" : ["zuck", "adam"],
"e_string" : "about_",
"m_string" : "",
"m_code" : 302,
"known" : ["john.miniolic", "adam"],
"cat" : "social"
},
{
Expand Down

0 comments on commit 76b0ef1

Please sign in to comment.