How to export ChatGPT conversation to PDF
1. Open console
Apr 13, 2023
You can open the console using the keyboard shortcut
“Ctrl+Shift+J” (Windows/Linux) or
“Cmd+Option+J” (Mac) to open the console directly.
2. Run this code
var elements = document.querySelectorAll(".overflow-hidden");
for (var i = 0; i < elements.length; i++) {
elements[i].style.overflow = "visible";
}
3. Print as usual
“Ctrl+P”
4. Refresh page
In order to have styling back refresh page.