async function searchResults(keyword, page = 0) { const results = []; try { const response = await fetch("https://mangak.io/search?q=" + encodeURIComponent(keyword)); const html = await response.text(); const jsonRegex = /