Skip to content

Instantly share code, notes, and snippets.

@AaronNGray
Forked from beevelop/gitprint.js
Created April 16, 2020 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronNGray/5c7fc9f727fef0c74c7deea90aca1f53 to your computer and use it in GitHub Desktop.
Save AaronNGray/5c7fc9f727fef0c74c7deea90aca1f53 to your computer and use it in GitHub Desktop.
Print GitHub markdown files
document.querySelector('#readme').setAttribute('style', 'position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; background-color: white')
document.querySelector('body').appendChild(document.querySelector('#readme'))
window.print()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment