Skip to content

Instantly share code, notes, and snippets.

View somaking-au's full-sized avatar

somaking-au

  • Joined Dec 24, 2025
View GitHub Profile
@0wwafa
0wwafa / PRINT_CLAUDE.md
Last active December 30, 2025 17:40
Print / Export Claude Chat

Go to https://claude.ai/chat/new (or any other chat you had in the past).

Then run this code:

function printClaude() {   // (C) 2024 by ZeroWw. If you use this code, just give me some credit.
    const centralPart = document.querySelector('.flex-1.flex.flex-col.px-4.max-w-3xl.mx-auto.w-full.pt-1');

    if (centralPart) {
        // Expand all "show more" buttons
        document.querySelectorAll('button').forEach(button => {