them). ### LibreY compared to other metasearch engines | Name | Works without JS | Privacy frontend redirect | Torrent results | API | No 3rd party libs used | | LibreY | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | <?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); print_next_page_button(">", $page + 10, $query, $type); } for ($i=$page /