Skip to content

Instantly share code, notes, and snippets.

View kspeeckaert's full-sized avatar
🐈‍⬛

ƘɌỈSƬƠƑ kspeeckaert

🐈‍⬛
  • No again.
  • Still no.
View GitHub Profile
@mdbraber
mdbraber / save-safari-pdf.swift
Last active March 19, 2026 16:27
Save Safari website as PDF (with syncing cookies)
#!/usr/bin/swift
@preconcurrency import WebKit
@preconcurrency import Foundation
@preconcurrency import Darwin
// Disable everything written to stderr
freopen("/dev/null", "w", stderr)
struct Cookie {