Skip to content

Instantly share code, notes, and snippets.

@henrybear327
Forked from magnetikonline/README.md
Created April 24, 2017 23:53
Show Gist options
  • Save henrybear327/405fef891fb093340ad611b6cd48cdc5 to your computer and use it in GitHub Desktop.
Save henrybear327/405fef891fb093340ad611b6cd48cdc5 to your computer and use it in GitHub Desktop.
Bookmarklet to pretty print Gist pages without the usual page chrome, just content. Handy for Markdown document printing.

Pretty print bookmarklet helper for Gist pages

Create a new bookmark somewhere handy in your browser with the following URL:

javascript:var el=document.createElement('style');el.media='print';el.innerHTML='#header,.pagehead.repohead,.gist-description.container,.file-box .meta,#comments,.js-comment-form,#footer{display:none;}.file-box{border:0!important;}';document.getElementsByTagName('head')[0].appendChild(el);alert('Please consider the environment before printing :)');
  • Navigate to your Gist of choice
  • Hit the bookmarklet
  • Now print
  • Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment