I complained before (I don’t know how I found a feedback form. It seams they don’t want feedback anymore) that I can’t share conversations. They made the share feature which is great. But I want to have a hardcopy of the conversation - a pdf. A lot of people probably tried to print conversations and it just doesn’t work. So until they make something about it here is a hack:
You’ll need to add a css to a specific url. Here is a chrome extension that does that:
Lookup “User JavaScript and CSS” in google extension store
So add this css to url https://chat.openai.com/share/ :
Then you can print shared conversations (or use print->Save as pdf in chrome).
But please, OpenAI, if you are reading this - allow printing a conversation or even better - download a well formatted pdf maybe with option to remove background if it’s actually printed on paper to save tonner.
I’d love to second this. The ability to easily pass along examples in email as I champion the use of ChatGPT within my company would be tremendously useful.
Based on your workaround code it appears that this is a fairly straightforward request.
I have to support the original poster: it is a severe lack of basic functionality that it is not possible to print a conversation as seen on the screen to PDF or whatever! When I try to print I only get the first page of a conversation. And no: Copy-paste is no solution because you have to copy each bit of a conversation separately and code pieces come out unformatted. No solution for me. The worst thing to me is: It would be only a few lines of css to solve it.
To the solution of the OP I found a maybe “How-can-i-override-the-css-of-a-site-in-firefox-with-usercontent-css”. But i still cant make this nice workaround work.