Skip to content

Instantly share code, notes, and snippets.

@kenoh
Created June 9, 2023 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenoh/40190ad619703e5b8a1b5366f5fb92d3 to your computer and use it in GitHub Desktop.
Save kenoh/40190ad619703e5b8a1b5366f5fb92d3 to your computer and use it in GitHub Desktop.
Chat GPT media print
@-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