Created
April 17, 2025 13:30
-
-
Save badpenguin/7519ca05829b0074991409c395507f88 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name chatgpt.com | |
@namespace https://github.com/badpenguin | |
@version 1.0.0 | |
@description Allow to print chatgpt chat | |
@author Antonio Gallo | |
==/UserStyle== */ | |
@-moz-document domain("chatgpt.com") { | |
@media print { | |
@page { | |
padding: 0 !important; | |
margin: 1cm !important; | |
} | |
.flex { | |
display: block !important; | |
width: 100%; | |
} | |
a.bg-token-main-surface-primary, | |
button, button.flex, | |
div.h-header-height, | |
div.h-header-height.flex, | |
#thread-bottom-container, | |
#page-header, | |
div.bg-token-sidebar-surface-primary { | |
display: none !important; | |
} | |
.h-full { | |
height: auto !important; | |
} | |
main { | |
width: 100% !important; | |
display: block !important; | |
} | |
body { | |
width: 100% !important; | |
display: block !important; | |
margin: 0 !important; | |
padding: 0 !important; | |
height: auto !important; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment