restore

_someday_", "created_at": "2025-03-01T22:26:12.766Z", "emojis": [], "replies_count": 1, "reblogs_count": 0, "favourites_count": 1, "reblogged": false, "favourited": false, "muted": false, "sensitive": false, "spoiler_text": "", "visibility": "public", "media_attachments": [], "mentions": [], "tags": [], "card": null, "poll": null, "application": null, "language": null, "pinned": false, "reactions": [], "emoji_reactions": [], "bookmarked": false, "quote": null, "edited_at": null }, { "clearnet": "https://librex.nohost.network/", "tor": null, "i2p": null, "country": "KR", "librey": true }, { "shortcode": "floofCat", "static_url": "https://quack.social/files/dafaeb02-a2c1-4457-ad59-3b923ff3fbc3", "url": "https://quack.social/files/dafaeb02-a2c1-4457-ad59-3b923ff3fbc3", "visible_in_picker": true } ] } <?php require_once "misc/search_engine.php"; $opts = load_opts(); function print_page_buttons($type, $query, $page) { if ($type > 1) return; echo "<div class="next-page-button-wrapper">"; if ($page != 0) { print_next_page_button("&lt;&lt;", 0, $query, $type); print_next_page_button("&lt;", $page - 10, $query, $type);