To print a GROK chat, paste this code in javascript console:
(function() {
var a = document.querySelector("body > div > div").children[0].children[1].children[0];
if (a) {
const b = window.open("", "_blank", `width=${.85 * window.screen.width},height=${.85 * window.screen.height},left=${.075 * window.screen.width},top=${.045 * window.screen.height}`)
, e = Array.from(document.styleSheets).map(c => {
try {
return Array.from(c.cssRules).map(d => d.cssText).join("\n")
} catch (d) {