Skip to content

Instantly share code, notes, and snippets.

@ruthmarks151
Forked from beevelop/gitprint.js
Last active December 14, 2018 06:39
Show Gist options
  • Save ruthmarks151/39082969d6fbda929b9dc4c5626867e7 to your computer and use it in GitHub Desktop.
Save ruthmarks151/39082969d6fbda929b9dc4c5626867e7 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'));
document.querySelector('article').style.borderWidth = 0;
window.print();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment