Skip to content

Instantly share code, notes, and snippets.

View se0r12's full-sized avatar
🏠
Working from home

se0r12 se0r12

🏠
Working from home
View GitHub Profile
@se0r12
se0r12 / gist:9b95e105fea0b559ccfe57832e772e5f
Created February 1, 2026 14:37
grokγ§η”Ÿζˆγ—γŸη”»εƒγ‚’δΈ€ζ‹¬γ§ε‰Šι™€γ™γ‚‹γ‚Ήγ‚―γƒͺγƒ—γƒˆ
// https://grok.com/files で閲覧可能γͺη”Ÿζˆη”»εƒγ‚’δΈ€ζ‹¬γ§ε‰Šι™€γ™γ‚‹γ€‚
(async () => {
const URL = "https://grok.com";
// get all my image
for (;;) {
try {
const response = await fetch(`${URL}/rest/assets?pageSize=100`, {
method: "GET",
headers: {