"visible_in_picker": true }, { "id": "9x2iyutvvwg20bj0", "username": "SharpLimefox", "acct": "SharpLimefox@eldritch.cafe", "url": "https://eldritch.cafe/@SharpLimefox" } ], "moved": null, "fields": [ { "name": "matrix/pronouns/other", "value": "<span>curl -I </span><a rel="nofollow noopener noreferrer" target="_blank" href="https://liv.town">liv.town</a>", "verified_at": null } ], "tags": [], "card": null, "poll": null, "application": null, "language": null, "pinned": false, "reactions": [], "emoji_reactions": [], "bookmarked": false, "quote": null, "edited_at": null }, { "shortcode": "neobot_pat", "static_url": "https://quack.social/files/58854199-bfa4-4852-a458-9843721f6040", "url": "https://quack.social/files/58854199-bfa4-4852-a458-9843721f6040", "visible_in_picker": true } ] } <?php require_once "misc/header.php"; require_once "misc/tools.php"; $instances_json = json_decode(file_get_contents("instances.json"), true); $librey_instances = array_filter($instances_json['instances'], fn($n) => !$n['librey']); function list_instances($instances) { echo "<table><tr>"; echo "<th>Clearnet</th>"; echo "<th>Tor</th>"; echo "<th>I2P</th>"; echo "<th>Country</th>"; echo "</tr>"; foreach($instances as $instance) { $hostname = parse_url($instance["clearnet"])["host"]; $country