Skip to content

Instantly share code, notes, and snippets.

@s0lst1c3
Forked from BenjaminKlatt/github-print-bookmarklet
Last active January 20, 2016 20:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save s0lst1c3/acb1acff889cf8d959eb to your computer and use it in GitHub Desktop.
Save s0lst1c3/acb1acff889cf8d959eb to your computer and use it in GitHub Desktop.
javascript:(function(e,a,g,h,f,c,b,d)%7Bif(!(f=e.jQuery)%7C%7Cg%3Ef.fn.jquery%7C%7Ch(f))%7Bc=a.createElement(%22script%22);c.type=%22text/javascript%22;c.src=%22http://ajax.googleapis.com/ajax/libs/jquery/%22+g+%22/jquery.min.js%22;c.onload=c.onreadystatechange=function()%7Bif(!b&&(!(d=this.readyState)%7C%7Cd==%22loaded%22%7C%7Cd==%22complete%22))%7Bh((f=e.jQuery).noConflict(1),b=1);f(c).remove()%7D%7D;a.documentElement.childNodes%5B0%5D.appendChild(c)%7D%7D)(window,document,%221.3.2%22,function($,L)%7B$('%23header,%20.pagehead,%20.breadcrumb,%20.commit,%20.meta,%20%23footer,%20%23footer-push,%20.wiki-actions,%20%23last-edit,%20.actions,%20.header,.site-footer,.repository-sidebar,.file-navigation,.gh-header-meta,.gh-header-actions,#wiki-rightbar,#wiki-footer').remove();%20$('%23files,%20.file').css(%7B%22background%22:%22none%22,%20%22border%22:%22none%22%7D);%20$('link').removeAttr('media');%7D); var removeMe = document.getElementsByClassName("file-header")[0]; removeMe.parentNode.removeChild(removeMe);
@jasonzio
Copy link

Thanks. This one works... today... until the next time GitHub changes their page format, at which time it'll break. Sigh. Markdown is such a lovely idea, but the mechanics required to print an MD doc are so ugly.

@jczaplew
Copy link

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