Skip to content

Instantly share code, notes, and snippets.

View SyarzzNF's full-sized avatar

Syarzz Hanami SyarzzNF

View GitHub Profile
@SyarzzNF
SyarzzNF / Zerochan.js
Last active April 6, 2025 23:32
Zerochan Search
import fetch from "node-fetch"
let cheerio = await import("cheerio")
async function zero(name) {
const waiff = await fetch(`https://www.zerochan.net/` + name, {
headers: {
'User-Agent': 'axios/1.8.3'
}
})
let result = {}