From b3f06fb17765b926d3830b67f1f0104117506d42 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Sun, 9 Nov 2025 11:50:06 +0000 Subject: [PATCH] Add hicartoon/hicartoon.js --- hicartoon/hicartoon.js | 165 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 hicartoon/hicartoon.js diff --git a/hicartoon/hicartoon.js b/hicartoon/hicartoon.js new file mode 100644 index 0000000..507cc49 --- /dev/null +++ b/hicartoon/hicartoon.js @@ -0,0 +1,165 @@ +async function searchResults(keyword) { + const results = []; + + try { + const response = await fetchv2("https://hicartoon.to/search?keyword=" + encodeURIComponent(keyword)); + const html = await response.text(); + + const blocks = html.split('