Skip to content

Instantly share code, notes, and snippets.

@bczhc
Created November 30, 2025 08:13
Show Gist options
  • Select an option

  • Save bczhc/c817cfcdfba88be136901dae34cf18cf to your computer and use it in GitHub Desktop.

Select an option

Save bczhc/c817cfcdfba88be136901dae34cf18cf to your computer and use it in GitHub Desktop.
ChatGPT打印不被截断方法 #chatgpt

浏览器console中运行如下:

document.head.appendChild(Object.assign(document.createElement('style'), {innerHTML: "@media print { html, body { height: auto; overflow: visible !important; } * { overflow: visible !important; } }"}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment