Personal use.
Claude.AI Hide Elements by 0dpe
Details
Author0dpe
LicenseNo License
Categoryhttps://claude.ai/
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Claude.AI Hide Elements
@namespace github.com/0dpe
@version 1.0
==/UserStyle== */
@-moz-document url-prefix("https://claude.ai/chat/") {
/* Claude can make mistakes. Please double-check responses. */
.flex-1.text-right.text-text-400.text-\[0\.65rem\].sm\:text-\[0\.75rem\].leading-\[0\.85rem\].tracking-tighter.mt-2\.5 {
display: none
}
/* Subscribe to Pro and get Claude 3 Opus, our most intelligent model. */
.absolute.bottom-full.left-0.w-full.text-center.pb-1.px-2.sm\:px-5.leading-tight.\[text-shadow\:_0_0_0\.25rem_hsl\(var\(--bg-200\)\)\] {
display: none
}
/* Current model display (Claude 3 Sonnet) */
.flex.items-center.-ml-1\.5.sm\:-mt-1\.5 {
display: none
}
/* Header */
.fixed.z-\[5\].left-0.right-0.top-0.pl-14.pr-11.md\:text-left.md\:pr-\[10rem\].lg\:pr-14.lg\:text-center.pt-4.lg\:pt-2.pb-4.bg-gradient-to-b.from-bg-200.from-25\%.to-bg-200\/0.pointer-events-none.mr-4 {
display: none
}
}