async function searchContent(keyword, page = 0) { let results = []; try { const headers = { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8", "X-Requested-With": "XMLHttpRequest", }; const postData = `s=${encodeURIComponent(keyword)}&search_by=book_name`; const response = await fetch("https://mangakatana.com/", { method: "POST", headers: headers, body: postData }); const html = await response.text(); const regex = /