Created
June 9, 2023 07:43
-
-
Save kenoh/40190ad619703e5b8a1b5366f5fb92d3 to your computer and use it in GitHub Desktop.
Chat GPT media print
This file contains 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
@-moz-document domain("chat.openai.com") { | |
@media print { | |
div#__next { | |
height: auto !important; | |
} | |
div#__next>div:nth-child(3)>div:nth-child(1) { | |
display: none !important; | |
} | |
div#__next>div:nth-child(3)>div:nth-child(2) { | |
display: block !important; | |
} | |
div.bottom-0 { | |
display: none !important; | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment