Skip to content

Instantly share code, notes, and snippets.

View EdamAme-x's full-sized avatar
💫
edamamex.dev

EdamAmex EdamAme-x

💫
edamamex.dev
View GitHub Profile
@EdamAme-x
EdamAme-x / sample.js
Created November 27, 2023 10:49
5ch nuker
const key = "..."; // thread key
setInterval(() => {
fetch("https://eagle.5ch.net/test/bbs.cgi", {
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7",
"accept-language": "ja,en-US;q=0.9,en;q=0.8",
"cache-control": "max-age=0",
"content-type": "application/x-www-form-urlencoded",
"sec-ch-ua": "\"Google Chrome\";v=\"119\", \"Chromium\";v=\"119\", \"Not?A_Brand\";v=\"24\"",
@EdamAme-x
EdamAme-x / installation.md
Created November 2, 2023 05:11
Deno Install Docs

Linux & Mac

curl -fsSL https://deno.land/x/install/install.sh | sh

Widows

iwr https://deno.land/x/install/install.ps1 -useb | iex