chore: auto-sort and format JSON files

This commit is contained in:
github-actions 2025-06-06 08:15:24 +00:00
parent 34094f777e
commit 5ad6826c3f

View File

@ -352,6 +352,10 @@
"uri_check": "https://graphql.anilist.co", "uri_check": "https://graphql.anilist.co",
"uri_pretty": "https://anilist.co/user/{account}", "uri_pretty": "https://anilist.co/user/{account}",
"post_body": "{\"query\":\"query{User(name:\\\"{account}\\\"){id name}}\"}", "post_body": "{\"query\":\"query{User(name:\\\"{account}\\\"){id name}}\"}",
"headers": {
"accept": "application/json",
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"id\":", "e_string": "\"id\":",
"m_string": "Not Found", "m_string": "Not Found",
@ -360,17 +364,16 @@
"test", "test",
"johndoe" "johndoe"
], ],
"cat": "social", "cat": "social"
"headers": {
"accept": "application/json",
"Content-Type": "application/json"
}
}, },
{ {
"name": "Anime-Planet", "name": "Anime-Planet",
"uri_check": "https://www.anime-planet.com/api/validation/username", "uri_check": "https://www.anime-planet.com/api/validation/username",
"uri_pretty": "https://www.anime-planet.com/users/{account}", "uri_pretty": "https://www.anime-planet.com/users/{account}",
"post_body": "{\"username\":\"{account}\"}", "post_body": "{\"username\":\"{account}\"}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 400, "e_code": 400,
"e_string": "\"msg\":\"Username is unavailable\"", "e_string": "\"msg\":\"Username is unavailable\"",
"m_string": "\"status\":\"ok\"", "m_string": "\"status\":\"ok\"",
@ -382,10 +385,7 @@
"cat": "social", "cat": "social",
"protection": [ "protection": [
"cloudflare" "cloudflare"
], ]
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "anonup", "name": "anonup",
@ -418,6 +418,13 @@
"name": "Apex Legends", "name": "Apex Legends",
"uri_check": "https://api.tracker.gg/api/v2/apex/standard/profile/origin/{account}", "uri_check": "https://api.tracker.gg/api/v2/apex/standard/profile/origin/{account}",
"uri_pretty": "https://apex.tracker.gg/apex/profile/origin/{account}/overview", "uri_pretty": "https://apex.tracker.gg/apex/profile/origin/{account}/overview",
"headers": {
"Accept-Language": "en-US,en;q=0.5",
"Origin": "https://apex.tracker.gg",
"Referer": "https://apex.tracker.gg/",
"TE": "trailers",
"User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
},
"e_code": 200, "e_code": 200,
"e_string": "platformInfo", "e_string": "platformInfo",
"m_string": "CollectorResultStatus::NotFound", "m_string": "CollectorResultStatus::NotFound",
@ -426,14 +433,7 @@
"tttcheekyttt", "tttcheekyttt",
"RollsRoyce_Dawn" "RollsRoyce_Dawn"
], ],
"cat": "gaming", "cat": "gaming"
"headers": {
"Accept-Language": "en-US,en;q=0.5",
"Origin": "https://apex.tracker.gg",
"Referer": "https://apex.tracker.gg/",
"TE": "trailers",
"User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
}
}, },
{ {
"name": "Appian", "name": "Appian",
@ -609,6 +609,12 @@
{ {
"name": "Avid Community", "name": "Avid Community",
"uri_check": "https://community.avid.com/members/{account}/default.aspx", "uri_check": "https://community.avid.com/members/{account}/default.aspx",
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8",
"Cache-Control": "no-cache",
"Host": "community.avid.com",
"User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
},
"e_code": 200, "e_code": 200,
"e_string": "My Activity", "e_string": "My Activity",
"m_string": "The user you requested cannot be found.", "m_string": "The user you requested cannot be found.",
@ -617,13 +623,7 @@
"Thayne", "Thayne",
"Admin" "Admin"
], ],
"cat": "music", "cat": "music"
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/png,image/svg+xml,*/*;q=0.8",
"Cache-Control": "no-cache",
"Host": "community.avid.com",
"User-Agent": "Mozilla/5.0 (Mozilla/5.0 (X11; Linux i686; rv:128.0) Gecko/20100101 Firefox/128.0"
}
}, },
{ {
"name": "babepedia", "name": "babepedia",
@ -860,6 +860,9 @@
"uri_check": "https://api.bitchute.com/api/beta/channel", "uri_check": "https://api.bitchute.com/api/beta/channel",
"uri_pretty": "https://www.bitchute.com/channel/{account}/", "uri_pretty": "https://www.bitchute.com/channel/{account}/",
"post_body": "{\"channel_id\":\"{account}\"}", "post_body": "{\"channel_id\":\"{account}\"}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"channel_id\":", "e_string": "\"channel_id\":",
"m_string": "\"errors\":", "m_string": "\"errors\":",
@ -869,10 +872,7 @@
"americafloats", "americafloats",
"daindor" "daindor"
], ],
"cat": "political", "cat": "political"
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "Blogger", "name": "Blogger",
@ -1091,6 +1091,9 @@
"uri_check": "https://app.buymeacoffee.com/api/v1/check_availability", "uri_check": "https://app.buymeacoffee.com/api/v1/check_availability",
"uri_pretty": "https://buymeacoffee.com/{account}", "uri_pretty": "https://buymeacoffee.com/{account}",
"post_body": "{\"project_slug\":\"{account}\"}", "post_body": "{\"project_slug\":\"{account}\"}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"available\":false", "e_string": "\"available\":false",
"m_string": "\"available\":true", "m_string": "\"available\":true",
@ -1102,10 +1105,7 @@
"cat": "finance", "cat": "finance",
"protection": [ "protection": [
"cloudflare" "cloudflare"
], ]
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "BuzzFeed", "name": "BuzzFeed",
@ -1602,6 +1602,9 @@
{ {
"name": "Coub", "name": "Coub",
"uri_check": "https://coub.com/{account}", "uri_check": "https://coub.com/{account}",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
},
"e_code": 200, "e_code": 200,
"e_string": "- Channel on Coub</title>", "e_string": "- Channel on Coub</title>",
"m_string": "Sorry, that page doesn't exist.", "m_string": "Sorry, that page doesn't exist.",
@ -1610,10 +1613,7 @@
"dmitry.kozhevnikov", "dmitry.kozhevnikov",
"idesignking" "idesignking"
], ],
"cat": "misc", "cat": "misc"
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
}
}, },
{ {
"name": "cowboys4angels", "name": "cowboys4angels",
@ -1979,6 +1979,9 @@
"name": "Discord Users", "name": "Discord Users",
"uri_check": "https://discord.com/api/v9/unique-username/username-attempt-unauthed", "uri_check": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
"post_body": "{\"username\": \"{account}\"}", "post_body": "{\"username\": \"{account}\"}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"taken\":true", "e_string": "\"taken\":true",
"m_string": "\"taken\":false", "m_string": "\"taken\":false",
@ -1987,10 +1990,7 @@
"test", "test",
"web" "web"
], ],
"cat": "social", "cat": "social"
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "Discourse", "name": "Discourse",
@ -2270,6 +2270,9 @@
"uri_check": "https://be.electrobel.org/register.ajax", "uri_check": "https://be.electrobel.org/register.ajax",
"uri_pretty": "https://be.electrobel.org/{account}", "uri_pretty": "https://be.electrobel.org/{account}",
"post_body": "action=checkUsername&username={account}", "post_body": "action=checkUsername&username={account}",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
},
"e_code": 200, "e_code": 200,
"e_string": "\"html\":\"Username exists<br\\/>Please choose another\"", "e_string": "\"html\":\"Username exists<br\\/>Please choose another\"",
"m_string": "\"html\":\"Name is available\"", "m_string": "\"html\":\"Name is available\"",
@ -2278,10 +2281,7 @@
"wixel", "wixel",
"Gloomer" "Gloomer"
], ],
"cat": "social", "cat": "social"
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
}
}, },
{ {
"name": "Engadget", "name": "Engadget",
@ -3145,6 +3145,9 @@
"name": "GitHub", "name": "GitHub",
"uri_check": "https://api.github.com/users/{account}", "uri_check": "https://api.github.com/users/{account}",
"uri_pretty": "https://github.com/{account}", "uri_pretty": "https://github.com/{account}",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
},
"e_code": 200, "e_code": 200,
"e_string": "\"id\":", "e_string": "\"id\":",
"m_string": "\"status\": \"404\"", "m_string": "\"status\": \"404\"",
@ -3153,15 +3156,15 @@
"test", "test",
"WebBreacher" "WebBreacher"
], ],
"cat": "coding", "cat": "coding"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
}
}, },
{ {
"name": "GitHub Gists", "name": "GitHub Gists",
"uri_check": "https://api.github.com/users/{account}/gists", "uri_check": "https://api.github.com/users/{account}/gists",
"uri_pretty": "https://gits.github.com/{account}", "uri_pretty": "https://gits.github.com/{account}",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
},
"e_code": 200, "e_code": 200,
"e_string": "\"id\":", "e_string": "\"id\":",
"m_string": "\"status\": \"404\"", "m_string": "\"status\": \"404\"",
@ -3170,10 +3173,7 @@
"teymurgahramanov", "teymurgahramanov",
"WebBreacher" "WebBreacher"
], ],
"cat": "coding", "cat": "coding"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"
}
}, },
{ {
"name": "GitLab", "name": "GitLab",
@ -3588,6 +3588,9 @@
"uri_check": "https://hackerone.com/graphql", "uri_check": "https://hackerone.com/graphql",
"uri_pretty": "https://hackerone.com/{account}", "uri_pretty": "https://hackerone.com/{account}",
"post_body": "{\"query\":\"query($url: URI!) {\\n resource(url: $url) {\\n ... on User { username }\\n }\\n }\",\"variables\":{\"url\":\"{account}\"}}", "post_body": "{\"query\":\"query($url: URI!) {\\n resource(url: $url) {\\n ... on User { username }\\n }\\n }\",\"variables\":{\"url\":\"{account}\"}}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"username\":", "e_string": "\"username\":",
"m_string": "\"type\":\"NOT_FOUND\"", "m_string": "\"type\":\"NOT_FOUND\"",
@ -3596,10 +3599,7 @@
"born2hack", "born2hack",
"godiego" "godiego"
], ],
"cat": "tech", "cat": "tech"
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "HackerRank", "name": "HackerRank",
@ -3623,6 +3623,10 @@
"uri_check": "https://hackrocks.com/api/users/profile", "uri_check": "https://hackrocks.com/api/users/profile",
"uri_pretty": "https://hackrocks.com/id/{account}", "uri_pretty": "https://hackrocks.com/id/{account}",
"post_body": "{\"username\":\"{account}\"}", "post_body": "{\"username\":\"{account}\"}",
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"username\":", "e_string": "\"username\":",
"m_string": "\"error_data\":\"USER_NOT_FOUND\"", "m_string": "\"error_data\":\"USER_NOT_FOUND\"",
@ -3631,11 +3635,7 @@
"mespejo", "mespejo",
"NeoWaveCode" "NeoWaveCode"
], ],
"cat": "tech", "cat": "tech"
"headers": {
"Accept": "application/json, text/plain, */*",
"Content-Type": "application/json"
}
}, },
{ {
"name": "Hackster", "name": "Hackster",
@ -4295,6 +4295,9 @@
"uri_check": "https://www.joindota.com/ajax/search", "uri_check": "https://www.joindota.com/ajax/search",
"uri_pretty": "https://www.joindota.com/search?m=edb_player&q={account}", "uri_pretty": "https://www.joindota.com/search?m=edb_player&q={account}",
"post_body": "search={account}&module=edb_player&language=en", "post_body": "search={account}&module=edb_player&language=en",
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
},
"e_code": 200, "e_code": 200,
"e_string": "\"items\":[{", "e_string": "\"items\":[{",
"m_string": "\"count\":0", "m_string": "\"count\":0",
@ -4303,10 +4306,7 @@
"AngryTestie", "AngryTestie",
"amddota2" "amddota2"
], ],
"cat": "gaming", "cat": "gaming"
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
}
}, },
{ {
"name": "JSFiddle", "name": "JSFiddle",
@ -4352,6 +4352,9 @@
"uri_check": "https://www.kashipara.com/ajax/checkNewUser.php", "uri_check": "https://www.kashipara.com/ajax/checkNewUser.php",
"uri_pretty": "https://www.kashipara.com/profile/user/{account}", "uri_pretty": "https://www.kashipara.com/profile/user/{account}",
"post_body": "id=UserName&value={account}", "post_body": "id=UserName&value={account}",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
},
"e_code": 200, "e_code": 200,
"e_string": "\"message\":\"UserName already Exist\"", "e_string": "\"message\":\"UserName already Exist\"",
"m_string": "\"message\":\"UserName avalible\"", "m_string": "\"message\":\"UserName avalible\"",
@ -4360,10 +4363,7 @@
"lopalopa", "lopalopa",
"westde123" "westde123"
], ],
"cat": "tech", "cat": "tech"
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
}
}, },
{ {
"name": "Keybase", "name": "Keybase",
@ -4535,6 +4535,9 @@
"uri_check": "https://kwork.ru/user_kworks/{account}", "uri_check": "https://kwork.ru/user_kworks/{account}",
"uri_pretty": "https://kwork.ru/user/{account}", "uri_pretty": "https://kwork.ru/user/{account}",
"post_body": "{\"username\":\"{account}\",\"offset\":0,\"limit\":10}", "post_body": "{\"username\":\"{account}\",\"offset\":0,\"limit\":10}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"success\":true", "e_string": "\"success\":true",
"m_string": "\"success\":false", "m_string": "\"success\":false",
@ -4543,10 +4546,7 @@
"ilkarkarakurt", "ilkarkarakurt",
"sergeymeshiy" "sergeymeshiy"
], ],
"cat": "social", "cat": "social"
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "Last.fm", "name": "Last.fm",
@ -4582,6 +4582,9 @@
"uri_check": "https://leetcode.com/graphql/", "uri_check": "https://leetcode.com/graphql/",
"uri_pretty": "https://leetcode.com/u/{account}/", "uri_pretty": "https://leetcode.com/u/{account}/",
"post_body": "{\"query\":\"query userPublicProfile($username: String!) { matchedUser(username: $username) { username } }\",\"variables\":{\"username\":\"{account}\"},\"operationName\":\"userPublicProfile\"}", "post_body": "{\"query\":\"query userPublicProfile($username: String!) { matchedUser(username: $username) { username } }\",\"variables\":{\"username\":\"{account}\"},\"operationName\":\"userPublicProfile\"}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"username\":", "e_string": "\"username\":",
"m_string": "\"matchedUser\":null", "m_string": "\"matchedUser\":null",
@ -4590,10 +4593,7 @@
"aku_2000", "aku_2000",
"wengh" "wengh"
], ],
"cat": "coding", "cat": "coding"
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "Lemon8", "name": "Lemon8",
@ -6666,6 +6666,9 @@
"uri_check": "https://promodj.com/ajax/register.html?lang=en", "uri_check": "https://promodj.com/ajax/register.html?lang=en",
"uri_pretty": "https://promodj.com/{account}", "uri_pretty": "https://promodj.com/{account}",
"post_body": "kind=nick&value={account}", "post_body": "kind=nick&value={account}",
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
},
"e_code": 200, "e_code": 200,
"e_string": "Address you entered is already taken", "e_string": "Address you entered is already taken",
"m_string": "The address is free, it's great;)", "m_string": "The address is free, it's great;)",
@ -6674,10 +6677,7 @@
"sekoy", "sekoy",
"vovasmallny" "vovasmallny"
], ],
"cat": "music", "cat": "music"
"headers": {
"Content-Type": "application/x-www-form-urlencoded; charset=UTF-8"
}
}, },
{ {
"name": "Pronouns.Page", "name": "Pronouns.Page",
@ -7296,6 +7296,9 @@
{ {
"name": "Showup.tv", "name": "Showup.tv",
"uri_check": "https://showup.tv/profile/{account}", "uri_check": "https://showup.tv/profile/{account}",
"headers": {
"Cookie": "accept_rules=true;"
},
"e_code": 200, "e_code": 200,
"e_string": "O mnie", "e_string": "O mnie",
"m_string": "<title>Darmowe", "m_string": "<title>Darmowe",
@ -7304,10 +7307,7 @@
"LunaVee", "LunaVee",
"Jane_Frou" "Jane_Frou"
], ],
"cat": "xx NSFW xx", "cat": "xx NSFW xx"
"headers": {
"Cookie": "accept_rules=true;"
}
}, },
{ {
"name": "shutterstock", "name": "shutterstock",
@ -7743,6 +7743,9 @@
"uri_check": "https://signup.steemit.com/api/check_username", "uri_check": "https://signup.steemit.com/api/check_username",
"uri_pretty": "https://steemit.com/@{account}", "uri_pretty": "https://steemit.com/@{account}",
"post_body": "{\"username\":\"{account}\"}", "post_body": "{\"username\":\"{account}\"}",
"headers": {
"Content-Type": "application/json"
},
"e_code": 200, "e_code": 200,
"e_string": "\"type\":\"error_api_username_used\"", "e_string": "\"type\":\"error_api_username_used\"",
"m_string": "\"success\":true", "m_string": "\"success\":true",
@ -7751,10 +7754,7 @@
"petlover", "petlover",
"zalat" "zalat"
], ],
"cat": "social", "cat": "social"
"headers": {
"Content-Type": "application/json"
}
}, },
{ {
"name": "steller", "name": "steller",
@ -8264,6 +8264,9 @@
"uri_check": "https://www.tindie.com/accounts/check_username/", "uri_check": "https://www.tindie.com/accounts/check_username/",
"uri_pretty": "https://www.tindie.com/stores/{account}/", "uri_pretty": "https://www.tindie.com/stores/{account}/",
"post_body": "username={account}", "post_body": "username={account}",
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
},
"e_code": 200, "e_code": 200,
"e_string": "\"errors\": [\"Username taken!\"]", "e_string": "\"errors\": [\"Username taken!\"]",
"m_string": "\"valid\": true", "m_string": "\"valid\": true",
@ -8272,10 +8275,7 @@
"tehrabbitt", "tehrabbitt",
"dekunukem" "dekunukem"
], ],
"cat": "shopping", "cat": "shopping"
"headers": {
"Content-Type": "application/x-www-form-urlencoded"
}
}, },
{ {
"name": "Tooting.ch (Mastodon Instance)", "name": "Tooting.ch (Mastodon Instance)",
@ -8846,6 +8846,12 @@
"name": "VirusTotal", "name": "VirusTotal",
"uri_check": "https://www.virustotal.com/ui/users/{account}", "uri_check": "https://www.virustotal.com/ui/users/{account}",
"uri_pretty": "https://www.virustotal.com/gui/user/{account}", "uri_pretty": "https://www.virustotal.com/gui/user/{account}",
"headers": {
"Accept-Ianguage": "en-US",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
"X-Tool": "vt-ui-main",
"X-VT-Anti-Abuse-Header": "MTAxOTFwMDcxOTEtWkc5dWRDQmlaU0JsZG2scy5xNzE4Mjc1NDI0LjUzMw=="
},
"e_code": 200, "e_code": 200,
"e_string": "\"data\"", "e_string": "\"data\"",
"m_string": "\"code\": \"NotFoundError\"", "m_string": "\"code\": \"NotFoundError\"",
@ -8854,13 +8860,7 @@
"cyber", "cyber",
"cybersecstu" "cybersecstu"
], ],
"cat": "misc", "cat": "misc"
"headers": {
"Accept-Ianguage": "en-US",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
"X-Tool": "vt-ui-main",
"X-VT-Anti-Abuse-Header": "MTAxOTFwMDcxOTEtWkc5dWRDQmlaU0JsZG2scy5xNzE4Mjc1NDI0LjUzMw=="
}
}, },
{ {
"name": "visnesscard", "name": "visnesscard",
@ -8892,6 +8892,9 @@
{ {
"name": "VK", "name": "VK",
"uri_check": "https://vk.com/{account}", "uri_check": "https://vk.com/{account}",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux i686; rv:125.0) Gecko/20100101 Firefox/125.0"
},
"e_code": 200, "e_code": 200,
"e_string": "content=\"profile\"", "e_string": "content=\"profile\"",
"m_string": "404 Not Found", "m_string": "404 Not Found",
@ -8900,10 +8903,7 @@
"ches_ches", "ches_ches",
"mike.kidlazy" "mike.kidlazy"
], ],
"cat": "social", "cat": "social"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux i686; rv:125.0) Gecko/20100101 Firefox/125.0"
}
}, },
{ {
"name": "Vkl.world (Mastodon Instance)", "name": "Vkl.world (Mastodon Instance)",
@ -8963,6 +8963,9 @@
{ {
"name": "vsco", "name": "vsco",
"uri_check": "https://vsco.co/{account}/gallery", "uri_check": "https://vsco.co/{account}/gallery",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
},
"e_code": 200, "e_code": 200,
"e_string": "permaSubdomain", "e_string": "permaSubdomain",
"m_string": "\"error\":\"site_not_found\"}", "m_string": "\"error\":\"site_not_found\"}",
@ -8971,10 +8974,7 @@
"sam", "sam",
"becca" "becca"
], ],
"cat": "social", "cat": "social"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
}
}, },
{ {
"name": "W3Schools", "name": "W3Schools",
@ -9101,6 +9101,9 @@
{ {
"name": "Weblancer", "name": "Weblancer",
"uri_check": "https://www.weblancer.net/users/{account}/", "uri_check": "https://www.weblancer.net/users/{account}/",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
},
"e_code": 200, "e_code": 200,
"e_string": "\"user\":", "e_string": "\"user\":",
"m_string": "\"page\":\"/404\"", "m_string": "\"page\":\"/404\"",
@ -9109,10 +9112,7 @@
"kevin", "kevin",
"WebArtyom" "WebArtyom"
], ],
"cat": "social", "cat": "social"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
}
}, },
{ {
"name": "weebly", "name": "weebly",
@ -9573,6 +9573,9 @@
{ {
"name": "Zbiornik", "name": "Zbiornik",
"uri_check": "https://mini.zbiornik.com/{account}", "uri_check": "https://mini.zbiornik.com/{account}",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
},
"e_code": 200, "e_code": 200,
"e_string": "INFO", "e_string": "INFO",
"m_string": "", "m_string": "",
@ -9581,10 +9584,7 @@
"69uzytkownik69", "69uzytkownik69",
"Soif" "Soif"
], ],
"cat": "xx NSFW xx", "cat": "xx NSFW xx"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
}
}, },
{ {
"name": "Zenn", "name": "Zenn",
@ -9672,6 +9672,9 @@
{ {
"name": "Zomato", "name": "Zomato",
"uri_check": "https://www.zomato.com/{account}/reviews", "uri_check": "https://www.zomato.com/{account}/reviews",
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
},
"e_code": 200, "e_code": 200,
"e_string": "Activity</h4>", "e_string": "Activity</h4>",
"m_string": "This is a 404 page and we think it's fairly clear", "m_string": "This is a 404 page and we think it's fairly clear",
@ -9680,10 +9683,7 @@
"john", "john",
"jess" "jess"
], ],
"cat": "social", "cat": "social"
"headers": {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0"
}
}, },
{ {
"name": "zoomitir", "name": "zoomitir",