dear i hate kde's dependencies", "created_at": "2025-03-01T22:23:17.836Z", "emojis": [], "replies_count": 0, "reblogs_count": 0, "favourites_count": 0, "reblogged": false, "favourited": false, "muted": false, "sensitive": false, "spoiler_text": "", "visibility": "unlisted", "media_attachments": [], "mentions": [ { "shortcode": "neocat_hug_ice_3", "static_url": "https://quack.social/files/74bbed87-4740-4b4f-8789-31088f84f25e", "url": "https://quack.social/files/74bbed87-4740-4b4f-8789-31088f84f25e", "visible_in_picker": true }, { "clearnet": "https://librex.uk.to/", "tor": null, "i2p": null, "country": "KR", "librey": true }, { "shortcode": "neocat_hug_ice_3", "static_url": "https://quack.social/files/74bbed87-4740-4b4f-8789-31088f84f25e", "url": "https://quack.social/files/74bbed87-4740-4b4f-8789-31088f84f25e", "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("<<", 0, $query, $type); } for ($i=$page / 10; $page / 10 + 10 > $i; $i++) print_next_page_button($i + 1, $i * 10, $query, $type);