Skip to content

Instantly share code, notes, and snippets.

@PathToLife
Last active June 19, 2024 02:31
Show Gist options
  • Save PathToLife/a9c55105484a223d108a4d42e54be4bd to your computer and use it in GitHub Desktop.
Save PathToLife/a9c55105484a223d108a4d42e54be4bd to your computer and use it in GitHub Desktop.
Print Github Markdown File Page
document.body.appendChild(document.querySelector(".markdown-body"));document.querySelector("header").remove();document.querySelector(".application-main").remove();document.querySelector("footer").remove();window.print();
@PathToLife
Copy link
Author

Removes everything on a Github page except the rendered html markdown, then calls the print api.

In supported browsers you can then select print to pdf.

@PathToLife
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment