Screenshots
| 2025 new year | ||
| LICENSE | ||
| README.md | ||
memories
Screenshots
maintaining
Turn images from Forgejo issue into curl commandline:
console.log("curl \\\n" + Array.from(document.querySelectorAll('.dropzone-attachments img')).map(v => `'${v.src}' -o '${v.alt}'`).join(' \\\n'))