Skip to content

Instantly share code, notes, and snippets.

@guenter
Created April 29, 2014 21:57
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 guenter/711a6fef20ee55b215a9 to your computer and use it in GitHub Desktop.
Save guenter/711a6fef20ee55b215a9 to your computer and use it in GitHub Desktop.
Remove nav elements on github page to clean it up for PDF. Paste in your browser console.
$('.file-navigation, .repository-sidebar, .header, .pagehead, .breadcrumb, .commit, .meta, .site-footer').remove(); $('#files, .file').css({"background":"none", "border":"none"}); $('link').removeAttr('media');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment