async function searchResults(keyword) { try { const encodedKeyword = encodeURIComponent(keyword); const url = `https://chireads.com/search?x=0&y=0&name=${encodedKeyword}`; const response = await soraFetch(url); const html = await response.text(); const results = []; const liRegex = /