Skip to content

Instantly share code, notes, and snippets.

View mindattic's full-sized avatar

MindAttic LLC mindattic

View GitHub Profile
(function saveClaude() {
// Try multiple selectors — claude.ai's class names shift periodically.
// Order matters: most specific first, fallback to <main> as last resort.
const candidateSelectors = [
'.flex-1.flex.flex-col.px-4.max-w-3xl.mx-auto.w-full.pt-1',
'div[class*="max-w-3xl"][class*="mx-auto"][class*="flex-col"]',
'main div[class*="max-w-3xl"]',
'main'
];
@mindattic
mindattic / ProjectTwo.css
Created June 16, 2021 15:38
CSS for Project Two
.previous-next-container {
text-align: center;
}