Skip to content

Instantly share code, notes, and snippets.

@jtsoi
Created December 16, 2013 17:21
Show Gist options
  • Save jtsoi/7990704 to your computer and use it in GitHub Desktop.
Save jtsoi/7990704 to your computer and use it in GitHub Desktop.
Github wiki print bookmarklet
javascript:(function(){
$('#head').remove();
$('.tabnav').remove();
$('.golumn-footer').remove();
$('.repository-sidebar').remove();
$('.pagehead').remove();
$('.header').remove();
$('.site-footer').remove();})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment