From c287215dfb30615d00792421ef2e166248abdded Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sat, 17 Jan 2026 19:18:40 +0000 Subject: [PATCH] Update dev/dev.js --- dev/dev.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/dev/dev.js b/dev/dev.js index c2f1a02..0e8e98b 100644 --- a/dev/dev.js +++ b/dev/dev.js @@ -1,17 +1,13 @@ async function searchResults(keyword) { const results = []; try { - const response = await fetchv2(); - const html = await response.text(); - - let match; - while ((match = regex.exec(html)) !== null) { - results.push({ - title: match[3].trim(), - image: match[2].trim(), - href: match[1].trim() - }); - } + const anagram = _0xB4F2(); + + results.push({ + title: anagram, + image: "", + href: "" + }); return JSON.stringify(results); } catch (err) {