Skip to content

Instantly share code, notes, and snippets.

@badpenguin
Created April 17, 2025 13:30
Show Gist options
  • Save badpenguin/7519ca05829b0074991409c395507f88 to your computer and use it in GitHub Desktop.
Save badpenguin/7519ca05829b0074991409c395507f88 to your computer and use it in GitHub Desktop.
/* ==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